PDF issues in table and table of content #337
Replies: 2 comments 5 replies
-
Issue 1 - tabular columns
That said, rinohtype simply ignores the
So, you actually want this: .. tabularcolumns:: |\Yl{0.25}|\Yl{0.25}|\Yl{0.25}|
.. list-table:: List of available request types
:header-rows: 1
:class: tight-table
* - Name
- Class (foundation_model::...)
- Description
* - IDLE
- ``IdleRequest``
- The robot waits
* - MOVE_TO
- ``MoveToRequest``
- Send the robot to a specific location
* - ORDER
- ``OrderRequest``
- Complete an OrderRequest (1 Tote) But, again, if you're not using the LaTeX builder, you can simply omit the Issue 2 - missing TOCPlease attach your Sphinx project. I have nothing to go by otherwise, I'm afraid. |
Beta Was this translation helpful? Give feedback.
-
I am attaching my test Test.zip sphinx project. Few observations:
|
Beta Was this translation helpful? Give feedback.
-
Hi, when I generate the PDF, I see the following issues:
tabularcolumns
directive.Issue 1: Table breaks although it appears fine in the HTML
Here is the code:
Command used to generate the PDF:
sphinx-build -b rinoh source build/rinoh
Issue 2* TOC not displayed
I have the same code added as per this thread for getting TOC- brechtm/lizmap-documentation@2c6d5cf#commitcomment-76624408
But, I dont see the TOC in my PDF.
Version details
sphinx-build 3.2.1
Python 3.8.10
rinohtype 0.5.4
Beta Was this translation helpful? Give feedback.
All reactions