summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/paracol/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-10-28 23:39:47 +0000
committerKarl Berry <karl@freefriends.org>2011-10-28 23:39:47 +0000
commit08521dabedd78b6b28f56c0fc227f17acfbd5daa (patch)
tree2298f971bc0a87a331961cc1ab33bf82891f2142 /Master/texmf-dist/doc/latex/paracol/README
parent8c4c55e62396b8d36fdbae726ebb52e47a8e449d (diff)
paracol (28oct11)
git-svn-id: svn://tug.org/texlive/trunk@24426 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/paracol/README')
-rw-r--r--Master/texmf-dist/doc/latex/paracol/README40
1 files changed, 33 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/paracol/README b/Master/texmf-dist/doc/latex/paracol/README
index a8cee1b5f52..be9b330bab7 100644
--- a/Master/texmf-dist/doc/latex/paracol/README
+++ b/Master/texmf-dist/doc/latex/paracol/README
@@ -1,10 +1,10 @@
-paracol (v0.91): a multi-column package to typeset columns in "parallel".
+paracol (v1.00): a multi-column package to typeset columns in "parallel".
===
Copyright (C) 2005-2011
Hiroshi Nakashima <h.nakashima@DOMAIN; DOMAIN=media.kyoto-u.ac.jp>
(Kyoto Univerisity)
This package can be redistributed and/or modified under the terms
-of the LaTeX Project Public License Distributed from CTAN
+of the LaTeX Project Public License distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
===
@@ -12,9 +12,32 @@ version 1 of the License, or any later version.
[Contents]
- README ............ this document
-- paracol.sty ....... the style file
-- paracol-man.tex ... LaTeX source of the manual
-- paracol-man.pdf ... PDF of the manual
+- paracol.ins ....... for docstrip
+- paracol.dtx ....... main dtx for manual and implementation document
+- man.dtx ........... source of Section 1 to 6 of user's manual
+- ref.dtx ........... source of Section 7 of user's manual
+- impl.dtx .......... source of implementation document
+- paracol-man.pdf ... PDF of user's manual
+
+[How to "make"]
+
+ % tex paracol.ins # you'll have paracol.sty and paracol-man.tex
+
+# to have user's manual (its PDF is included in the distribution)
+ % latex paracol-man
+ % latex paracol-man # you need do it twice to make index correct.
+ % makeindex -s gind.ist -o paracol-man.ind paracol-man.idx
+ % latex paracol-man
+
+# to have implementation document
+ % latex paracol.dtx
+ % latex paracol.dtx # you need do it twice to make index correct.
+ % makeindex -s gind.ist -o paracol.ind paracol.idx
+ % makeindex -s gglo.ist -o paracol.gls paracol.glo
+ % latex paracol.dtx
+
+Note that if you want LaTeXing paracol-man.tex and/or paracol.dtx,
+you need newvbtm.sty being also available in CTAN.
[Features]
@@ -27,8 +50,11 @@ version 1 of the License, or any later version.
+ Counters are "local" to each column in default but you may make some of
them global to all columns by \globalcounter{<ctr>}.
-+ \definethecounter{<ctr>}{<i>}{<def>} to give <ctr> its appearance
- <def>inition specific to <i>-th column.
++ \definethecounter{<ctr>}{<col>}{<rep>} to give <ctr> its <rep>resentaion
+ specific to <col>-th column.
+
++ \addcontentsonly{<file>}{<col>} to allow contents output for <file> only
+ from <col> (new for v1.00).
Enjoy!