-
Hello, I have been using Vim and VimTeX for my LaTeX needs thus far. I would like to give LaTeX-Workshop and VSCode a try. Given the following setting: % main.tex
\begin{document}
Hello World! \person
\end{document}
% professor.tex
\documentclass{minimal}
\newcommand{\person}{from professor}
\input{main.tex}
% student.tex
\documentclass{minimal}
\newcommand{\person}{from student}
\input{main.tex} can LaTeX-Workshop ask the user which of VimTeX does provide this option. Please see my discussion here Thank you. Sorry for the noise: I should have been more diligent. A similar question was asked and answered in the negative here: #3493 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The file in active editor will be used as root if possible. Otherwise, an auto root-detection system will kick in. See https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#multi-file-projects |
Beta Was this translation helpful? Give feedback.
-
Hello! Another potentially related issue is that only |
Beta Was this translation helpful? Give feedback.
The file in active editor will be used as root if possible. Otherwise, an auto root-detection system will kick in. See https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#multi-file-projects