Theses, Books, Title pages ⇒ Greek letters in figure captions
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Greek letters in figure captions
Great job with the template, it’s beautiful. However, if I use a greek letter in a figure caption I get a failure for the list of figures and if I typeset it again it just doesn’t include the list of figures. It seems to not like greek letters in figure captions. Is there a way around?
So long,
Daniel
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Greek letters in figure captions
Daniel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Greek letters in figure captions
\protect
before the command that is failing to see if that helps. eg:Code: Select all
\caption{Description shamelessly lifted from \cite{internet}}
Code: Select all
\caption{Description shamelessly lifted from \protect\cite{internet}}