LyX ⇒ Problem with amsbook and normalsize
Problem with amsbook and normalsize
\chapter{{\normalsize INTRODUCTION: WHAT SOME THINK}}
Here's the error message:
---------------
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
--------------
The problem does not arise for other document classes. What's wrong with amsbook? Is there a simple fix? This is the last thing I need to resolve to be done with my thesis!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Problem with amsbook and normalsize
welcome to the board!
You could fix it by \protect:
Code: Select all
\chapter{{\protect\normalsize INTRODUCTION: WHAT SOME THINK}}Re: Problem with amsbook and normalsize
However, it created a new problem. This is not a problem for my purposes, but it might not be acceptable for others who try this fix.
For some reason, even though I have the font set at 11pt, everything went to 10pt, throughout the entire document. Should this be happening?
md
Re: Problem with amsbook and normalsize
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Problem with amsbook and normalsize
Stefan