-
Notifications
You must be signed in to change notification settings - Fork 391
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
Error using arara as compiler-method #2861
Comments
I have the same situation here with my own LaTeX files. VimtexInfoSystem info:
OS: Ubuntu 22.04.3 LTS
Vim version: NVIM v0.10.0-dev-2000+g6fa0f303d
Has clientserver: true
Servername: /run/user/1001/nvim.31564.0
VimTeX project: syllabus_main
base: syllabus_main.tex
root: /home/muwizayeon/Projects/UCM/dsa5200/syllabus
tex: /home/muwizayeon/Projects/UCM/dsa5200/syllabus/syllabus_main.tex
main parser: current file verified
document class: article
source files:
syllabus_main.tex
title_page.tex
compiler: arara
options:
--log
viewer: General
qf method: LaTeX logfile The actual behavior is the same as the ones @mms-neuro. What I found is that
I am not familiar with the Vimtex script, so it is only what I figured out now. |
Thanks for the tip! I think the problem comes from 06e1767 which makes also sense time-wise. The problem ist the vimtex/autoload/vimtex/compiler/arara.vim Line 28 in 06e1767
a:opts (as is done for the other compile methods) solves the problem for me.
|
I created a pull request which should fix the problem. |
Thanks! And sorry for introducing this bug; clearly an oversight by me during an earlier refactoring. |
No worries - thanks for the amazing software and the effort you put into it! |
Description
Using arara as a compile_method suddenly broke down a few months ago.
:VimtexCompile
now results in an error - on different computers with different tex-files.Steps to reproduce
Somehow, github does not like
.vim
/.tex
files (anymore?).So here the content:
cat minimal.tex
cat minimal.vim
arara has version 7.0.4 (latest on Fedora 38, but not latest in general).
Steps to reproduce:
nvim -u minimal.vim minimal.tex
in bash:VimtexCompile
in neovim.Expected behavior
Document compiles using arara.
Actual behavior
The following error is raised immediately:
Sorry - I couldn't change the language from German to English. The translation is:
:!arara %
) works perfectly fine.let g:vimtex_compiler_method = 'latexmk'
) results also in error-free behaviour.Do you use a latexmkrc file?
No
VimtexInfo
The text was updated successfully, but these errors were encountered: