Graphics, Figures & Tables ⇒ placing captons of subfloats at their right side
placing captons of subfloats at their right side
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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
Code, edit and compile here:\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