Questions tagged [latex]
LaTeX is a macro package implemented on Don Knuth's TeX programming language and is used primarily for creating high quality written documents. Note that http://tex.stackexchange.com is specifically dedicated to LaTeX questions (and TeX, and other related technologies).
182 questions
3 votes
5 answers
706 views
removing braces statements containing nested braces inside
A typical latex problem: \SomeStyle{\otherstyle{this is the \textit{nested part} some more text...}} Now I want to remove all \SomeStyle{...} but not the content. Content contains nested braces. The ...
1 vote
1 answer
61 views
File 'darkmode.sty' not found, emergency stop
Description When using vimtex to compile my document, I get the error: File `darkmode.sty' not found. error| Emergency stop. error| Fatal error occurred, no output PDF file produced! This error is ...
0 votes
0 answers
149 views
texlive miktex conflict - texhash
I'm working with Ubuntu 22.04 and texlive (I'm using the Ubuntu texlive from tug.org). I tried to install miktex but gave up because I could not finalize the installation of the miktex console, which ...
0 votes
1 answer
58 views
Uploading compiled .tex file (.pdf) to the root repo in Gitlab
I need your help with the following problem. I'm trying to compile a .tex document in GitLab and put my compiled .pdf file in the root repo. I have created a .gitlab-ci.yml file which has the ...
1 vote
1 answer
144 views
{\LaTeX} symbol in groff
Is there a way to print the {\LaTeX} original symbol in groff? I would like to use the typography every time the word LaTeX appears in a document made with groff.
0 votes
2 answers
238 views
Import named destinations in PDF file
I know we can export named PDF destinations (hypertargets of external links, like we can reference them in LaTeX with \href{myfile.pdf#page.42}{link text}) in Linux with the command line pdfinfo -...
0 votes
0 answers
165 views
Why does Texstudio installation require texlive packages when texlive is already installed from the mirror?
I have TexLive already installed in my system. I installed it using the install-tl.zip as detailed on their website. Now I'm trying to install TexStudio via the PPA as detailed HERE. However, when I'...
-1 votes
2 answers
362 views
Is it possible to output LaTeX in a shell prompt?
There are several "lambda" prompts (i.e., shell prompts which use the $\lambda$ symbol). While these look nice in theory, many fonts do not use the lambda symbol that I like: $\lambdaup$. I'...