Search found 40 matches

by abacus66
Mon Oct 08, 2018 2:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: navigation pane
Replies: 8
Views: 3574

Re: CSS-Based PDF: navigation pane

Thanks for answer. I know this way. What I thought is to set this properties from chemistry. Something like "-oxy-pdf-meta..."
by abacus66
Mon Oct 08, 2018 11:03 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: navigation pane
Replies: 8
Views: 3574

CSS-Based PDF: navigation pane

Hi there!

By default, chemistry transformation generates PDF with the navigation pane open. How to hide bookmarks when opening file?
by abacus66
Fri Oct 05, 2018 10:13 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: footnote
Replies: 3
Views: 1921

Re: CSS-Based PDF: footnote

Thanks! I'll try 8)
by abacus66
Wed Oct 03, 2018 12:03 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: footnote
Replies: 3
Views: 1921

Re: CSS-Based PDF: footnote

As I noted in that file there is a "@footnote". But somewhere I saw a "@footnotes". When I tried @footnotes, I get message
“@footnotes” is a CSS hack
by abacus66
Tue Oct 02, 2018 3:43 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: footnote
Replies: 3
Views: 1921

CSS-Based PDF: footnote

I cannot see the footnote ruler in the PDF output. Although 'p-foot-notes.css' has the appropriate line:

Code: Select all

border-top: solid black thin;
What's wrong?
by abacus66
Wed Sep 26, 2018 4:41 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: CSS-Based PDF: tablelist & figurelist
Replies: 2
Views: 1578

CSS-Based PDF: tablelist & figurelist

Hi there!

I have in my DITA <bookmap> the <tablelist> and <figurelist> elements. Is it possible to generate these lists into pdf output?

Thanks.
by abacus66
Fri Sep 21, 2018 3:20 pm
Forum: Feature Request
Topic: support text rotation
Replies: 11
Views: 11589

Re: support text rotation

Radu wrote:Hi,

Yes, as I explain further up in the thread:
Thanks, this works somehow. But I cannot figure out how the cell height is calculated. As I understand, code "padding-top: 10%;" is responsible for that. But 10% of what? It does not depend on the cell content.
by abacus66
Wed Sep 19, 2018 3:56 pm
Forum: Feature Request
Topic: support text rotation
Replies: 11
Views: 11589

Re: support text rotation

Is it possible to rotate text in the table cell in pdf-css transformation scenario?
by abacus66
Wed May 25, 2016 11:11 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: abbreviated-form of the glossentry inside glossgroup
Replies: 2
Views: 1600

abbreviated-form of the glossentry inside glossgroup

I use the following structure:

Code: Select all

<glossgroup id="ena">
...
<glossentry id="asd">
...
</glossentry>
</glossgroup>
Then I use <abbreviated-form keyref="ena/asd"/>. But nothing is shown in the output.