1

When building a LaTeX file (with Texstudio, if that's important) in addition to the .tex and .pdf files, there are also .aux, .log, and .synctex.gz created. What do these extra files do?

2

1 Answer 1

1

The .logfile is the compilation report. It mentions any errors or warnings from the compiler. It's very useful in case of problems.

The .aux file stores information for the compiler such as cross references and other elements, to build the table of contents, bibliographic references, indexes, &c.

synctex.gz is a (compressed) synchronisation file, which allows to go with one clic from a point in the source-code to the corresponding point in the .pdf, and back.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.