浏览代码

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

marco 24 年之前
父节点
当前提交
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

部分文件因为文件数量过多而无法显示