CSS-Based PDF: footnote
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 40
- Joined: Wed May 25, 2016 10:45 am
CSS-Based PDF: footnote
I cannot see the footnote ruler in the PDF output. Although 'p-foot-notes.css' has the appropriate line:
What's wrong?
Code: Select all
border-top: solid black thin;
Best regards,
Dr. ABacus
#define QUESTION ((bb) || !(bb)) // © 1601 William Shakespeare
Dr. ABacus
#define QUESTION ((bb) || !(bb)) // © 1601 William Shakespeare
-
- Posts: 40
- Joined: Wed May 25, 2016 10:45 am
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
Best regards,
Dr. ABacus
#define QUESTION ((bb) || !(bb)) // © 1601 William Shakespeare
Dr. ABacus
#define QUESTION ((bb) || !(bb)) // © 1601 William Shakespeare
-
- Posts: 501
- Joined: Mon Feb 03, 2003 10:56 am
Re: CSS-Based PDF: footnote
The @footnote part of a @page declaration controls the style of the separator between the page content and the footnotes. As content you should set a leader. The leader uses a letter or a line style to fill the entire width of the page.
To create a dotted line you can use the dot character: leader('.'). Other commonly used characters are "-" (dash) and "_" (underscore).
Let us know if it worked.
Many regards,
Dan
Code: Select all
@page {
margin:0.5in;
....
@footnote {
content: leader(solid);
color:silver;
}
}
Let us know if it worked.
Many regards,
Dan
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service