Browse Source

* More camelcasing, set tocdepth=4 and secnumdepth=2 in intfpc.sty

marco 24 years ago
parent
commit
6f692d0faf
2 changed files with 174 additions and 171 deletions
  1. 170 169
      docs/internal/comparch.tex
  2. 4 2
      docs/internal/intfpc.sty

File diff suppressed because it is too large
+ 170 - 169
docs/internal/comparch.tex


+ 4 - 2
docs/internal/intfpc.sty

@@ -64,7 +64,8 @@
   \gdef\@thanks{}\gdef\@author{}\gdef\@title{}}
   % end of \maketitle
 % 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,
 %and to use sans serif
 \renewcommand\subsection{\@startsection%
@@ -233,7 +234,8 @@
   \usepackage[pdftex,bookmarks=true,colorlinks=true,linkcolor=blue]{hyperref}
   \usepackage{times}
   \usepackage[T1]{fontenc}
-  \setcounter{secnumdepth}{4}
+  \setcounter{secnumdepth}{2}
+  \setcounter{tocdepth}{4} 
   \pdfcompresslevel=9
   \pdfpagewidth=210mm
   \pdfpageheight=297mm

Some files were not shown because too many files changed in this diff