Questions tagged [compilation-error]
For Questions when the compiler failed to translate the source code due to a coding error or due to an error in the compiler itself.
609 questions
0
votes
2
answers
82
views
How to compile a kaobook offline
I want to use the kaobook template, which correctly compiles in Overleaf, but it is not compiling in my computer.
I'm working in Windows with MiKTeX and Texmaker and when I use pdflatex on the file ...
6
votes
3
answers
128
views
\tikzmath defined functions sometimes won't parse in \addplot, producing spurious errors
This is my first post so the graph may not appear and/or the format may look weird. Apologies if that is so.
The graph is produced when the line \addplot[red, thick] {myexp(x,4)}; is commented out
...
0
votes
0
answers
60
views
why this causes an error [duplicate]
Command Line: bibtex.exe "all"
Startup Folder: E:\PLOCHA 3 last one\Desktop\TH0dipl\tex
This is BibTeX, Version 0.99d (MiKTeX 25.4)
The top-level auxiliary file: all.aux
I found no \...
0
votes
0
answers
70
views
what does this error mean in WinEdt console and how can I fix it
Command Line: bibtex.exe "cislov"
Startup Folder: C:\Users\Hynek\AppData\Roaming\WinEdt Team\WinEdt 10\ConfigEx
This is BibTeX, Version 0.99d (MiKTeX 25.4)
The top-level auxiliary file: ...
0
votes
0
answers
61
views
compilation error [duplicate]
What causes this error and how can I fix it?:
Command Line: bibtex.exe "all"
Startup Folder: E:\PLOCHA 3 last one\Desktop\TH0dipl\tex
This is BibTeX, Version 0.99d (MiKTeX 25.4)
The top-...
2
votes
1
answer
48
views
How to integrate bclogo package with tcolorbox and calc package without conflicts?
I'm creating a LaTeX template for my course notes and want to use the bclogo package specifically for my remark environment, while using tcolorbox for other theorem-like environments (definitions, ...
3
votes
2
answers
71
views
Error from envlab that I don't understand
I am trying to print an envelope with a return address (as well as an address). I am using a protocol that I am sure (hah!) worked in the past, but I now get an error that is opaque to me.
I have ...
3
votes
1
answer
58
views
PSTricks error regarding \pst@makenotverbbox
Consider the following MWE:
% lualatex test.tex
\documentclass{article}
\usepackage{pstricks-add}
\begin{document}
\begin{pspicture}(2,2)
\rput(1,1){\rotatebox{180}{\psframe(0,0)(2,2)}
\end{...
0
votes
1
answer
104
views
Why is LaTeX stroking out when I prime a variable [duplicate]
This is a section from my lab paper:
That $L$ vs. $T^2$ is the only graph with a linear slope shows
that it is the correct regression to find $g$. Dimensional
analysis confirms this, as its slope ...
2
votes
1
answer
106
views
Putting a Description Environment within a Newcommand Quote Environment
MWE:
\documentclass[12pt]{book}
\textwidth=3.00in
\usepackage[T1]{fontenc}
\usepackage[sfdefault]{cabin}
\newcommand{\longemdash}{{\fontfamily{cmss}\selectfont---}}
\newcommand{\emdash}{\nobreak---\...
5
votes
0
answers
71
views
Is there a better way to handle property references (ltproperties), some of which should be replicated in memoized code?
This is a semi-followup to How to debug/correct missing number error in plug during memoization?.
Aim: handle properties (ltproperty) in memoized code (memoize).
Specifically: A problem arises ...
0
votes
0
answers
40
views
Error with \usepackage{subfig}: Undefined control sequence [duplicate]
With this code
\documentclass[12pt,a4paper]{amsart}
\usepackage{subcaption}
\captionsetup[subfigure]{labelfont=rm}
%\usepackage{subfig} %%%%%%%%%%%%%%%%%%%%%%%%%%%% <----It gives a error
\...
4
votes
1
answer
180
views
How to debug/correct missing number error in plug during memoization?
The error is caused by the definition on line 436. Although this seems not to depend on memoize, all my attempts to eliminate memoize result in the code compiling.
The definition on line 436 is not ...
3
votes
2
answers
103
views
What causes or how can I determine what causes this runaway argument when trying to emulate ltproperties in memoize?
I am trying to make memoize automatically handle ltproperties in a similar way to the way it handles cross-references. This requires persuading it to automatically respond to macros which record or ...
5
votes
1
answer
167
views
Multilingual entries in biblatex throw errors after using \selectlanguage{} from babel
I am writing a multilingual LaTeX project (in English and Russian) with a multilingual bibliography using babel and biblatex, compiling with pdflatex, using TeXstudio as the editor, and using biber as ...