Difference between revisions of "Dotted number in caption"

From Wiki
Jump to navigation Jump to search
m (Added a TODO tag.)
m (<pre> -> <texcode>)
Line 1: Line 1:
 
How to put a dot after the float number in a caption?
 
How to put a dot after the float number in a caption?
<pre>
+
<texcode>
 
\let\floatcaptionsuffix=.
 
\let\floatcaptionsuffix=.
</pre>
+
</texcode>
  
 
{{todo|This page could use some more description, and maybe elaboration with other float caption options.}}
 
{{todo|This page could use some more description, and maybe elaboration with other float caption options.}}

Revision as of 13:17, 6 September 2005

How to put a dot after the float number in a caption?

\let\floatcaptionsuffix=.

TODO: This page could use some more description, and maybe elaboration with other float caption options. (See: To-Do List)