-
Make sure that latex typesetting works with: `jupyter-book build 02_NRPMHandbook/ --builder pdflatex` and produces an output that is compatible to the HTML version. Currently, the following issues per…
-
I'm converting from LaTeX to HTML and I noticed that equation labels are written in math mode, i.e. in my output they are placed in a `````` environment. If we assume LaTeX follows the correct typogra…
-
Since last week, I'm observing that if figure or axis titles have LATEX string, they don't show up when using notebook from firefox. I can confirm this using the latest version i.e. 4.12, but same pro…
-
Hi,
I get the following issue when importing the plotting tool from pygix using `from pygix import plotting as ppl`
---------------------------------------------------------------------------
V…
-
Let's add a `latex` attribute to `` objects that causes external (cached) rendering of LaTeX labels [or KaTeX in future SVG mode, or MathJax?] into SVG.
MathJax actually offers another possibility:…
-
\begin{figure}
...
\caption[Cap for listoffigures]{Cap below figure with cite \cite{source}}
...
\end{figure}
error message: labels may have changed, rerun to get cross-references right.
…
-
The `\publication` macro in the resume package causes the bibliography labels to be multiply defined. For example,
``` text
LaTeX Warning: Label `coffman2019diversity' multiply defined.
LaTeX Warni…
-
### Describe the bug
I am trying to create numerous product "howto" documents that use one common figure. I have set tuples for the various docs:
`latex_documents = [
('howto1', 'howto1.tex…
-
I would really like to be able to add latex equations for axis labels, but this seems like it would be very difficult to achieve in pure C++. There seems to be no C++ parsers or renderers for latex. A…
-
#1612 has to be reverted due to the following issue:
```
myst v0.15.1: MdParserConfig(renderer='sphinx', commonmark_only=False, enable_extensions=['dollarmath'], dmath_allow_labels=True, dmath_allow…