summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2011-01-03 18:43:15 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2011-01-03 18:43:15 (GMT)
commit2149c9cb1315b6a42457dd991171bf4fcf7d7015 (patch)
treec44fd80159115f91bacbc05dd72e77e5a6788e84 /src/latexgen.cpp
parent48f4fd9c2d9ba8b374e3c052f888df9bc220df92 (diff)
downloadDoxygen-2149c9cb1315b6a42457dd991171bf4fcf7d7015.zip
Doxygen-2149c9cb1315b6a42457dd991171bf4fcf7d7015.tar.gz
Doxygen-2149c9cb1315b6a42457dd991171bf4fcf7d7015.tar.bz2
Release-1.7.3
Diffstat (limited to 'src/latexgen.cpp')
-rw-r--r--src/latexgen.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/latexgen.cpp b/src/latexgen.cpp
index 8002743..6804022 100644
--- a/src/latexgen.cpp
+++ b/src/latexgen.cpp
@@ -324,41 +324,41 @@ static void writeDefaultStyleSheetPart1(FTextStream &t)
"\\RequirePackage{sectsty}\n"
"\\RequirePackage{tocloft}\n"
"\\allsectionsfont{\\usefont{OT1}{phv}{bc}{n}\\selectfont}\n"
- "\\renewcommand{\\cftchapfont}{%\n"
+ "\\providecommand{\\cftchapfont}{%\n"
" \\fontsize{11}{13}\\usefont{OT1}{phv}{bc}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cftchappagefont}{%\n"
+ "\\providecommand{\\cftchappagefont}{%\n"
" \\fontsize{11}{13}\\usefont{OT1}{phv}{c}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cftsecfont}{%\n"
+ "\\providecommand{\\cftsecfont}{%\n"
" \\fontsize{10}{12}\\usefont{OT1}{phv}{c}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cftsecpagefont}{%\n"
+ "\\providecommand{\\cftsecpagefont}{%\n"
" \\fontsize{10}{12}\\usefont{OT1}{phv}{c}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cftsubsecfont}{%\n"
+ "\\providecommand{\\cftsubsecfont}{%\n"
" \\fontsize{10}{12}\\usefont{OT1}{phv}{c}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cftsubsecpagefont}{%\n"
+ "\\providecommand{\\cftsubsecpagefont}{%\n"
" \\fontsize{10}{12}\\usefont{OT1}{phv}{c}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cftsubsubsecfont}{%\n"
+ "\\providecommand{\\cftsubsubsecfont}{%\n"
" \\fontsize{9}{11}\\usefont{OT1}{phv}{c}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cftsubsubsecpagefont}{%\n"
+ "\\providecommand{\\cftsubsubsecpagefont}{%\n"
" \\fontsize{9}{11}\\usefont{OT1}{phv}{c}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cftparafont}{%\n"
+ "\\providecommand{\\cftparafont}{%\n"
" \\fontsize{9}{11}\\usefont{OT1}{phv}{c}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cftparapagefont}{%\n"
+ "\\providecommand{\\cftparapagefont}{%\n"
" \\fontsize{9}{11}\\usefont{OT1}{phv}{c}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\cfttoctitlefont}{%\n"
+ "\\providecommand{\\cfttoctitlefont}{%\n"
" \\fontsize{20}{22}\\usefont{OT1}{phv}{b}{n}\\selectfont\n"
"}\n"
- "\\renewcommand{\\rmdefault}{phv}\n"
- "\\renewcommand{\\bfdefault}{bc}\n"
+ "\\providecommand{\\rmdefault}{phv}\n"
+ "\\providecommand{\\bfdefault}{bc}\n"
"\n\n";
t << "% Setup fancy headings\n"