Help with Latexmk: not working at all anymore‽ #450
Unanswered
ReaderGuy42
asked this question in
Q&A
Replies: 1 comment
-
I think I solved it. Two seconds after posting this, I found the Linux PATH additions, which made me double check the Path stuff. I've added the path to LaTeX to /etc/profile, and I think that solved it. I'd still be curious if this was the best way. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Obsidian debug information
Obsidian 1.8.9
Linux Mint 22.1
Shell Commands 0.23.0
What shell are you using?
Bash
Please describe the problem
I have a script in the plugin which converts my Obsidian notes to PDFs via LaTeX and latexmk. This was working for months if not years, but now I had to do a reinstall of my laptop, due to some hardware issues, and I just reinstalled Texlive yesterday.
And now latexmk will not work at all anymore, but ONLY when triggered via Shell commands. If I run latexmk directly via terminal, it works as intended, which confuses me even more. I have Obsidian installed via the .deb file (not flatpak), so I don't think that's it.
everything is up to date, as far as I can tell. Manually running latexmk or compiling the .tex files via TeXstudio also works, so it's not the underlying tex install.
The script itself is more complicated than this (as I use a template and some filters) but the error message is the same:
latexmk -pv- -pdflua < /dev/null && latexmk -c
->
bash: line 1: latexmk: command not found
I'm super confused by this.
Any ideas?
Thanks! (Still love this plugin!)
Beta Was this translation helpful? Give feedback.
All reactions