I found a solution for print output that works where the white-space: nowrap; solution doesn't do the job.
Try using
\00A0
instead of
in the CSS.
For example:
mc-format: 'page\00A0{page}';
This \00A0 is the only unicode short code for a non-breaking space, which also works in CSS for HTML ...
Search found 3 matches
- Wed Jul 07, 2021 6:37 am
- Forum: Flare's General Discussion
- Topic: Non-Breaking space in the xref
- Replies: 11
- Views: 8593
- Wed May 13, 2020 3:14 am
- Forum: Single-Sourcing
- Topic: Creating a target that does not use the current project
- Replies: 2
- Views: 3589
Re: Creating a target that does not use the current project
I have the same problem and I think it's a shame that Flare does not give you the choice (by providing an according option in the PDF target), if you want separate PDFs for each language or one big stitched PDF file. It is absolutely nonsense to force-add second table of contents only for the ...
- Tue Apr 28, 2020 10:44 am
- Forum: Single-Sourcing
- Topic: Conditional Unbind: Subsequently Nested Conditions Ignored!
- Replies: 2
- Views: 3363
Conditional Unbind: Subsequently Nested Conditions Ignored!
We use Flare 2019r2. Our Flare project uses targets for HTML5 and PDF.
In our topics we use a set of slideshow elements, which are unbound by condition for the PDF targets. The conditional unbind of the slideshow itself works like a charm.
Our problem is the following:
Inside the slideshow, i.e ...
In our topics we use a set of slideshow elements, which are unbound by condition for the PDF targets. The conditional unbind of the slideshow itself works like a charm.
Our problem is the following:
Inside the slideshow, i.e ...