Any ways of incorporating a figure in a section headline ?TeX capacity exceeded, sorry [input stack size=5000]
General ⇒ includegraphics in headlines ?
includegraphics in headlines ?
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: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
includegraphics in headlines ?
if you showed us the code producing this error we probably could provide better help.
In generall including graphics in section headline is possible. I reckon you want to show the logo inside the section headline in the document body, not in the table of contents. Therefore you may use the optional parameter of \section etc., for example:
Code: Select all
\section[Text]{Text\includegraphics{filename}}
Re: includegraphics in headlines ?
It's working now... After all the trouble i went through all you had to do was insert [] after section...