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

No staus update after compile if $out_dir is used in latexmk #219

Open
phamer opened this issue Nov 11, 2014 · 0 comments
Open

No staus update after compile if $out_dir is used in latexmk #219

phamer opened this issue Nov 11, 2014 · 0 comments

Comments

@phamer
Copy link

phamer commented Nov 11, 2014

With the following setup, ll will compile the document, but not update the status message.
le opens the correct quickfix with warnings/errors, but the quickfix window is not opened automatically after successful compilation.

~/.latexmkrc:

$pdflatex = 'pdflatex -interaction=nonstopmode -synctex=1 %O %S';
$bibtex_use = 2;
$biber = 'biber --debug %O %S';
$pdf_previewer = 'evince %O %S';
$clean_ext = '%R.run.xml %R.synctex.gz';
$out_dir = "build";

relevant entries in the ~/.vimrc:

let g:LatexBox_latexmk_async = 1
let g:LatexBox_output_type = "pdf"
let g:LatexBox_quickfix = 2
let g:LatexBox_build_dir = "build"

vim just blanks the status line, gvim shows 'Compiling to pdf...' forever.
If not using $out_dir in ~/.latexmkrc, the status message is updated and the quickfix with warnings/errors shows up, as it should be. Interestingly, the g:LatexBox_build_dir = "build" seems to be ignored for the logfile in this case? Only lv produces an error like "File not found build/output.pdf".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant