Graphics, Figures & Tables ⇒ placing captons of subfloats at their right side
placing captons of subfloats at their right side
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
placing captons of subfloats at their right side
http://en.wikibooks.org/wiki/LaTeX
It has a section on figures and floats and says this on side captions:
With this text they show a picture of a giraffe with a caption on the right.http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions#Side_captions wrote: Side captions
It is sometimes desirable to have a caption appear on the side of a float, rather than above or below. The sidecap package can be used to place a caption beside a figure or table. The following example demonstrates this for a figure by using a SCfigure environment in place of the figure environment. SCfigure does not accept the usual figure arguments.
Code: Select all
\documentclass{article} \usepackage[pdftex]{graphicx} \usepackage{sidecap} \begin{document} \begin{SCfigure} \centering \includegraphics[width=0.55\textwidth]% {Giraff_picture}% picture filename \caption{ ... caption text ... } \end{SCfigure} \end{document}
I can really recommend this book.
Cheers,
Mina
placing captons of subfloats at their right side
Code: Select all
\usepackage[raggedright]{sidecap}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
placing captons of subfloats at their right side
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10