Questions tagged [latex-workshop]
LaTeX Workshop is an extension to Visual Studio Code for editing in LaTeX and viewing PDFs.
84 questions
0
votes
0
answers
21
views
Automatically adding support for custom macrogenerating function in VS Code LatexWorkshop for intellisense
This is a follow up question.
When generating new commands with a macro generating command and not directly with latex natives like \newcommand or \providecommand the macros are not added to ...
1
vote
1
answer
62
views
VS Code LaTeX Workshop: how to configure settings.json when using both biber and makenomenclature?
I am working on a LaTeX document in VS Code using the LaTeX Workshop extension (windows 11).
My document uses biblatex with biber, as well as the nomencl package to generate a nomenclature.
How should ...
0
votes
2
answers
63
views
Adding Support for custom macrogenerating function in VS Code LatexWorkshop for intellisense
Inspired by mathtools I wrote a macro to automate the generation of the same kind of new commands.
This all works nice. The only problem is that intellisense in Vs Code via LaTeX-Workshop does not ...
3
votes
0
answers
59
views
\setminted{breaklines=true, breakanywhere=true} of "mint" package in VSCode cause duplicated Chinese characters
With mint package, the setting of \setminted{breaklines=true, breakanywhere=true} will cause Chinese character duplicated in VScode but not in overleaf.com or texworks editor.
For example,
\...
1
vote
0
answers
2k
views
How to set local texmf directory using LaTeX Workshop in VSCode?
Introduction
I like to build LaTeX documents using the LaTeX Workshop extension in VSCode. I'm using MiKTeX as a package manager.
I know I can add a particular TDS compliant folder as a texmf ...
0
votes
1
answer
95
views
How to fix relative input path referencing using LaTeX Workshop in VSCode?
Setup
I have the following folder structure:
home/
A/
A.tex
C.tex
B/
B.tex
C.tex
and the file contents are as follows
home/A/A.tex
\input{../B/B.tex}
home/B/B....
2
votes
0
answers
165
views
How to customize inverse search for VSCode, LaTeX Workshop, and SumatraPDF: Ctrl+click trigger and line highlighting?
Note: I originally posted this question on Stack Overflow. It was suggested that my question was off-topic there and I decided that this question would be a better fit for the TeX - LaTeX Stack ...
0
votes
1
answer
83
views
all citations work on overleaf but only some work on latex workshop? [closed]
I've been working on latex workshop on VS code and have across a problem where only some citations from my master reference list will compile properly? I've used latex workshop in the past no problems ...
0
votes
0
answers
127
views
VSCode/LaTeX Workshop: Set root/master file for all files within a project, from the project’s root directory?
I recently moved over to VSCode/LaTeX Workshop as my editor, and am trying to get it set up for working smoothly with multi-file projects. In particular, I have a project with its main file in the ...
0
votes
0
answers
54
views
Simple document without Bibtex but bibtex warnings shows
In a simple document i have 3 warnings involving bibtex although i do not invoke explicitly bibtex.
I am using VsCode with Latex Workshop and TexLive
The recipe i use is simply executing pdflatex.
\...
1
vote
0
answers
259
views
"Format Document With LaTeX Workshop" seems not to work for large tex file [closed]
I am trying to use "Format Document With LaTeX Workshop" in VSCode on Windows 11 to format this tex file. This tex file is big and compiled into a 907-page PDF. However, the process seems ...
0
votes
1
answer
269
views
texlive installed in /usr/share/texlive, $PATH variable set, but LaTeX Workshop for VScodium can't find it
I've been trying to follow the guide for installing LaTeX Workshop in VScodium on Ubuntu 24.04.2 LTS, but I've run into trouble: First off, I ran
$ sudo apt-get install texlive texstudio
which ...
0
votes
0
answers
135
views
How to make xr references work with subfiles and a separate build folder
I started experimenting with LaTeX about half a year ago and so far I've been able to solve all problems I encountered by looking at other people's questions and answers on here. This one however has ...
0
votes
1
answer
140
views
Using my master biblatex file in VScode LaTeX Workshop
I recently switched over from overleaf to VSCode LaTeX Workshop. As such I'm still trying to set it all up properly. It seems most people use a single master reference list .bib file
I am trying to ...
0
votes
0
answers
505
views
minted package not working in vscode and latex workshop
I've decided to move my thesis from overleaf to my local pc. After some finagling, everything compiles as it should, except for minted
Specifically, I'm getting these two stubborn errors:
/run/media/...