next up previous
Next: Putting equation number labels Up: Miscellaneous Latex syntax Previous: How do I insert

Forcing non-italic captions

By default, Latex puts captions in italic. To avoid this, just before the figures or tables appear in your document, use the syntax:
\makeatletter  
\renewcommand{\fnum@table}[1]{\textup{\tablename~\thetable}\textup{:} \upshape}  
\makeatother

Last modified: 12/22/09.



Chris Paciorek 2012-01-21