Skip to main content

Questions tagged [debugging]

is about finding the cause of errors or wrong results in (La)TeX code/documents using a methodical approach.

Filter by
Sorted by
Tagged with
1 vote
1 answer
53 views

I customized my Beamer files to have: different backgrounds depending on the programming language (from Changing the background color of a listing depending on the language) some frames shown ...
ginjaemocoes's user avatar
2 votes
2 answers
832 views

I'm trying to polish a typical template that I frequently use to write books on maths and physics (so I usually load a large set of packages!). Some packages may be old and obsolete, others may clash ...
Cham's user avatar
  • 2,674
2 votes
2 answers
115 views

When I edit a LaTeX document, it often happens that I need to move a section or a paragraph to another place inside the same document. If this happens several times, it can become difficult to confirm ...
Tommi Rimpiläinen's user avatar
1 vote
2 answers
192 views

Is there a tool to help analyze the log files produced by (La)TeX? For example, this type of tool should be able to list all warnings issued.
projetmbc's user avatar
  • 15.3k
1 vote
0 answers
44 views

I have two files, was going to post an MWE but made it work. I have tried to find the difference between the MWE and the original, and all I can see is that I created a new (ultra-simple) quiz ...
Dov's user avatar
  • 1,625
1 vote
1 answer
59 views

I have a LaTeX document with a weird bug - the numbering of the theorems is not continuous. Theorem 0.0.1 is followed by Theorem 0.0.5 instead of 0.0.2. I have attached the MWE and the screenshot from ...
Anirudh's user avatar
  • 35
2 votes
1 answer
139 views

I'm using arara to play a Waves.mp3 sound file when TeXShop starts, and completes, typesetting my LuaLaTeX project file (~20 minutes), mainly as a gentle alert that the typesetting is complete. The ...
RosesBouquet's user avatar
0 votes
0 answers
59 views

Task Description: I am writing my thesis with latex in vscode. Sometimes I write using my desktop PC and other times using my laptop when I am travelling. I have setup git version control for this ...
Evangelos Vlachos's user avatar
3 votes
0 answers
89 views

[EDIT: copy on GitHub.] I would like to understand what causes the following behaviour in forest. MWE [Note that most of the code isn't code necessary to reproduce the problem but rather annotations I'...
cfr's user avatar
  • 248k
1 vote
0 answers
109 views

I am trying to improve my package multifootnote, hoping that it could correctly place the footnote text on the corresponding pages when the footnote marks are distributed over several pages. For this, ...
Jinwen's user avatar
  • 9,354
0 votes
0 answers
139 views

I am trying to write my thesis proposal paper in Latex. Here's the summarized code since most of it is all about the paper I wrote: \documentclass[a4paper,12pt]{report} \usepackage{indentfirst} \...
Kenneth Ligutom's user avatar
1 vote
1 answer
8k views

EDIT: The issue was something completely different. The Better BibTex plugin for Zotero changes the way citation keys are generated. This can be changed in Preferences -> Better BibTex -> Open ...
Steven Basmith's user avatar
0 votes
1 answer
323 views

In short: When debugging my lualatex files in VS Code with Local Lua Debugger, breakpoints in lua files are ignored if they lie outside the current working directory; for example, if they lie in the ...
krfl's user avatar
  • 163
1 vote
2 answers
99 views

The following is a command that does basic arithmetic with nine variables. \documentclass{article} \usepackage{xfp} \newcommand\functesta[9]{ \edef\myvara{#1} \edef\myvarb{#2} \edef\...
rdx73735's user avatar
0 votes
0 answers
2k views

When I try to run a tex file in VS Code, I get the error 'You don't have an extension for debugging LaTeX. Should we find a LaTeX extension in the Marketplace?' and cannot run the file. But when I try ...
user402525's user avatar
1 vote
1 answer
104 views

I'm trying to write a command that wraps \href with a QR code to the given URL. For this I need to generate a temp file and reuse it later, so I wrote a \mktemp command that wraps the mktemp utility: %...
user84207's user avatar
  • 145
1 vote
0 answers
61 views

I was given with the following template in LaTex and I got directly the error 'Argument of � has an extra }.' in line 43 (where the first /newpage is). \documentclass[12pt]{article} \usepackage{ucs} \...
Sheila's user avatar
  • 11
0 votes
1 answer
146 views

This is the code in question \end{align*} These correspond to translations $z \mapsto z + \lambda$ \begin{align*} M \text{ is elliptic } &\iff M \text{ has exactly 2 complex conjugate fixed ...
Karl's user avatar
  • 275
0 votes
1 answer
67 views

I have an issue with XeLaTeX with a document with two languages, Hebrew and English. I use a different font for Hebrew (here DejaVu Sans, but any font will do). The problem is that when (1) a section ...
user65560's user avatar
  • 5,618
3 votes
1 answer
128 views

When I type this: \usepackage{systeme} \begin{document} \systeme[xyzt]{x-iy+3t=0,ix-z-(2-i)t=0,(1+i)x+(2-i)y+(3i-5)t=0,-ix+(1+i)y+z-it=0} \end{document} I'm ending up with this: Which, as you see, ...
NairD's user avatar
  • 31
2 votes
1 answer
247 views

The documentation is kind of lacking. Could anyone explain the meaning of blue solid/dotted lines and red solid lines between words here? How are they different from the dotted versions? Looking ...
hana's user avatar
  • 873
2 votes
0 answers
84 views

I tried to make Fira Code with minted copy-friendly, but it just doesn't work, and I don't know why. Other mono fonts like Ubuntu Mono and all regular non-mono fonts (that I have tried) are copying ...
Andrew15_5's user avatar
2 votes
0 answers
357 views

Are there any debugging capabilities in latex or any gui editors? That is, is there a way I can view the value of variables, commands, memory etc during compiling and at the exact moment compilation ...
ring5259's user avatar
0 votes
2 answers
1k views

I'm trying this table - Here's my latex code - \documentclass{article} \usepackage[utf8]{inputenc} \title{test} \author{Ved} \date{September 2022} \begin{document} \maketitle \section{...
Vedant Rana's user avatar
2 votes
2 answers
170 views

I have been trying to compile my file that contains a tikzcircuit for few hours now (>6hours), on overleaf. The file compiles with no problem whatsoever when the circuitikz is commented. However, ...
Wallflower's user avatar

1
2 3 4 5
9