Skip to main content

All Questions

Tagged with
2 votes
0 answers
170 views

Are there any alternatives to online editors like Overleaf? [closed]

I have a .tex document that needs to be compiled with lualatex and I wish it could be done somewhere else besides Overleaf. I've tried the most popular solutions from here, but they either don't allow ...
Vypz's user avatar
  • 21
0 votes
0 answers
55 views

LaTeX workshop compiler doesn't terminate after successfully generating output .pdf

When I try to compile my .tex document via LaTeX workshop, the process successfully generates a .pdf document, but fails to stop. The compiler outputs Output written on main.pdf (1 page, 5176 bytes). ...
Spuu's user avatar
  • 13
0 votes
0 answers
79 views

How can I load LuaLaTeX without biber in VSCode extension "LaTeX workshop"?

"latex-workshop.latex.recipes": [ { "name": "lualatex->biber->lualatex", "tools": [ "lualatex", ...
Adrik Ivanov's user avatar
0 votes
0 answers
53 views

How do you make biber optional when compiling using vs code

So I wanted to compile using lualatex for the compiler and biber for bibliography management. So I decided to have this in my JSON settings file: "latex-workshop.latex.recipes": [ ...
Adrik Ivanov's user avatar
-1 votes
1 answer
72 views

SVG is not rendered if (obsolete?) AUX files are deleted beforehand

In my document I use a SVG file in the header (fancyhdr) and the same SVG is used independently on the title page. More or less like this: ... \fancyhead[C]{ \includesvg[]{images/my-svg-file} } \...
Sim Son's user avatar
  • 264
0 votes
1 answer
105 views

Why does this MWE not compile (heatmap with contour lines)?

I'm trying to plot some 3D data which is saved in a csv file. Plotting just the color map works fine, but I also need to add the contour lines, so I get a result similar to this: My intuition was ...
Sim Son's user avatar
  • 264
0 votes
1 answer
44 views

Multiple ShellEscape compiling at the same time in .tex file

I have been working on a project, where I'm compiling a single document into differents .pdf, thanks to a trick I found. In my .tex file, I'm creating an empty .pdf to make LaTeX happy thanks to ...
Vince's user avatar
  • 55
5 votes
2 answers
2k views

Switching from PDFLaTeX to LuaLaTeX

Code Consider the following MWE: \documentclass{article} \usepackage{inputenc} \usepackage[T1]{fontenc} \usepackage{babel} \usepackage[sc]{mathpazo} \usepackage{microtype} \DisableLigatures[f]{...
Svend Tveskæg's user avatar
0 votes
1 answer
330 views

Using synctex for forward/backward searching without jumping cursor on compilation in Texmaker

I like to use SyncTeX when editing files in Texmaker to do forward and backward searches. However, right now, I'm writing a very long paper that requires me to make regular changes to the beginning of ...
DLCom's user avatar
  • 183
0 votes
2 answers
368 views

how to use -interaction=batchmode but at same time stop and display to terminal when an error shows up?

I did an experiment and found using -interaction=batchmode with lualatex reduces the compile time the most on one large latex file I have. Down from 77 minutes to 45 minutes. All on Linux WSL-2 ...
Nasser's user avatar
  • 20.3k
0 votes
0 answers
329 views

LuaLaTex never finishes compiling with luatexja package

I have a problem with the package luatexja. It is my first time dealing with non-latin characters in latex. Here is an example of my code: % !TEX encoding = UTF-8 % !TeX program = lualatex \...
jenald's user avatar
  • 11
1 vote
1 answer
493 views

LuaLaTeX 64 bit does not finish compilation

Setup: Windows 11, all updates, texlive 2021, all updates, win64 from CTAN. The files that were previously compiling flawlessly with LuaLaTeX stopped compiling now (I cannot check when exactly, as I ...
Alexander Z.'s user avatar
0 votes
0 answers
660 views

How do you set a default output-directory?

I use to put all files that are generated by compiler in a folder called build with the instruction pdflatex -output-directory=build myfile.tex How do I set this folder as default so I wouldn't need ...
SDEscobedo's user avatar
1 vote
1 answer
107 views

vhistory in report resulting in compiling error

I'm trying to add a history in a report file of mine. No matter how I try to implement the vhistory package into the file it runs several compiling errors, usually starting with a Error Line 6 ! ...
Nana's user avatar
  • 11
0 votes
1 answer
373 views

Novel class error compiling (LuaTeX, and XeTex)

Edited question I’d like to write a document with the novel class, which is installed on my distribution. Because it seems I can’t make my own minimal working example, I took it from the official web ...
Louis's user avatar
  • 303

15 30 50 per page
1
2 3 4 5