22 lines
534 B
TeX
22 lines
534 B
TeX
% 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 的作用。
|
|
|