We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the latexmk out and aux folder the \lc or \lC dosen't work. The latexmk -c or latexmk -C works perfectly.
out
aux
\lc
\lC
latexmk -c
latexmk -C
main.tex
source
cap1.tex
\input{source/cap1.tex}
.latexmkrc
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode'; $out_dir = 'out'; $aux_dir = 'aux'; $pdf_previewer = 'start zathura'; $pdf_mode = 1; $bibtex_use = 2; @default_files = ('test.tex'); @generated_exts = qw(aux idx ind lof lot out toc acn acr alg glg glo gls ist); $clean_ext = "toc log mtc* maf aux bak bbl sav xml fls soc loc"; # Run latexmk silently, not output to text $silent = $ENV{'SILENT'}; $quiet = $ENV{'SILENT'};
All the files in aux folder should desappear
Nothing happens.
Yes
System info: OS: Ubuntu 23.04 Vim version: NVIM v0.10.0-dev-510+g3c4890d1e Has clientserver: true Servername: /run/user/1000/nvim.128782.0 VimTeX project: test base: test.tex root: /home/user/temp_latex tex: /home/user/temp_latex/test.tex main parser: current file verified document class: report packages: amsmath booktabs cleveref csquotes fancyhdr float fontsetup fontspec graphicx hyperref listings longtable mdframed mhchem microtype minitoc multirow pdfpages pgf pgfplots polyglossia siunitx subcaption tabularray tcolorbox tikz varioref source files: test.tex source/cap1.tex compiler: latexmk engine: -pdflatex options: -verbose -synctex=1 -interaction=nonstopmode out_dir: out aux_dir: aux callback: 1 continuous: 1 executable: latexmk viewer: Zathura xwin id: 0 qf method: LaTeX logfile
The text was updated successfully, but these errors were encountered:
Thanks. I can reproduce this. I'll look into it!
Sorry, something went wrong.
fix: bug with latexmk clean
f4a0c2f
refer: #2746
I think it's fixed now, please update and test.
Thank you 😊
My pleasure; thanks for raising the issue!
No branches or pull requests
Description
Using the latexmk
out
andaux
folder the\lc
or\lC
dosen't work.The
latexmk -c
orlatexmk -C
works perfectly.Steps to reproduce
main.tex
source
with acap1.tex
main.tex
the\input{source/cap1.tex}
.latexmkrc
. Mine ismain.tex
\lc
command.Expected behavior
All the files in
aux
folder should desappearActual behavior
Nothing happens.
Do you use a latexmkrc file?
Yes
VimtexInfo
The text was updated successfully, but these errors were encountered: