LaTeX Setup Guide #34474
Replies: 2 comments
-
If you do not have Skim installed (I assume you are on Mac), I recommend you do that and try again with these settings removed... and if your project is specifically written for $pdf_mode = 4; As for the If you do not want to use Skim, you would only need the following settings to build on save (not necessary if Skim is present): {
"lsp": {
"texlab": {
"settings": {
"texlab": {
"build": {
"onSave": true
}
}
}
}
}
}
This can be found in the language server logs, this is touched on here along with a couple other options. |
Beta Was this translation helpful? Give feedback.
-
Hey @lnay, Now I adjusted the Quick Setup Guide: Quick-start Zed-LaTeX Setup Guide (MacOS Sequoia 15.5)
If there are any adjustements needed for the setup read this links: Still not clear for meHow to adjust the settings so only the root file gets compiled even if I am changing a file contained in the root file. ── 00_template_folder_to_copy I have added the latexmkrc file at following spots:
Maybe it didn't work because I had the Skim sync settings activated for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there.
Thanks for the work of this really nice and clean code editor.
I am slowly switching from VSCode and I have a hard time for setting up LaTeX into Zed.
I will create this issue as well at the repo of the installed LaTeX plugin: https://github.com/rzukic/zed-latex.
I have edited the settings.json like the following:
Now to get there it was quite a lot of recherche, because I am not that used to make my settings in json and finding the right options I can choose from.
With this settings Zed is processing my current .tex file which I am working on.
Problem:
Not that convinient but managable, like in VSCode:
Maybe there is somebody which can help me with the problem but my wish is too maybe add an LaTeX (or any other setup guide) to the website, so newbies have a better entry point.
I have wrote I little instruction for my future self, maybe it's useable for the guide or I am very grateful, if you can help me complete it:
Setup Guide
The executable can be changed, but there a lot of different possibilities. It depends on which TeX program is installed.
The arguments can maybe also be adjusted. Other possibilities are:
Resources
TexLab Config
Zed slp config
TexLab possible arguments for settings.json
Overleaf TeX programs docu
VSCode LaTeX Workshop config from here I adapted my config
Zed general configuration Medium article
Zed standard configuration explanaiton
Another general Zed configuration
Zed 101 config git repo
Official Zed config website
Beta Was this translation helpful? Give feedback.
All reactions