First of all, I would like to say thanks personally for making LaTeX easier to use in Zed.
In the instructions, you state the following:
"texpresso-lsp": {
"initialization_options": {
"root_tex": "path/to/main/tex/file", // relative to workspace root, defaults to main.tex
},
I usually documents which can be hundreds of pages long. I find myself particularly useful to split the document in multiple chapters which then I aggregate on the main.tex. Is it possible to render only the chapter automatically whichout having to express directly the root_tex? I think it would particularly useful.
First of all, I would like to say thanks personally for making LaTeX easier to use in Zed.
In the instructions, you state the following:
I usually documents which can be hundreds of pages long. I find myself particularly useful to split the document in multiple chapters which then I aggregate on the main.tex. Is it possible to render only the chapter automatically whichout having to express directly the
root_tex? I think it would particularly useful.