Tagged Questions
4
votes
2answers
105 views
How to change the caption name in the article class when using babel?
I have used the following lines in my preamble
\usepackage{babel}
\addto\extrasfrench{%
\providecommand{\og}{\leavevmode\flqq~}%
\providecommand{\fg}{\ifdim\lastskip>\z@\unskip\fi~\frqq}%
}
...
4
votes
1answer
155 views
Caption formatting with babel French
I have a problem override the default formatting of float captions when using babel’s French option. When babel’s francais setting is chosen, captions are formatted with the label (“Figure X”) in ...
