Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [latex]

LaTeX is a programming language used primarily for creating high quality academic written documents, slideshows and posters. LaTeX questions are often a better fit for the sister site "TeX - LaTeX" (https://tex.stackexchange.com). This includes questions on tools and other languages producing LaTeX code. The JavaScript libraries MathJax and KaTeX are off-topic on "TeX - LaTeX" and should be asked on Stack Overflow instead (and tagged accordingly).

-1 votes
0 answers
5 views

Subfigures in latex not compiling

I would like to create a subfigure in latex. It won't compile correctly and I cannot understand why. The figures compile individually when simply using figure instead of subfigure. I have included the ...
Anna's user avatar
  • 79
0 votes
0 answers
11 views

Setting up VimTeX with forward search in WSL2

ive got neovim with VimTeX installed on WSL2 Ubuntu. LaTeX Compilation works well but using :VimtexView to open the pdf shows the error 'Viewer cannot find Zathura windows ID' I have vcsrv installed ...
blaimi's user avatar
  • 13
1 vote
0 answers
18 views

Name of the bibresource in biblatex for every entry in bibliography

I want to get the name of the .bib file and the bibkey for every bibentry to be printed when using \printbibliography. So far my MWE is as follows: (The bibkey part is already done. See below.) \...
ASarkar's user avatar
  • 519
0 votes
0 answers
21 views

Why is my .bbl file wrong when the bibliography is generated okay on the pdf?

I have been asked by a Journal to include all references on the main .tex file. I have generated a .bbl file using biblatex, biber etc: \documentclass{article} \usepackage[backend=biber, style=nature, ...
Kit Barker's user avatar
-1 votes
0 answers
9 views

Using Texlive and Texstudio on Mac

On my mac, I have installed texlive and texstudio via brew. Texlive alone works perfect and I can use 'pdflatex' via console to build my project without fault. On the other hand, when I try to build ...
AnnemarieWittig's user avatar
0 votes
0 answers
18 views

Conditionally Apply Latex Commands [closed]

I am new to Latex and looking for some guidance. I would like to have a variable I can set in my document to mark it as draft or as final If it is draft I would like to be able to set a watermark for ...
adam's user avatar
  • 3
1 vote
1 answer
35 views

LaTeX Minted Package with Pygments in Texifier on MacOS

I have already installed the MacTeX distribution on Mac, but when I used minted package, it throws out the following error: Package minted Error: You must have `pygmentize' installed to use this ...
Julia's user avatar
  • 13
-2 votes
0 answers
16 views

My LaTeX figure does seem appropriately even though I have used [h] after figure command [closed]

enter image description hereI have added my graph with the [h] and want these two graphs to appear in row but references part starts between them. How can I solve this? here is the screenshot for a ...
Çağan Okur's user avatar
0 votes
0 answers
26 views

Generating PDF Reports with Mathematical Expressions Using Python

I'm working on generating a report that includes numerous mathematical expressions such as matrices, vectors, and equations. I'm planning to use Python for this task. One of the most commonly used ...
Siddhu's user avatar
  • 48
-1 votes
1 answer
74 views

Way to convert a latex file to pdf only with python? (without having to locally install anything) [duplicate]

I am building a mathematical software with PyQt, and I would like to provide the users with a result in a file written in LaTex and also the compiled version of it in PDF. However, I can't find a way ...
Lavínia Beghini's user avatar
-1 votes
0 answers
11 views

Latex Tufte-book style upgraded?

The most recent release is v3.5.2 from 9 years ago. The issue is that it does not compile (or compile with lots of errors). Even the sample-book.tex that is included in the Guithub (https://github.com/...
HERIBERTO AVELINO's user avatar
1 vote
1 answer
28 views

tinytex PATH, installation via R

I have installed tinytex via the tinytex R package with the default add_path = TRUE on Windows 11. According to the documentation, this adds the executable to the system environment variable PATH. So, ...
user's user avatar
  • 1,108
0 votes
0 answers
21 views

Is there still no supported way to use \sfrac in matplotlib?

I know it's possible to use any available latex feature by editing text.latex.preamble, but this feature isn't official supported by matplotlib. Unfortunately, I find that using usetex=True affects ...
gannex's user avatar
  • 131
0 votes
1 answer
28 views

Tablehead repeats in next slide even if \tablelasttail{} is given - supertabular in latex beamer

I have used supertabular in latex beamer with allowframebreaks. Added the \tablehead, \tabletail and \tablelasttail. The table head is repeated in every slide. But the problem is after the last ...
JGK's user avatar
  • 3
0 votes
0 answers
16 views

Labeling a bar chart in Latex

I have the following bar Chart in Latex: \begin{figure} \centering \begin{tikzpicture} \begin{axis}[ ybar, symbolic x coords={CRITICAL, HIGH, MEDIUM, LOW}, ...
53845714nF's user avatar

15 30 50 per page
1
2 3 4 5
767