LyX ⇒ How to remove Undefined control sequence error in LYX 2.0
How to remove Undefined control sequence error in LYX 2.0
Undefined Control sequence error.
How to remove the above error.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to remove Undefined control sequence error in LYX 2.0
Every command you are using with LaTeX has to be defined first. Some commands are available loading packages. One package i know, that defines something like that is hologo (
\hologo{BibTeX}
).There are more undefined control sequences in your document. It might be easier using the simpler LaTeX-level to debug first.
How to remove Undefined control sequence error in LYX 2.0
I have installed the LYX 2.0, MIKTEX, JABREF, GHOST,2gsv to my system.
I have taken the template from LYX 2.0 > FILE > New from Template > IEEE Tran.
I have shown the screen shot, how I have taken template from LYX 2.0.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to remove Undefined control sequence error in LYX 2.0
We are a bit short on LyX users right now, so we have to wait.
ANother possibility would be to ask on the LyX users mailing list.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
How to remove Undefined control sequence error in LYX 2.0
Code: Select all
\newcommand*{\BibTeX}{\textsc{Bib}\TeX}
bibtex.web
:Code: Select all
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08emT\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
Re: How to remove Undefined control sequence error in LYX 2.
As you told change the code also, I am getting the error. O.K. I will re install it once again LYX. I have following LYX 2.0 installing files.
(a) 1 MikTex 2.9 setup
(b) 2 gsv
(c) 3 LyX-2.0.0.3- Installer
(d) JabRef-2.6-seyup
While installing, which sequence I have to use. Which one I have to install first, next second, next third, next fourth. First one, which one I have to install first MikTex 2.9 setup or gsv or lyx or JabRef.
Can you advice me, which one I have to install first, second, third, fourth above mentioned (a), (b), (c) and (d).
I am getting following error after entering the as you said code
https://drive.google.com/file/d/0BwF-am ... sp=sharing
-
- Posts: 89
- Joined: Fri Jan 24, 2014 12:42 am