mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:29:14 +02:00
* More camelcasing, set tocdepth=4 and secnumdepth=2 in intfpc.sty
This commit is contained in:
parent
529f063fc5
commit
6f692d0faf
File diff suppressed because it is too large
Load Diff
@ -64,7 +64,8 @@
|
|||||||
\gdef\@thanks{}\gdef\@author{}\gdef\@title{}}
|
\gdef\@thanks{}\gdef\@author{}\gdef\@title{}}
|
||||||
% end of \maketitle
|
% end of \maketitle
|
||||||
% For the \procedure and \function commands, we don't want heading numbers.
|
% For the \procedure and \function commands, we don't want heading numbers.
|
||||||
\setcounter{secnumdepth}{4}
|
\setcounter{secnumdepth}{2}
|
||||||
|
\setcounter{tocdepth}{4}
|
||||||
% redefine the subsection command to leave less space,
|
% redefine the subsection command to leave less space,
|
||||||
%and to use sans serif
|
%and to use sans serif
|
||||||
\renewcommand\subsection{\@startsection%
|
\renewcommand\subsection{\@startsection%
|
||||||
@ -233,7 +234,8 @@
|
|||||||
\usepackage[pdftex,bookmarks=true,colorlinks=true,linkcolor=blue]{hyperref}
|
\usepackage[pdftex,bookmarks=true,colorlinks=true,linkcolor=blue]{hyperref}
|
||||||
\usepackage{times}
|
\usepackage{times}
|
||||||
\usepackage[T1]{fontenc}
|
\usepackage[T1]{fontenc}
|
||||||
\setcounter{secnumdepth}{4}
|
\setcounter{secnumdepth}{2}
|
||||||
|
\setcounter{tocdepth}{4}
|
||||||
\pdfcompresslevel=9
|
\pdfcompresslevel=9
|
||||||
\pdfpagewidth=210mm
|
\pdfpagewidth=210mm
|
||||||
\pdfpageheight=297mm
|
\pdfpageheight=297mm
|
||||||
|
Loading…
Reference in New Issue
Block a user