Search found 6 matches

by telmaiara
Tue Apr 16, 2024 9:27 am
Forum: Flare's General Discussion
Topic: Error message when previewing topics in Flare 2019 R2
Replies: 8
Views: 2692

Re: Error message when previewing topics in Flare 2019 R2

My colleague was experiencing the same issue when opening any .htm file. Then, we noticed that she had the Preview active in a tab on the right-hand side of her screen in Flare, with the Target set to Word output. Since Flare doesn’t create a preview for Word output, that vague pop-up kept showing. ...
by telmaiara
Thu Feb 08, 2024 10:22 am
Forum: Printed Documentation Targets
Topic: Build Oddity
Replies: 2
Views: 1699

Re: Build Oddity

Hi, Same here. This happens to the images in table cells (no tablestyle applied). Others are okay. UPDATE: I just lost the post link of someone suggesting to remove the .props files related to the images. I deleted them and it worked. This was preventing Lingo to get the localized image. All fixed n...
by telmaiara
Thu Sep 07, 2023 8:50 am
Forum: Printed Documentation Targets
Topic: Word: "Build failed: Generation of output can not be...."
Replies: 2
Views: 5963

Re: Word: "Build failed: Generation of output can not be...."

Here, we checked the box Import/Export Word Files Without MS Office, in Flare > Options > General in the server. The log error has disappeared after that.
by telmaiara
Wed Aug 02, 2023 9:21 am
Forum: Flare's General Discussion
Topic: Found non-table cell inside table row
Replies: 11
Views: 8072

Re: Found non-table cell inside table row

I had the same message 112 times for the same file, which contains 2 tables. When I removed all indentation in Text Editor, the problem was solved. By indentation, I mean the tabs before the tags in every line. This is what I had: <table> <col /> <col /> <thead> <tr> <td></td> <td></td> </tr> </thea...
by telmaiara
Tue Jun 13, 2023 3:24 pm
Forum: Printed Documentation Targets
Topic: Footnote numbering restarts on each page of PDF output
Replies: 2
Views: 6572

Re: Footnote numbering restarts on each page of PDF output

In Stylesheet Editor (Advanced view), you can set mc-footnote-number as "chapter" and mc-footnote-position as "page". MadCap|footnote.footnote { mc-footnote-comment-format: '{n} '; mc-footnote-format: '{n} '; mc-footnote-number: chapter; mc-footnote-position: page; } This way, th...
by telmaiara
Tue May 23, 2023 1:09 pm
Forum: Printed Documentation Targets
Topic: Index keywords in Word output
Replies: 7
Views: 6547

Re: Index keywords in Word output

I recently had this issue and I solved it by setting "display: none" in print medium for MadCap | keyword, in the stylesheet.

In the text editor, I see:

Code: Select all

	MadCap|keyword
	{
		display: none;
	}
I hope this helps.