I have a question about Caption environment.
I use Lyx with MikTeX, but I don't think this should be a problem.
Whenever I insert a figure float, the caption below/above the picture
says (for example for figure Nr. 15) "Figure 15: An electrical
switch", without the quotes of cuorse, where the Figure 15 with the
colon are inserted automatically. This is all well and by the book.
Now, how can I make it print a dot instead of the colon?
So the above text would be "Figure 15. An electrical switch".
Thanks in advance!
Jure
lookup the ccaption (2 c's) or the caption2 packages and read their docs
--
/daleif (remove RTFSIGNATURE from email address)
LaTeX FAQ: http://www.tex.ac.uk/faq
AMSMATH Intro: http://www.ams.org/tex/short-math-guide.html
LaTeX Intro: http://people.ee.ethz.ch/~oetiker/lshort/lshort.pdf
Graphics Intro: http://www.ctan.org/tex-archive/info/epslatex.pdf
Superb Class: http://www.ctan.org/tex-archive/help/Catalogue/entries/memoir.html
Remember to post minimal working examples.
> lookup [...] or the caption2 packages and read their docs
Please take the caption package 3.0 instead, caption2 is obsolete.
BTW: \usepackage[labelsep=period]{caption}[2003/12/20] will do the trick.
Regards,
Axel