-
```
(Please attach an example .tex file demonstrating the problem or bug.)
A minimal example is attached.
Please describe the feature, problem, or bug:
Attempting to compile using the tufte-book cl…
-
### Describe the bug
**context**
When I build a book using builder `pdflatex`, and the book title contains and underscore `_` character, it appears that the underscore character doesn't get proper…
-
Working on building the book. So far I've needed these R packages in addition to the ones in the README:
* ggplot2
* gridExtra
* rstan
* formatR
Now I'm getting this error:
`! LaTeX Error: Fil…
-
``` bash
$ echo "some text" | asciidoctor-latex -b latex -d book -a header=no -
```
The result was:
``` latex
\begin{preamble}
some text
\end{preamble}
```
It would be only the `some text`, witho…
-
### Describe the bug
**context**
writiing LaTeX math eqution in MarkDown
the HTML page by the LaTeX command `\overbrace` looks strange (below fig-1), the pdf file looks good (bolow fig-2)
…
-
Hi, a question:
If I use this diff
``` diff
diff --git a/try-out/eqno-latex.adoc b/try-out/eqno-latex.adoc
index c98e741..207e51f 100644
--- a/try-out/eqno-latex.adoc
+++ b/try-out/eqno-latex.adoc
@…
-
### Describe the bug
Problem with citation:
**context**
When I do `{cite:t}`holdgraf_rapid_2016``.
**expectation**
I expected `Holdgraf et al. [2016]` to occur.
**bug**
But instead `Hol…
-
Related to: https://github.com/Automattic/jetpack/issues/2360
#### Steps to reproduce the issue
Looking at this code:
https://github.com/Automattic/jetpack/blob/master/modules/latex.php
And …
-
With this code
```
\documentclass{book}
%\usepackage{biblatex}
\begin{document}
\frontmatter
foo\cite{mt} \ref{foo}
\mainmatter
foo\cite{mt1} \ref{foo1}
\end{document}
```
I get the fol…
-
All latex outputs from code cells are wrapped in "equation*" and "split" environment.
**To Reproduce**
1. create new template with: `jb create `
2. add following code e.g. to *notebooks.ipynb*:…