You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #1581, I found the time to create a sort of Minimal Reproducible Examples for some issues I'm having with exporting a set of notes I'm writing to PDF.
I attach a folder containing a myst project that works well on a browser (using myst start), but suffers from several issues when converted to pdf (with myst build --pdf book.md).
This is a list of the issues I found:
Including figures in admonitions does not work (or works badly, depending on whether there are other images in the same file)
Using internal links to admonitions does not work
The markdown syntax [link text](sec:label) results in Section 1.1 (if the label refers to Section 1.1) rather than `link text' in the pdf. This applies also to bibliographic items, which is extremely annoying.
I didn't find a way to label latex equations defined using \begin{align}
Subfigures do not appear in the pdf.
Note that I'm using the most recent version (1.3.18).
Hello!
Following #1581, I found the time to create a sort of Minimal Reproducible Examples for some issues I'm having with exporting a set of notes I'm writing to PDF.
I attach a folder containing a myst project that works well on a browser (using
myst start
), but suffers from several issues when converted to pdf (withmyst build --pdf book.md
).This is a list of the issues I found:
[link text](sec:label)
results inSection 1.1
(if the label refers to Section 1.1) rather than `link text' in the pdf. This applies also to bibliographic items, which is extremely annoying.\begin{align}
Note that I'm using the most recent version (1.3.18).
myst_issues.zip
The text was updated successfully, but these errors were encountered: