-
I'm trying to [track down some problems with Dillo](https://github.com/dillo-browser/dillo/issues/246) when switching to FLTK 1.4.0. The current symptoms are that horizontal lines appear on the canvas…
-
In this issue, we will create an implementation of the adiabatic quantum evolution algorithm. Specifically, we will use it for the Graph Isomorphism Problem, following the paper: [Graph isomorphism an…
-
Hi !
Thanks for this template, it is a very impressive piece of work.
I'm currently trying to use it for a document written in Persian with Right-to-Left (RTL) writing. The original document is…
-
@jxxcarlson I’ve prepared some basic support for LaTeX backend in the [latex](https://github.com/asciidoctor/asciidoctor-doctest/tree/latex) branch. The only added file is [doctest/latex/examples_suit…
-
Just a note here to create overleaf template when template is ready.
-
## behavior
consider this setting in `conf.py` where I'm just trying to define a macro
```
...
tikz_latex_preamble = "\newcommand\\Foo[1]{Z}"
...
```
Then using one of the examples:
```
.. …
-
Hello,
the link to the KOMA-Script guide ([http://mirrors.ctan.org/macros/latex/contrib/koma-script/doc/scrguide.pdf](http://mirrors.ctan.org/macros/latex/contrib/koma-script/doc/scrguide.pdf)), us…
-
In this issue, we will create an implementation of a quantum algorithm for estimating partition function. We will implement algorithm described in the paper: [Quantum speedup of Monte Carlo methods](h…
-
See http://www.texample.net/tikz/examples/ for examples, e.g. http://www.texample.net/tikz/examples/cycle/
```
~~~ {.tikz}
\def \n {5}
\def \radius {3cm}
\def \margin {8} % margin in angles, depends …
-
The command
text.set(mode="latex") # allows use of latex commands in PyX such as \frac{a}{b} and \par
is deprecated in pyx. It should be replaced by:
from pyx import *
text.set(text.LatexEn…