summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-01-03 18:43:15 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2011-01-03 18:43:15 (GMT)
commit38de39f102c03a52de4c9bb4875125745abce622 (patch)
treec44fd80159115f91bacbc05dd72e77e5a6788e84 /src/latexgen.cpp
parentfe6ff0cfd058b1b09bf389dd2c20be317183e094 (diff)
downloadDoxygen-38de39f102c03a52de4c9bb4875125745abce622.zip
Doxygen-38de39f102c03a52de4c9bb4875125745abce622.tar.gz
Doxygen-38de39f102c03a52de4c9bb4875125745abce622.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"