-
Notifications
You must be signed in to change notification settings - Fork 11
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
Does the tex root directive work? #37
Comments
No. Building when file2 is focused should build file1 as expected (even if file1 is not open). |
AH! I didn't realize that a restart was required. Everything works great
now;thank you!
…On Sat, May 20, 2017 at 12:38 AM, Quentin Bramas ***@***.***> wrote:
No. Building when file2 is focused should build file1 as expected (even if
file1 is not open).
But those behaviors are not resolved live, you need to close and reopen
the file for the directive to take effect.
Otherwise I never had issues with it.
On what platform are you?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE77POPKitPr4p_-mcCVMovX88xrbuqXks5r7oppgaJpZM4NhMcN>
.
|
I’m afraid I cannot do it myself. Since the issue is fixed (or it wasn’t a bug), could it be closed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suppose two files file1.tex and file2.tex.
file1.tex contains a line
\input{file2}
Building in the editor with focus on file1.tex works as expected.
file2.tex contains the line
Building with focus on file2.tex breaks with "missing \begin{document}"
Is this expected behaviour?
The text was updated successfully, but these errors were encountered: