Reduce space occpuied by the verbatim inputs.

This commit is contained in:
Casper Ti. Vector 2012-05-31 15:21:54 +08:00
parent 0c41f33ce6
commit 62af6c2b91
2 changed files with 6 additions and 6 deletions

View File

@ -11,25 +11,25 @@
\subsection{共用文件头部}
\VerbatimInput[
frame = lines, fontsize = {\footnotesize}, tabsize = 2,
baselinestretch = 1.25, lastline = 23, numbers = left
baselinestretch = 1, lastline = 23, numbers = left
]{pkuthss.cls}
\subsection{\texttt{pkuthss.cls}}
\VerbatimInput[
frame = lines, fontsize = {\footnotesize}, tabsize = 2,
baselinestretch = 1.25, firstline = 25, numbers = left
baselinestretch = 1, firstline = 25, numbers = left
]{pkuthss.cls}
\subsection{\texttt{pkuthss-utf8.def}\texttt{pkuthss-gbk.def}}
\VerbatimInput[
frame = lines, fontsize = {\footnotesize}, tabsize = 2,
baselinestretch = 1.25, firstline = 25, numbers = left
baselinestretch = 1, firstline = 25, numbers = left
]{pkuthss-utf8.def}
\subsection{\texttt{pkuthss-extra.sty}}
\VerbatimInput[
frame = lines, fontsize = {\footnotesize}, tabsize = 2,
baselinestretch = 1.25, firstline = 25, numbers = left
baselinestretch = 1, firstline = 25, numbers = left
]{pkuthss-extra.sty}
\section{pkuthss 说明(示例)文档的源代码}

View File

@ -9,12 +9,12 @@
\section{1.3 版以后的更新记录}
\VerbatimInput[
tabsize = 4, fontsize = {\small}, formatcom = {\linespread{1}\selectfont}
tabsize = 4, fontsize = {\small}, baselinestretch = 1
]{ChangeLog.txt}
\section{1.3 及其以前版本的更新记录}
\VerbatimInput[
tabsize = 4, fontsize = {\small}, formatcom = {\linespread{1.1}\selectfont}
tabsize = 4, fontsize = {\small}, baselinestretch = 1.1
]{ChangeLog-upto-1.3.txt}
\flushbottom % 取消 \raggedbottom 的作用。