Revision tables for bookmaps?
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 41
- Joined: Wed Aug 14, 2019 9:16 am
Revision tables for bookmaps?
Hi,
I would like to understand if there are any recommended ways of including a revision and approval table at the start of a published PDF - output from a bookmap?
It is important that we include the revision and approval details after the cover page of our documents; however, so far my attempts have had limited success.
The bookmaps include a cover page, TOC, list of tables, and list of figures; the latter three are all styled with the same header and footers.
Ideally some, or all, of the <bookmeta> metadata could be reused in the revision and approval tables, but reusing some of the terms (e.g. Author, current revision) doesn't seem to be possible?
The more manual method I am currently attempting is to insert a topic, containing the revision history tables, in to the <frontmatter> of each bookmap, before the TOC etc. Revision details are manually entered into the tables prior to running the PDF transformation. This has two main issues I am yet to overcome:
Thanks.
I would like to understand if there are any recommended ways of including a revision and approval table at the start of a published PDF - output from a bookmap?
It is important that we include the revision and approval details after the cover page of our documents; however, so far my attempts have had limited success.
The bookmaps include a cover page, TOC, list of tables, and list of figures; the latter three are all styled with the same header and footers.
Ideally some, or all, of the <bookmeta> metadata could be reused in the revision and approval tables, but reusing some of the terms (e.g. Author, current revision) doesn't seem to be possible?
The more manual method I am currently attempting is to insert a topic, containing the revision history tables, in to the <frontmatter> of each bookmap, before the TOC etc. Revision details are manually entered into the tables prior to running the PDF transformation. This has two main issues I am yet to overcome:
- The tables are numbered so the first tables in the main document start from Table 3. Is it possible to overlook these tables in the table numbering?
- The page is not styled in a similar manner to the other pages of the document - the header, footer is missing. I am not sure how to apply the same styling rules to this topic, in the customised CSS?
image.png
Any suggestions or solutions appreciated. Thanks.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 501
- Joined: Mon Feb 03, 2003 10:56 am
Re: Revision tables for bookmaps?
Here are some hints:
1. Use a simple table (simpletable DITA element), or a hierarchy of simple tables. As far as I know, these are not counted in the list of tables.
2. The front matter sections are rendered by default without headers. You can read more about the structure and customization possibilities here:
https://www.oxygenxml.com/doc/versions/ ... t%2Cmatter
Another idea would be to set an outputclass attribute on the topic that contains the manually edited revision table, then match it from CSS, and associate a page layout for it.
The headers and footers are explained in details here:
https://www.oxygenxml.com/doc/versions/ ... oters.html
Many regards,
Dan
1. Use a simple table (simpletable DITA element), or a hierarchy of simple tables. As far as I know, these are not counted in the list of tables.
2. The front matter sections are rendered by default without headers. You can read more about the structure and customization possibilities here:
https://www.oxygenxml.com/doc/versions/ ... t%2Cmatter
Another idea would be to set an outputclass attribute on the topic that contains the manually edited revision table, then match it from CSS, and associate a page layout for it.
Code: Select all
<topic outputclass="my-rev-table"....
Code: Select all
*[outputclass~='my-rev-table']{
page: my-rev-table-page;
}
@page my-rev-table{
@bottom-center{ content: "Revision Table"; }
}
https://www.oxygenxml.com/doc/versions/ ... oters.html
Many regards,
Dan
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ 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