File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 74
74
\hbadness =750
75
75
\tolerance =750
76
76
\begin {document }
77
+ \pagenumbering {alph}
77
78
\begin {titlepage }
78
79
\includegraphics [width=\textwidth ]{doxygen_logo}
79
80
\begin {center }
82
83
\copyright 1997-\thisyear
83
84
\end {center }
84
85
\end {titlepage }
85
- \pagenumbering {Roman}
86
86
\clearemptydoublepage
87
+ \pagenumbering {Roman}
87
88
\tableofcontents
88
89
\clearemptydoublepage
89
90
\pagenumbering {arabic}
Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ static void writeDefaultHeaderPart1(FTextStream &t)
687
687
<< " pdfencoding=unicode\n "
688
688
<< " }\n " ;
689
689
}
690
- t << " \\ pagenumbering{roman }\n "
690
+ t << " \\ pagenumbering{alph }\n "
691
691
" \\ begin{titlepage}\n "
692
692
" \\ vspace*{7cm}\n "
693
693
" \\ begin{center}%\n "
@@ -716,6 +716,7 @@ static void writeDefaultHeaderPart3(FTextStream &t)
716
716
bool compactLatex = Config_getBool (" COMPACT_LATEX" );
717
717
if (!compactLatex)
718
718
t << " \\ clearemptydoublepage\n " ;
719
+ t << " \\ pagenumbering{roman}\n " ;
719
720
720
721
// ToC
721
722
t << " \\ tableofcontents\n " ;
You can’t perform that action at this time.
0 commit comments