-
I'm on LDME 15 with ST3 and pandoc installed:
``` bash
$ which pandoc
/usr/bin/pandoc
$ pandoc -v
pandoc 1.9.4.2
Compiled with citeproc-hs 0.3.4, texmath 0.6.0.6, highlighting-kate 0.5.1.
Syntax hig…
-
In ipython notebook, I created a vector:
```
$$
\begin{equation}
\theta = \left( \begin{array}{ccc}
\theta_{0} \\
\theta_{1} \\
. \\
. \\
\theta_{n} \end{array} \right)
\end{equation}
$$
```
and it …
kunxi updated
10 years ago
-
The latex generated from this notebook fails to compile due to the code highlighing:
http://nbviewer.ipython.org/2f85ddd8d967795dcb0e
and the tex: https://gist.github.com/ihnorton/a86c521d4aa223f9dba…
-
write a very simple test, can sucessfully get a odt file, but can not open it and get error hint as below,
``` python
#-*- coding:utf-8 -*-
from secretary import Render
engine = Render('simple_templ…
-
Hello,
I'm not sure whether to ask this here or at https://github.com/rstudio/rmarkdown. Anyhow, using `rmarkdown` and `knitrBootstrap` I generated an HTML file that includes among other things aroun…
-
I'm having an issue where images included from markdown aren't sized appropriately; they appear to all be pinned to 1.67" square. This is easily reproducible:
``` sh
$ pandoc -t docx -o test.docx
![C…
-
I just upgraded to 1.12.1, but pandoc -v returns the following:
pandoc 1.10.1
Compiled with citeproc-hs 0.3.7, texmath 0.6.1.2, highlighting-kate 0.5.3.5.
Syntax highlighting is supported for the fol…
-
Hello,
Thank you again for all your work with `knitrBootstrap`. I've been upgrading `derfinderReport` (basically, a Rmd file) to your github version of `knitrBootstrap` and learning all the new optio…
-
tutorial/001-convert-md-to-substance [master] » node convert.js lorem_ipsum.md
/home/joel/Repositories/tutorial/001-convert-md-to-substance/node_modules/substance-converter/src/pandoc_importer.js:196…
-
**Expected behavior**
If I pass the `--standalone` option or a template with the `--template` option, I expect that pandoc will use the template in my `--data-dir` (`~/.pandoc/templates/default.html`…