Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagnostics not displayed with $aux_dir #1128

Closed
jdujava opened this issue May 21, 2024 · 0 comments · Fixed by #1129
Closed

Diagnostics not displayed with $aux_dir #1128

jdujava opened this issue May 21, 2024 · 0 comments · Fixed by #1129
Labels
bug Something isn't working

Comments

@jdujava
Copy link
Contributor

jdujava commented May 21, 2024

Let's have (for example) the following aux_dir for latexmk

# .latexmkrc
$aux_dir = ".aux";

Diagnostics for unused labels are displayed, but other diagnostics (such as Overfull \hbox) are not. If the $aux_dir is not customized, everything works.

Info about my setup:

  • editor: neovim
  • compilation of latex: latexmk via vimtex plugin
  • setup of texlab: via nvim-lspconfig

Minimal reproducible example

\documentclass[a4paper,12pt]{article}

\usepackage{graphicx}

\overfullrule=1mm

\begin{document}

\section{Working example}

\begin{figure}[!ht]
    \centering
    \includegraphics[width=1.2\linewidth]{example-image-a}
    \caption{This is an example image.}
    \label{fig:missing}
\end{figure}

\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants