Questions tagged [undefined]

about undefined LaTeX document entities such as control sequences, citations and references. May be used along with the {errors} tag.

This tag is meant to be used for questions about a specific set of errors dealing with undefined entities of a LaTeX document, i.e. undefined control sequences, undefined citations and undefined references.

For a brief starting point about the subject consider reading

233 questions
4
votes
0 answers

Figure environment undefined

I am trying to use \begin{figure} \end{figure} however I get the error that it is undefined. I am using \usepackage{float, graphicx} in the beginning in the doc. It is important to mention that i am using a custom document class called moderncv.cls…
2
votes
1 answer

Undefined Control Sequenced in Proof

I have error : Undefined control sequence for this code, however I am not sure which part is wrong. \documentclass[journal]{IEEEtran} \begin{document} \begin{lemma}\label{lemma:R5_R6} \begin{proof} Besides place and transition which relate to the…
1
vote
2 answers

Undefined Control Sequence in Table Tabularx

I would like to create a table in www.overleaf.com with compiler pdfLaTeX TeX Live version 2022. Here is the code. \documentclass[journal]{IEEEtran} \begin{document} \begin{table}[h] \captionof{table}{Table of $q$ and…
1
vote
0 answers

DeclareUnicodeCharacter: Undefined control sequence

The following code used to compile, but I noticed now that it doesn't anymore. \documentclass{article} \usepackage[utf8]{inputenc} \DeclareUnicodeCharacter{00E4}{\"a} \begin{document} lorem ipsum \end{document} ! Undefined control…
1
vote
1 answer

Undefined control sequence \EnableCrossrefs

I'm having some trouble with this. I'm quite new to LaTeX, and I'm just trying to recreate a word document in LaTeX. Here's the full error: E: c:/texlive/2016/texmf-dist/tex/latex/colordoc/colordoc.sty:155 Undefined control sequence…
1
vote
0 answers

LaTeX problem with International Journal of Communication Systems

I am writing a paper for International Journal of Communication Systems. Unfortunately the latex for this journal has a problem which I could not handle it (see the release files). I even sent them this problem, however they did not respond.
1
vote
1 answer

! Undefined control sequence. \[ p(u)= \sum_{v\epsilonN

I used the following statement: \[ p(u)= \sum_{v\epsilonN(u)} W(u,v) \] But it shows the error: ! Undefined control sequence. \[ p(u)= \sum_{v\epsilonN
0
votes
1 answer

An undefined control sequence is shown

An undefined control sequence is shown in the line. \centerline{\LARGE{$\bm{\mathfrak{ Dedicated \ to}}$}}
0
votes
1 answer

Consecutive limits of a sequence of functions

I want to write two consecutive limits $\displaystyle{\lim\limits_{x\to 1^-}{\lim\limits_{N\to\+\infty}$, but it doesn't work. Can someone offer some help, please?
0
votes
1 answer

It works well on Overleaf, however TeXMaker gives me an error: Undefined control sequence. ...\expanded

\documentclass{article} \usepackage{amssymb, amsfonts, stmaryrd,fancyhdr,amsmath,amsthm,amsbsy,amsfonts, titletoc} \usepackage{fnpct} % I used following package for footnotes when using \footnote{text1}\footnote{text2} instead of using…
SulinW
  • 76
  • 3
0
votes
0 answers

How to remove this error (Undefined control sequence. \def\baselinestretch{1}\chapter)

I am writing my article in report format and i have to use format. Undefined control sequence. \def\baselinestretch{1}\chapter in my thesis. Need help to resolve this problem
0
votes
0 answers

Question with "! Undefined control sequence" using TeX

I have some problem using an old file, which worked totally fine previously. But now there is some problem regarding the ​ ! Undefined control sequence here. The code is shown below: …
kezeng
  • 1
0
votes
1 answer

Undefined Control Sequence while using \itemize in beamer. If I change it from beamer to article, it works

\documentclass{beamer} \usepackage{bookmark} \usepackage[utf8]{inputenc} \usepackage{multicol} \usepackage{graphicx} \begin{document} .\\ \vspace{3.5cm} \centering{\Huge\textbf{DELIMITERS}} \newpage .\vspace{1cm} \\ A \textbf{Delimiter} act as a…
0
votes
0 answers

Undefined sequence error

I installed winedit 3 and miktex and whenever I run the program there is undefined control sequence \g__prg_map_int" error. What should I do? the line causing the error is: \MakeSPathList{calligraphy pen…
Amir
  • 401
  • 2
  • 8
0
votes
0 answers

sharelatex undefined control sequence when compiling normal mode but not in draft

I get this error when I compile on sharelatex, but the strange thing is that it appears only when I'm compiling in normal mode and instead it works fluently when I'm compiling in draft mode (with sharelatex built in). The error suggestions tells me…
Daniele
  • 23
  • 3
1
2