How can I create a Tables of Figures and a List of Tables
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 9436
- Joined: Fri Jul 09, 2004 5:18 pm
Re: How can I create a Tables of Figures and a List of Tables
Hi,
If you are using a DITA Bookmap, in the backmatter you can specify for example something like:
Regards,
Radu
If you are using a DITA Bookmap, in the backmatter you can specify for example something like:
Code: Select all
<backmatter>
<booklists>
<tablelist/>
<figurelist/>
</booklists>
</backmatter>
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 9436
- Joined: Fri Jul 09, 2004 5:18 pm
Re: How can I create a Tables of Figures and a List of Tables
Hi,
Instead of a regular DITA Map you need to edit a Book Map (which is a specialization of DITA Map).
You can find a sample Bookmap here:
OXYGEN_INSTALL_DIR/samples/dita/it-book/taskbook.ditamap
Regards,
Radu
Instead of a regular DITA Map you need to edit a Book Map (which is a specialization of DITA Map).
You can find a sample Bookmap here:
OXYGEN_INSTALL_DIR/samples/dita/it-book/taskbook.ditamap
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 9
- Joined: Wed Mar 13, 2019 6:37 am
Re: How can I create a Tables of Figures and a List of Tables
Post by shilpah123 »
Hi,
I have added the table and figure tags shared in the taskbook.ditamap, but the output does not show the list of tables or figures. Can you please help?
I have added the table and figure tags shared in the taskbook.ditamap, but the output does not show the list of tables or figures. Can you please help?
-
- Posts: 9436
- Joined: Fri Jul 09, 2004 5:18 pm
Re: How can I create a Tables of Figures and a List of Tables
Hi,
What version of Oxygen are you using? Are you publishing to PDF using our DITA Map PDF - based on HTML5 & CSS transformation or the classic XSL-FO based PDF transformation?
Regards,
Radu
What version of Oxygen are you using? Are you publishing to PDF using our DITA Map PDF - based on HTML5 & CSS transformation or the classic XSL-FO based PDF transformation?
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 9
- Joined: Wed Mar 13, 2019 6:37 am
Re: How can I create a Tables of Figures and a List of Tables
Post by shilpah123 »
Hi,
I am using Oxygen 19.1, build 20 18022209. I am using DITA Map PDF listed under LightweightDITA-Map (19). I am new to DITA, so please excuse me if my question seems basic.
I am using Oxygen 19.1, build 20 18022209. I am using DITA Map PDF listed under LightweightDITA-Map (19). I am new to DITA, so please excuse me if my question seems basic.
-
- Posts: 9436
- Joined: Fri Jul 09, 2004 5:18 pm
Re: How can I create a Tables of Figures and a List of Tables
Hi,
I tested this on my side, my bookmap's backmatter element looks like this:
I published to PDF a bookmap containing figures and tables and the PDF properly generated the tables and figures list.
If this does not work on your side, maybe you could send to "support@oxygenxml.com" a small DITA project to reproduce the problem and maybe also the PDF that you obtain on your side.
Regards,
Radu
I tested this on my side, my bookmap's backmatter element looks like this:
Code: Select all
<backmatter>
<booklists>
<indexlist/>
<figurelist/>
<tablelist/>
</booklists>
</backmatter>
If this does not work on your side, maybe you could send to "support@oxygenxml.com" a small DITA project to reproduce the problem and maybe also the PDF that you obtain on your side.
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 9
- Joined: Wed Mar 13, 2019 6:37 am
Re: How can I create a Tables of Figures and a List of Tables
Post by shilpah123 »
I will send a mail to the support team. Just a quick question - what parameter should I enable when i insert backmatter? I just selected TOC parameter and set it to Yes. I have added the attachment.
Backmatter.png
You do not have the required permissions to view the files attached to this post.
-
- Posts: 9436
- Joined: Fri Jul 09, 2004 5:18 pm
Re: How can I create a Tables of Figures and a List of Tables
Hi,
You do not need to set any specific attribute on the backmatter element. Inside it should have a <booklists> element in which you can add other empty elements signaling that you want various lists to be generated:
Regards,
Radu
You do not need to set any specific attribute on the backmatter element. Inside it should have a <booklists> element in which you can add other empty elements signaling that you want various lists to be generated:
Code: Select all
<backmatter>
<booklists>
<!-- Figure list -->
<figurelist/>
<!-- Table list -->
<tablelist/>
<!-- Index page -->
<indexlist/>
</booklists>
</backmatter>
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 9
- Joined: Wed Mar 13, 2019 6:37 am
Re: How can I create a Tables of Figures and a List of Tables
Post by shilpah123 »
Thanks Radu. It worked.
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