doconce
doconce copied to clipboard
Lightweight markup language - document once, include anywhere
newcommands parsing is broken as any newcommand replacement that is applied to text containing brackets with stop at the first closing bracket, e.g. ``` \newcommand{\normg}[1]{\lvert\lvert {#1} \rvert\rvert} \normg{x = \sum_{i}^{P}...
Using the `newcommands_keep.tex` feature to define the command ```latex \newcommand{\gammar}{\gamma{}} ``` gives a strange error when using the following. ```console doconce format ipynb index --no_abort ``` It returns the following....
I think this is more of a feature request, but the ipynb2doconce command does not capture latex output from sympy equations or matplotlib figures in jupyter notebooks. Thanks.
Hello, The most struggle for someone transitioning from LaTeX to Doconce is typing Doconce commands. For example, I have previously used Vim-LaTeX (for Vim) and AucTeX (for Emacs), fell in...
The easiest way to update HTML documents to use the new MathJax CDN is to rerun doconce. However, in some circumstances, this may not be possible if the doconce source...
Hello, When I write document in markdown or LaTeX, I usually open browser or pdf document to check myself that I am writing correctly. I wonder it is possible with...
Equation breaks an admonition in jupyter notebook with --ipynb_admon=quote A minimal working example, run with: doconce format ipynb doconce_error.do.txt --ipynb_admon=quote !bsummary An equation breaks the admonition quote rule !bt \[E_n...
It's been already almost 2 years I came across DocOnce and since then I've realized, that it's kinda easy to convert existing documents from CommonMark to DocOnce (which was actually...
Doconce does something unexpected with comments. In the following cases a commented idx command crashes Doconce when trying to convert to a notebook. # This example does not fail !bt...
LuaTeX/LuaLaTeX has different requirements than pdflatex. Is supporting this on the roadmap?