mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 02:50:40 +01:00
+ Changed secnumdepth and added stringspaces for listings
This commit is contained in:
parent
526bff2b1b
commit
9cbaa2f1f7
@ -64,7 +64,7 @@
|
||||
\gdef\@thanks{}\gdef\@author{}\gdef\@title{}}
|
||||
% end of \maketitle
|
||||
% For the \procedure and \function commands, we don't want heading numbers.
|
||||
\setcounter{secnumdepth}{2}
|
||||
\setcounter{secnumdepth}{1}
|
||||
% redefine the subsection command to leave less space,
|
||||
%and to use sans serif
|
||||
\renewcommand\subsection{\@startsection%
|
||||
@ -228,7 +228,6 @@
|
||||
%
|
||||
\RequirePackage{fakehtml}
|
||||
%
|
||||
%
|
||||
% For examples
|
||||
%
|
||||
\latex{%
|
||||
@ -272,6 +271,7 @@
|
||||
\lstset{commentstyle=\itshape}%
|
||||
\lstset{keywordstyle=\bfseries}%
|
||||
\lstset{frame=tb}%
|
||||
\lstset{stringspaces=false}%
|
||||
}
|
||||
%
|
||||
% Page settings
|
||||
|
||||
Loading…
Reference in New Issue
Block a user