GeneralFailure in compilation - ! Undefined control sequence.

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
graceprisci
Posts: 3
Joined: Tue Feb 01, 2022 7:34 am

Failure in compilation - ! Undefined control sequence.

Post by graceprisci »

Code: Select all

Underfull \hbox (badness 10000) in paragraph at lines 3--6

(c:/texlive/2021/texmf-dist/tex/latex/psnfss/ts1phv.fd)
! Undefined control sequence.
\enit@enditemize ->\enit@after
                               \endlist \ifx \enit@series \relax \else \ifnu...
l.12 \end{DoxyItemize}
                      \hypertarget{index_autotoc_md27}{}\doxysection{Feature...

?
! Emergency stop.
\enit@enditemize ->\enit@after
                               \endlist \ifx \enit@series \relax \else \ifnu...
l.12 \end{DoxyItemize}
                      \hypertarget{index_autotoc_md27}{}\doxysection{Feature...

!  ==> Fatal error occurred, no output PDF file produced!
Last edited by cgnieder on Tue Feb 01, 2022 8:46 pm, edited 1 time in total.
Reason: added code markup

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Failure in compilation - ! Undefined control sequence.

Post by Stefan Kottwitz »

Hello,

welcome to the forum!

What is the situation for the problem - what is the code? Can you post code that causes the problem, like Infominimal working example?

Stefan
LaTeX.org admin
graceprisci
Posts: 3
Joined: Tue Feb 01, 2022 7:34 am

Failure in compilation - ! Undefined control sequence.

Post by graceprisci »

I have been using doxygen to generate documents with md files and on it we are using latex to generate pdf document.
It was working fine till I changed my system and did a reinstall of texlive. Now I get the error-
Chapter 1.
(./index.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--6

(c:/texlive/2021/texmf-dist/tex/latex/psnfss/ts1phv.fd)
! Undefined control sequence.
\enit@enditemize ->\enit@after
\endlist \ifx \enit@series \relax \else \ifnu...
l.12 \end{DoxyItemize}
\hypertarget{index_autotoc_md27}{}\doxysection{Feature...

?
! Emergency stop.


The lines from index.tex file 3-6 is as below:
INS supports RESTful Client and Server applications by exposing C-\/\+APIs to applications.~\newline
REST stands for \char`\"{}\+Representational State Transfer\char`\"{}. INS RESTful Client applications can consume the INS RESTful library(CSSLIB.\+RLIBRARY) on INS platform helping them to send RESTful HTTP/2 requests to external web servers and receive responses for the requests. As INS RESTful Server applications the same can be consumed to receive HTTP/2 requests and send responses.~\newline
INS currently supports the below HTTP methods.~\newline
graceprisci
Posts: 3
Joined: Tue Feb 01, 2022 7:34 am

Failure in compilation - ! Undefined control sequence.

Post by graceprisci »

refman.log
The log file
(36.97 KiB) Downloaded 120 times
Post Reply