Questions tagged [missing]
The missing tag has no usage guidance.
131 questions
1
vote
1
answer
18
views
"Missing number" error when using \newtheoremstyle command
I am struggling to make an error disappear while compiling this :
\documentclass[10pt,a4paper]{article}
\usepackage{amsthm}
\usepackage{xcolor}
\newtheoremstyle{exercice}%
{\topsep}
{\topsep}
{\...
0
votes
0
answers
36
views
How to set custom font in PDF using LaTeX
How to set custom font in PDF using LaTeX
I tried to change the font of copyright symbol,
\font\copyrightfnt=mnpr8r at 9bp
\renewcommand\copyright{\bgroup\hbox{\copyrightfnt\char169}\egroup}
But i ...
0
votes
1
answer
34
views
Ad-hoc-chess-font related log-warnings: Missing character: There is no 0 in font chess-berlin-lsb!
This is a follow up of my question about using a specific set of pieces, berlin, for typing chess moves and diagrams. Yes, this works and i am very thankful for this!
A small drawback is in the latex-...
1
vote
0
answers
28
views
MWE works, but quiz doesn't. How is a difference in environment changing the outcome?
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 ...
0
votes
1
answer
61
views
How to debug "Missing $ inserted"
I have a large LaTeX document that was compiling without warnings in Ubuntu 22.04. Now I had to move to Fedora 40 and, when I try to compile it, it produces hundreds of ! Missing $ inserted., ! ...
0
votes
1
answer
72
views
(/maketitle) Missing number, treated as zero,using overleaf
\documentclass[a4paper,fleqn,hyperfootnotes=true,colorlinks=true,allcolors=blue]{cas-dc}
\usepackage[numbers]{natbib}
\usepackage{hyperref}
\hypersetup{
citecolor=blue,
linkcolor=red,
}
\...
2
votes
1
answer
138
views
Mixed NiceTabular, MultiRow, Multicolumn, Alignments problems and Missing $
I love the way Latex looks, but sometimes, it's a nightmare to sort things out.
I am trying to make a table, and I am at his point.
At first, I tried to create the table using "tabular", but ...
1
vote
0
answers
60
views
Problem using minted option from tcbuselibrary [closed]
I'm still a newbie using LaTeX and I need to add a line of code in my document. For this, I use the library listings from the package tcolorbox. I always get the same error, so I put this example from ...
0
votes
1
answer
167
views
Lyx Missing character unclear log: "There is no e (U+0065) in font rsfs10!"
I am using Lyx to write a paper and so far i did not had any problems. I wrote some sections, export in PDF results is ok
Then i added some other sections did the export PDF and I got error "...
2
votes
1
answer
111
views
Error "Missing \endcsname inserted" with make4ht
I get some strange errors that I can't explain when I use mak4ht with my miktex distribution. Does anyone have an idea?
First there are two warnings:
[WARNING] tocid: char-def module not found
[...
0
votes
2
answers
176
views
Missing $ inserted
I am a newbie to LaTeX and LaTeXiT.
In the attached complete code below, the following line works:
\[\boldsymbol { 1 \si{N} = 1 \si{kg} \cdot \si{m} \cdot \si{s}^{\num{-2}}}\]
However, the following ...
2
votes
2
answers
581
views
Texmaker error: "missing $ inserted"
I get the following error in texmaker:
I have multiple files opened, but I since it doesn't show a file name I dont know where this error should occur. I also went through all my files and the ...
0
votes
0
answers
294
views
How to fix the "missing $ inserted" when you are not in math mode?
I just started to learn how to work in Overleaf, so I'm still such a noob. Anyways, I'm doing a project for my class and I don't know how to fix the "missing $ inserted issue". The converted ...
1
vote
0
answers
51
views
How is missing $ inserted? [duplicate]
Here's a line of erroneous code.
\documentclass{standalone}
\begin{document}
\frac{a}{M}
\end{document}
As we expect, the compiler throws a "missing $" error.
! Missing $ inserted.
<...
0
votes
1
answer
39
views
I keep getting the error missing \begin{document}. \ProcessOptionsKV[p]{Gm} even tho its not missing idk what to do pls help [closed]
\documentclass[11pt,a4paper]{article}
\usepackage{amsfonts,amsmath,amsthm}
\usepackage{algorithm, algorithmicx, algpseudocode}
\usepackage[utf8x]{inputenc}
\usepackage[top=3cm, bottom=3cm; left=3cm, ...
1
vote
1
answer
98
views
Pgfplots ignores my last datapoint
Datapoint e will get ignored regardless of whether d - the previous datapoint - exists or not. I want a, b, c, d and e to be present in the plot in a bar plot that groups the bars by two (so feel free ...
1
vote
1
answer
58
views
Problem with error "Missing delimiter (.inserted)" with arrays
I'm having some problems with this error and I don't know what to do. I have to use a certain template and it doesn't work anymore. Before it used to.
\documentclass[sn-mathphys]{sn-jnl}
\begin{...
0
votes
1
answer
254
views
Missing } inserted \subfile{} Error message
I keep getting this error message on my main .tex file. It reads:
Missing }.\subfield{2chaptertwo.tex}.
I have a separate .tex file for each chapter (including one that is entitled 2chaptertwo.tex.
...
1
vote
1
answer
313
views
error: latex.ltx:10708: LaTex Error: Missing /begin{document} Tectonic
I am trying to compile a TeX document using Tectonic on Windows. When I compile the document, it is giving me some form of \begin{document} error that I can't figure out. I've checked to make sure the ...
-1
votes
1
answer
60
views
What's wrong? I can't figure out the problem because I don't need "$"
! Missing $ inserted.
<inserted text>
$
l.257 ![](Peter01_
files/figure-latex/unnamed-chunk-7-1.pdf)<!-- -->
ggplot(data_peter02) +
aes(x = region) +
...
0
votes
1
answer
891
views
! Argument of \MakeTextUppercase has an extra }
\documentclass{tufte-book}
\usepackage{lipsum}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{forest}
\usepackage{fourier}
\usepackage{soul}
\usepackage{tikz}
\usepackage{tikzsymbols}
\...
0
votes
1
answer
72
views
Missing number error in pgfplot [closed]
I got a weird error when I use add yshift=-1mm to my plot. The error does not appear when I use positive value. The shift works, but looking at the red error is really annoying.
Can anyone suggest a ...
2
votes
2
answers
442
views
Missing $ inserted |
I am using this template:
https://www.overleaf.com/latex/templates/springer-nature-latex-template/gsvvftmrppwq
my equation is:
\documentclass[pdflatex,sn-mathphys]{sn-jnl}% Math and Physical Sciences ...
3
votes
2
answers
143
views
missing $ inserted error on a biblatex full citation
I get a missing $ inserted error when I compile my document if I introduce a \fullcite to this particular bibliography entry:
@article{sadava2019a,
title = {Should We Routinely Close the Fascial ...
1
vote
0
answers
105
views
Xelatex (Windows) / includegraphics - displayed just first 5000 images
I need to generate PDF document using xelatex.exe.
.tex document is generated from the database and it contains thousands of pages and thousands of images displayed by \includegraphics.
Problem is ...
1
vote
1
answer
66
views
Missing number issue in table - first with no issue
I wrote my CV using Overleaf.
Using multiple times the tabular function, I have no issues.
In the references, I get two errors by Overleaf:
Missing number, treated as zero.
Illegal unit of measure (...
0
votes
0
answers
209
views
Unknown error in my Project
I have now obtained a correct installation of XeLaTeX but I'm missing some fonts:
How do I install fonts from slabikar.tfm and slabikar.sty files ?
Now I'm getting the following error.
Command Line: ...
1
vote
2
answers
1k
views
Missing vertical line in latex table
I am using the below code for making a latex table. Unfortunately, when I compile the vertical line of last column is missing.
\documentclass{article}
\begin{document}
\begin{table}[b!]
\...
0
votes
0
answers
204
views
ETbb font package not working (missing TFM & CFG files)
When trying to compile (even the simplest) documents using the ETbb package, e.g.:
\documentclass{article}
\usepackage{ETbb}
\begin{document}
Test.
\end{document}
I get errors involving missing ...
3
votes
2
answers
111
views
Missing $ in math mode? [closed]
I have the following code:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\[
\det(A) = a_{11}(a_{22}a_{33} - a_{23}a_{32}) - a_{12}(a_{21}a_{33} - a_{23}a_{31}) + a_{13}(a_{21}a_{32} ...
0
votes
0
answers
129
views
Missing symbol using newtxmath package
I use the following setting but some math symbols missed e.g. +, (),...
\usepackage{newtxtext} %different text font
\usepackage{newtxmath} %different math font
\let\openbox\undefined
\let\Bbbk\relax
\...
0
votes
1
answer
61
views
Missing delimiter (. inserted) <to be read again> "Please help me solve this problem"
Please help me solve this problem
The code below produces the error
Missing delimiter (. inserted).
\begin{equation}
S_{i j} =
\begin{cases}e ^{ - \max \left(\left| p_{i} - p_{j}\right|,\left|q_{i} - ...
0
votes
0
answers
104
views
Missing spaces when using overleaf
I'm using overleaf to write my thesis, after using the \textit{} command, the following text is still in italic and the spaces between words are missing.
Is this a common problem and what can I do ...
0
votes
1
answer
140
views
missing superscript glyph
I am using XeLaTeX TeXLive on Debian and Minion Pro for typesetting a commentary with many footnote series (with bigfoot). Minion Pro lacks "c" superscript, so realscript replaces it with ...
0
votes
0
answers
279
views
Missing number, treated as zero on section using package titlesec
When using the titlesec package to modify the layout of the chapter title, I get the error: Missing number, treated as zero., in the section title.
I use the following code to perform this action:
\...
4
votes
1
answer
2k
views
twemojis package can't be used, doesn't show up locally, AND can't be installed?
When you search CTAN twemojis package, you find it: https://ctan.org/pkg/twemojis.
When I try to use it, it says package not found.
\usepackage{twemojis}
! LaTeX Error: File `twemojis.sty' not found....
3
votes
2
answers
752
views
How to add support for a single missing character?
I keep getting this error:
[WARNING] Missing character: There is no ❯ (U+276F) (U+276F) in font Roboto Mono Nerd Font Complet
Is there any way to add support for this entire font, or at least for ...
2
votes
0
answers
1k
views
biblatex package suddenly missing
I am on a Windows machine using:
Editor: TexStudio 3.1.1
Compiler: pdflatex
Bibliography tool: biber
Bibliography manager: natbib
Today, I was editing my thesis document (just the text at the time, no ...
0
votes
1
answer
445
views
Syntax highlight for gmsh code (*.geo)?
I am looking for syntax highlighting packages (as listings or minted) for *.geo (gmsh input) and/or MSH file format version 2 or 4 *.msh (gmsh output).
Example of content of *.geo file
// Scale global ...
2
votes
1
answer
1k
views
Missing \endcsname inserted error
I am getting an error that I have identified to stem from my bib file for one particular entry. This error has popped up after I moved from a natbib and BibTeX workflow to BibLaTeX and biber.
I had ...
2
votes
1
answer
217
views
! Missing $ inserted.<inserted text>$ \end{multline}
\nabla L(\boldsymbol {\beta})=
\mbox{
\Large
\begin{pmatrix}
\frac{\partial r_1}{\partial\beta_1}\\
\frac{\partial r_1}{\partial\beta_2}\\
\vdots \\
\frac{\partial r_1}{\partial\beta_n}
\end{pmatrix}
}...
2
votes
1
answer
359
views
Missing header: (\rhead not shown)
I want to create a document with both header and footer. So far the footer has been working fine but not the header, which is missing for some reason. Do anyone have a clue as to why it happens?
%!TEX ...
1
vote
1
answer
1k
views
Missing $ inserted when use \texttt [duplicate]
I have this simple code:
\documentclass[10pt]{article}
% amsmath package, useful for mathematical formulas
\usepackage{amsmath}
% amssymb package, useful for mathematical symbols
\usepackage{amssymb}
...
0
votes
0
answers
658
views
Automatic installation of iftex.sty does not work on Texmaker
I'm using Texmaker and so far, when there isn't a specific package, Texmaker was able to install it by asking me if I want to install it (a window with the butttom Install appeared).
The same happens ...
1
vote
1
answer
92
views
apa7 citing ref needed tex studio+ tried with biblatex and biber compiler + issue round brackets around not generated around references
\documentclass[a4paper, 12pt]{report}
%=========================Preamble===================================
\usepackage{setspace} %for line spacing
\usepackage[american]{babel}
\usepackage{csquotes}
\...
1
vote
1
answer
1k
views
Missing # inserted in tabular mode
I'm somewhat new to Latex. Right now, I'm stuck with table creation. After searching this and other forums, I didn't manage to sort this out yet, so I kindly ask for your support. If I missed the ...
1
vote
2
answers
145
views
missing } and $ error in equation
I got "Missing }and$ inserted" error and I don`t know where should I add one. Could anybody help, please?
\begin{equation}\label{3eq}
A{}^{+}=(a_{i1}\textsuperscript{+},a_{i2}\...
3
votes
1
answer
81
views
Multiple errors on math equation
Being relatively new to Latex, I try to implement the following expression:
To do so, I used the following code (while using the amssymb package):
\(
\textbf{Y} = (\textbf{Y\textsubscript{\emph{v}}})...
1
vote
1
answer
703
views
Missing \item error on theorem environment!
This code produces the error "! LaTeX Error: Something's wrong--perhaps a missing \item.See the LaTeX manual or LaTeX Companion for explanation.Type H for immediate help.... \end{lem}". I ...
0
votes
3
answers
5k
views
LaTeX Error: Something's wrong--perhaps a missing \item, but the item is there
I'm trying to write a list in an enumerate environment, but for some reason even if the code is (apparently) correct, Latex gives me the following error at the second line:
"! LaTeX Error: ...