useblocks / sphinx-simplepdf

A simple PDF builder for Sphinx documentations
https://sphinx-simplepdf.readthedocs.io
MIT License
36 stars 15 forks source link

Table caption not centered, but left justified #44

Closed sachin-suresh-rapyuta closed 8 months ago

sachin-suresh-rapyuta commented 1 year ago

Although the table caption is centered in HTML, it is left justified in the PDF.

Alternative which I am trying: To fix it in CSS. Since simplepdf's index.html also has a centered caption, I am unable to fix it.

Code:

.. list-table::  Terminology
   :widths: 25 75
   :header-rows: 1
   :class: tight-table

   * - Terminology
     - Explanation
   * - PA-AMR
     - Pick-Assist AMR

Output in HTML:

image

PDF Output: image