blob: af1936bb1e40570e626b2f5d0fa427fbf39c6254 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% vim:ts=4:sw=4
%
% Copyright (c) 2008-2009 solvethis
% Copyright (c) 2010-2012 Casper Ti. Vector
% Public domain.
\chapter{更新记录}
\raggedbottom % 避免某些奇怪的“Underfull \vbox”警告。
\section{1.3 版以后的更新记录}
\VerbatimInput[
tabsize = 4, fontsize = {\small}, baselinestretch = 1
]{ChangeLog.txt}
\section{1.3 及其以前版本的更新记录}
\VerbatimInput[
tabsize = 4, fontsize = {\small}, baselinestretch = 1.1
]{ChangeLog-upto-1.3.txt}
\flushbottom % 取消 \raggedbottom 的作用。
|