tectonic
tectonic copied to clipboard
A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.
Hi, I was trying various styles for compiling my CV when I tryed the europecv (this and europasscv seems to use a very similar API, but this is simplier so...
I am noticing that there is a synctex flag for the `compile` command but not for the `build` command, when I try it I get: `error: Found argument '--synctex' which...
take my money!
If the input file contains an `\input` macro with a non-existent file ```tex \input{non-existent.tex} ``` The error message is just: ``` Running TeX ... error: terminal input forbidden ``` It...
Following #35, in [a post from 2017](https://github.com/tectonic-typesetting/tectonic/issues/35#issuecomment-305530134), it was mentioned that, to include [`biber`](https://github.com/plk/biber) support, it would be nice to have [`biber`](https://github.com/plk/biber) as a Rust crate. Currently, [`biber`](https://github.com/plk/biber) is written...
Hi This adds support for a `-Z shell-escape-cwd=` which sets a working directory for `shell-escape` (`-Z shell-escape-cwd=$(pwd)` gives essentially the "normal" behaviour of engines for `shell-escape`). This allows using stuff...
Hey there! I'm having a lot of trouble trying to include `svg` files using the `svg` package. I have created the following example document: ``` \documentclass{article} \usepackage{svg} \begin{document} \begin{figure} \centering...
I tried to compile the following tex source ``` \documentclass{article} \usepackage{tikz} \usetikzlibrary{external} \tikzset{ external/system call={xelatex \tikzexternalcheckshellescape -halt-on-error -interaction=batchmode -jobname "\image" "\texsource"}} \tikzexternalize % activate! \begin{document} \begin{tikzpicture} \draw (0,0) node [draw=black]...
It is not possible to compile an MDPI format paper with `tectonic`, while it is possible to compile with `pdflatex`. ## Expected behaviour `tectonic supernest.tex` succeeds. ## Actual 
Hi, A known issue when using pgfplots for figures is exceeding TeX's main memory capacity. I have been trying out tectonic and have the same problem when compiling a document...