Skip to main content

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.

0 votes
2 answers
82 views

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 ...
Eparoh's user avatar
  • 103
6 votes
3 answers
128 views

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 ...
Francis Cook's user avatar
0 votes
0 answers
60 views

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 \...
user2925716's user avatar
  • 2,146
0 votes
0 answers
70 views

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: ...
user2925716's user avatar
  • 2,146
0 votes
0 answers
61 views

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-...
user2925716's user avatar
  • 2,146
2 votes
1 answer
48 views

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, ...
Student's user avatar
  • 1,560
3 votes
2 answers
71 views

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 ...
Rolf Turner's user avatar
3 votes
1 answer
58 views

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{...
Svend Tveskæg's user avatar
0 votes
1 answer
104 views

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 ...
Fernando Hernandez's user avatar
2 votes
1 answer
106 views

MWE: \documentclass[12pt]{book} \textwidth=3.00in \usepackage[T1]{fontenc} \usepackage[sfdefault]{cabin} \newcommand{\longemdash}{{\fontfamily{cmss}\selectfont---}} \newcommand{\emdash}{\nobreak---\...
Jethro's user avatar
  • 611
5 votes
0 answers
71 views

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 ...
cfr's user avatar
  • 248k
0 votes
0 answers
40 views

With this code \documentclass[12pt,a4paper]{amsart} \usepackage{subcaption} \captionsetup[subfigure]{labelfont=rm} %\usepackage{subfig} %%%%%%%%%%%%%%%%%%%%%%%%%%%% <----It gives a error \...
Sebastiano's user avatar
  • 66.9k
4 votes
1 answer
180 views

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 ...
cfr's user avatar
  • 248k
3 votes
2 answers
103 views

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 ...
cfr's user avatar
  • 248k
5 votes
1 answer
167 views

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 ...
user407780's user avatar

15 30 50 per page
1
2 3 4 5
41