tectonic icon indicating copy to clipboard operation
tectonic copied to clipboard

Not able to compile empty project, expl3-code.tex

Open TheOnAndOnlyZenomat opened this issue 1 year ago • 0 comments

Hey, I tried to create a new project with

tectonic -X new tec-test

I didn't change any files, everything is default. When I try to compile that with

tectonic -X build -p

the compilation fails with

note: "version 2" Tectonic command-line interface activated
note: generating format "latex"
(texput (tectonic-format-latex.tex (xelatex.ini (latex.ltx (texsys.cfg)
./texsys.aux found


\@currdir set to: ./.


Assuming \openin and \input 
have the same search path.


Defining UNIX/DOS style filename parser.

catcodes, registers, parameters,
LaTeX2e <2021-11-15> patch level 1
(expl3.ltx (expl3-code.tex
error: expl3-code.tex:31528: Missing number, treated as zero
! Missing number, treated as zero.
<to be read again> 
                   N
l.31528   }
           
No pages of output.
Transcript written on texput.log.
error: halted on potentially-recoverable error as specified

I installed tectonic using cargo install --git https://github.com/tectonic-typesetting/tectonic tectonic

TheOnAndOnlyZenomat avatar May 08 '24 13:05 TheOnAndOnlyZenomat