LyX ⇒ Argument of \NoCaseChange has an extra }.
Argument of \NoCaseChange has an extra }.
Argument of \NoCaseChange has an extra }.
Paragraph ended before \NoCaseChange was complete.
All you have to do is type one space in between the heading and the cross-reference, and the PDF will now compile. I got the above error twice for missing a single space, meaning I couldn't compile the PDF. It wasn't very helpful advice by Lyx, but maybe the code gurus would have picked that up faster than me...
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
-
- Posts: 3
- Joined: Fri May 06, 2011 12:02 pm
Argument of \NoCaseChange has an extra }.
In my case, the "Argument of \NoCaseChange has an extra }" error comes up whenever a Section heading is immediately followed by a Subsection heading, and I want to reference the Section.
Adding a space between the Section heading and the label breaks any cross-references referring to it.
Back to square one it seems!
Follow-up:
The workaround I'm using is to get rid of the Subsection heading completely. In most cases the Subsection heading was something like "Introduction" or "Background", so isn't strictly necessary.
-
- Posts: 3
- Joined: Fri May 06, 2011 12:02 pm
Re: Argument of \NoCaseChange has an extra }.
Cross-references to Subsections work fine, without the extra space.
Cross-references to Sections are broken: I get the error mentioned above if I don't include an extra space; I get "Section ??" in the rendered pdf if I do.
Any ideas?
-
- Posts: 3
- Joined: Fri May 06, 2011 12:02 pm