Skip to main content

Questions tagged [auxiliary-files]

{auxiliary-files} is about files generated and read by LaTeX and packages which hold auxiliary information about the document.

1 vote
1 answer
33 views

I try to figure out how to create conditional list of tables without reading the counters or using packages like assoccnt and found an answer that uses \IfFileExists{\jobname.lot}{% \listoftables }{ } ...
Marcel Kanter's user avatar
0 votes
0 answers
19 views

I'm using VSCode with LaTeX Workshop (which includes latexmk) and I don't want all the auxiliary files. Normally I would just run latexmk with the -c flag, but I don't know how to do this in VSCode. ...
mlg's user avatar
  • 269
4 votes
2 answers
176 views

MWE: \documentclass{article} \begin{document} \ExplSyntaxOn \iow_new:N \g__test_iow \iow_open:Nn \g__test_iow { test.pl } \iow_now:Ne \g__test_iow { \# } \iow_close:N \g__test_iow \ExplSyntaxOff \end{...
Grass's user avatar
  • 1,048
7 votes
1 answer
212 views

I’d like to have a solution environment that does the following: It writes the contents of the environment to an external file \jobname.py. All the solutions should be in the same file \jobname.py. ...
Colas's user avatar
  • 7,666
0 votes
3 answers
131 views

The closest thing I have found is this: David Carlisle’s answer in which a macro \lablist is used to typeset all labels found in the .aux file. Unfortunately, I can’t really wrap my head around the ...
Grass's user avatar
  • 1,048
-1 votes
2 answers
175 views

I am writing a class for generating syllabus book and a beginner. The class file link to github page is here. Here is the image of a sample syllabus expected to get generate. The process flow is given ...
Raja's user avatar
  • 478
0 votes
0 answers
60 views

while using the packages glossaries-extra and with the option bib2gls, the file mydocument.glstex is not generated. The file method has worked previously, but it currently only generates the following ...
Oernie's user avatar
  • 1
5 votes
2 answers
311 views

Assume that I have an example LaTeX document named example document.tex with the following content: \documentclass{standalone} \ExplSyntaxOn % Create file `\jobname.ext`. \str_new:N \...
Witiko's user avatar
  • 1,076
0 votes
0 answers
90 views

I downloaded a template of 'Cross referencing with the xr package' from Overleaf, but it doesn't run properly on Texifier. The result shows ⁠??? in the output. Is there any way to make it display ...
Yilin Cheng's user avatar
0 votes
0 answers
48 views

im trying to plot a graph that uses luaconour lines, they build some auxiliary files .dat``.lua and .table to draw the line but, i use a build dir on the latexmk and everytime i compile i get the ...
Felipe9's user avatar
  • 622
1 vote
0 answers
78 views

Is there some way I can force \cref to just defer to \ref for certain counters? The idea is that I'd define \crefformat something like the following but with \ref{#1} (which is definitely wrong) ...
Peter Gerdes's user avatar
  • 1,047
1 vote
1 answer
76 views

I run bibtex main.aux and get the following output: This is BibTeX, Version 0.99d (TeX Live 2022) The top-level auxiliary file: main.aux The style file: apalike.bst Database file #1: main.bib Warning-...
Erel Segal-Halevi's user avatar
2 votes
1 answer
207 views

I have several folders full of Emacs org files, and I use lots of LaTeX packages in them so when I export to PDF my folders get cluttered with all manner of files with extensions like .toc, .bbl, ....
Luke's user avatar
  • 53
0 votes
1 answer
952 views

I am using the VSCode extension for LaTeX for my work. I have several tex files and it makes it very hard to navigate the panel with all the auxiliary files laying around. I have decided to delete the ...
Kuantew's user avatar
  • 101
3 votes
1 answer
89 views

The following MCE shows that the .aux file, although found, produces an empty \VerbatimInput. Why? \begin{filecontents}[noheader,force]{\jobname.txt} \relax \gdef \@abspage@last{1} \end{filecontents} ...
Denis Bitouzé's user avatar

15 30 50 per page
1
2 3 4 5
33