diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-13 23:53:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-13 23:53:39 +0000 |
commit | e0056016e425d97e79d80fdee01acf4cd84c1d8d (patch) | |
tree | c6024370d669e546e6c66fca1784ec0a980e8694 /Master/texmf-dist/doc/plain/impatient-cn/frontm.tex | |
parent | c3397e2195329b400975b069f1f6e3b2092f84a8 (diff) |
impatient-cn (13nov14)
git-svn-id: svn://tug.org/texlive/trunk@35576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/plain/impatient-cn/frontm.tex')
-rw-r--r-- | Master/texmf-dist/doc/plain/impatient-cn/frontm.tex | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/plain/impatient-cn/frontm.tex b/Master/texmf-dist/doc/plain/impatient-cn/frontm.tex new file mode 100644 index 00000000000..1a69abe85e9 --- /dev/null +++ b/Master/texmf-dist/doc/plain/impatient-cn/frontm.tex @@ -0,0 +1,85 @@ +% -*- coding: utf-8 -*- +% This is part of the book TeX for the Impatient. +% Copyright (C) 2003 Paul W. Abrahams, Kathryn A. Hargreaves, Karl Berry. +% See file fdl.tex for copying conditions. +% +% Front matter. + +\input macros + + +% Frontmatter is numbered i, ii, ... +\pageno = -1 + + +% Bastard title. +% +% \sinkage +\indent\vskip8em +\centerline{\chapterfonts \TeX\ 急就帖} +\vskip4em +\centerline{\sectionfonts \number\year 年\number\month 月\number\day 日} + +\noheadlinetrue\pagebreak + + +% Title spread. +% +%(title page, lhs) +%\noheadlinetrue\pagebreak +\blankpage + +%(title page, rhs) +%\noheadlinetrue\pagebreak +\blankpage + + +{\input copyrght } +\noheadlinetrue + + +% Dedication. +% +\sinkage +{\it \flushright + 致 Jodi. + ---{\sc p.w.a.} + + 忆信任我的父亲, + ---{\sc k.a.h.} + + 致 Dan. + ---{\sc k.b.} +} +\pagebreak + +% From here on, the convention is that every frontchapter does its own +% ending pagebreak and encloses its fonts in a group if necessary. + +% The preface should start on a right-hand page. + +\blankpage +{\input preface } + +% Contents. +% +% We never want to empty the file after doing the brief contents. +% +\rewritetocfilefalse +% +\blankpage +\frontchapter{简要} + +\shortcontents + + +\ifcompletebook \global\rewritetocfiletrue \fi + +\frontchapter{目录} + +\contents + +\blankpage +{\input read1st } + +\byebye |