-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
Bug Report
Describe the bug
Hi Guys,
I encountered a problem exporting table caption from jupyter notebooks to LaTeX. For figures everything works as expected Eeither for a caption in the metadata cells or for a caption in a separate markdown cell. Unfortunately the export of the table caption doesn't work at all.
To Reproduce
- Create an arbitrary table in a markdown cell.
- Add label and caption meta tags into the cell meta data
- Convert to LaTeX using:
nbpublish -f latex_ipypublish_main -pdf xxx.ipynb
Minimal Notebook Example
See TestTable.txt attached.
Expected Behaviour
The table caption should be included in the pdf below or above the table in the same way, as it is done for figures. This is expected, since the table captions are also not present in the tex file.
Runtime Information
- IPyPublish: 0.10.12
- Python: 3.6.9
- OS: Ubuntu 18.04.4 LTS
- Pandoc: 1.19.2.4
- texlive: 3.1415926
- latexmk: 4.41