[lug] Changing LaTeX labeling of Figures and Tables
rm at fabula.de
rm at fabula.de
Wed Jan 21 11:51:09 MST 2004
On Wed, Jan 21, 2004 at 01:41:06PM -0500, Ed Hill wrote:
> [...]
> Since you didn't specify, I going to assume that you're using an
> "article" (\documentclass[...]{article}). In that case, the colon is
> specified in the file:
>
> /usr/share/texmf/tex/latex/base/article.cls
>
> with:
>
> \long\def\@makecaption#1#2{%
> \vskip\abovecaptionskip
> \sbox\@tempboxa{#1: #2}%
> \ifdim \wd\@tempboxa >\hsize
> #1: #2\par
> \else
> \global \@minipagefalse
> \hb at xt@\hsize{\hfil\box\@tempboxa\hfil}%
> \fi
> \vskip\belowcaptionskip}
>
> You can make a local copy of the original "article.cls" file and create
> your own definition that uses '.' instead of ':'.
Oh, probably not a good idea unless the document is distibuted only as
a dvi/ps/pdf. Otherwise the document needs to be shipped witht the modi-
fied version of article.cls. Vew publishers would accept this.
Ralf Mattes
> Happy TeX-ing!
> Ed
>
> --
> Edward H. Hill III, PhD
> office: MIT Dept. of EAPS; Room 54-1424; 77 Massachusetts Ave.
> Cambridge, MA 02139-4307
> email: eh3 at mit.edu, ed at eh3.com
> URL: http://web.mit.edu/eh3/
> phone: 617-253-0098
> fax: 617-253-4464
> _______________________________________________
> Web Page: http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
> Join us on IRC: lug.boulder.co.us port=6667 channel=#colug
More information about the LUG
mailing list