Texmaker and TeXstudioNo Auxiliary Files Created - Texmaker

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
cb396
Posts: 1
Joined: Tue Jul 11, 2023 2:20 pm

No Auxiliary Files Created - Texmaker

Post by cb396 »

Hi there,

I've been writing a thesis for months now with no problems in packages, bibtex or anything. Yesterday I tried saving my document under a new name and compiling it. No auxiliary files were created (no .aux, .blg, .bbl, .toc, .lof, .lot, .log, etc.). I have tried creating a test file to see if I could figure out where the issue started with something like:

Code: Select all

\documentclass{article}
\begin{document}

this is a test.\cite{test}

\bibliographystyle{plain}
\bibliography{testbib}

\end{document}
This test file didn't even work. It creates a PDF but no link to the bibtex citation or creation of auxiliary files. I have been using PdfLaTeX + Bib(la)tex + PdfLaTeX(2x) + View PDF as my quick build command and it had been working until now. I have uninstalled and reinstalled both MiKTex and Texmaker, reinstalled all my packages and checked that things are in the correct directories. I don't know what is preventing the creation of the auxiliary files and can't seem to find an answer online that works in this instance.

Any help would be greatly appreciated.

Thanks in advance,
Colm
Last edited by Stefan Kottwitz on Wed Jul 12, 2023 11:28 pm, edited 1 time in total.
Reason: code marked

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply