Graphics, Figures & Tables ⇒ graphic in chapter title
graphic in chapter title
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
graphic in chapter title
the answer might vary on your particular needs. The following simple code shows one possibility:
Code: Select all
\documentclass{book}
\usepackage[demo]{graphicx}% demo option only for compilability purposes
\begin{document}
\tableofcontents
\chapter[Test chapter]{\parbox[c]{.55\textwidth}{Test chapter\\ with an image}\parbox[c]{.4\textwidth}{\includegraphics{imagename}}}
\end{document}
Of course, we could give a more precise answer if you provide a more detailed explanation of your intent.
Re: graphic in chapter title
I'm using the Memoir document class. I want to place a picture next to the chapter title, which will be just roman numerals, about 1.5cm by 1.5cm.
Re: graphic in chapter title
graphic in chapter title
Code: Select all
\makeatletter
\newcommand{\rmnum}[1]{\romannumeral #1}
\newcommand{\Rmnum}[1]{\expandafter\@slowromancap\romannumeral #1@}
\makeatother
Re: graphic in chapter title
- Attachments
-
- test.pdf
- (66.27 KiB) Downloaded 523 times
Re: graphic in chapter title
graphic in chapter title
I am attaching the file suggestion.zip which contains test.tex (the code contains some suggestions to help you achieve what you desire and some comments) and the images Smullyan.jpg and fibonacci.jpg, so that you can compile my example code. It also includes the PDF file obtained (test.pdf). Please refer to the documentation of the used packages. If you encounter any troubles, don't hesitate to ask for advise.
- Attachments
-
- suggestion.zip
- (98.9 KiB) Downloaded 304 times