Просмотр исходного кода

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

marco 24 лет назад
Родитель
Сommit
6f692d0faf
2 измененных файлов с 174 добавлено и 171 удалено
  1. 170 169
      docs/internal/comparch.tex
  2. 4 2
      docs/internal/intfpc.sty

Разница между файлами не показана из-за своего большого размера
+ 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

Некоторые файлы не были показаны из-за большого количества измененных файлов