-
Notifications
You must be signed in to change notification settings - Fork 2
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
Magic comments instead of settings for VScode? #8
Comments
As you are probably aware the FRIthesis template is designed to follow the five stages of a doctoral dissertation. Each one influences the generated PDF slightly. As of this moment the magic commands do not provide the tools to solve the stage building process in an elegant way, especially since in the press stage one needs to build both Currently only VScode with the possibility to define specific LaTeX recipes via
Note that this requires MikTeX (support for
Note that in this case the stage needs to be set in Sending PRs or open issues on all major editors is an idea, but it probably should be such that it will allow for the definition of stage dependant recipes. |
FRIteza v2.20190301 supports VScode with LaTeX-Workshop via LaTeX recipes. A configuration for TeXstudio is also provided. Both are based on the latexmk build script. In addition a script is provided to pack all the required files into a single zip to be uploaded to Overleaf. See README.md for further details. Due to time constraints we do not plan to provide support for other IDEs (e.g. Sublime Text). |
Thanks, If you instead manually specify the stage, this also works with VSCode:
|
Currently examples contain
.vscode/settings.json
with configuration specific for LaTeX-Workshop for VScode. Recently they added support for additional magic commands (issue, docs) similar to what is supported by LaTeXTools for Sublime Text.For VScode it is now sufficient to add the following magic comments in the header of
thesis.tex
:Unfortunately, the crucial
!TEX options
and!BIB options
are not widely supported (!TEX program
and!BIB program
are). I am not sure how meaningful is it to replace current VScode configuration with these magic comments until support becomes wider (maybe we could send PRs or open issues for all major editors and tools?).The text was updated successfully, but these errors were encountered: