diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-28 21:56:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-28 21:56:20 +0000 |
commit | a41b6fc74912fbdd819966fff48a9780288bc947 (patch) | |
tree | ddc6dcd854ebafd351ebe8fd0539ecc3d2a4f4ff /Master/texmf-dist/doc/latex/paracol | |
parent | 864a1bbab21506fbb07551883dfca2ad457f2514 (diff) |
paracol (28jun13)
git-svn-id: svn://tug.org/texlive/trunk@31009 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/paracol')
-rw-r--r-- | Master/texmf-dist/doc/latex/paracol/README | 76 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/paracol/paracol-man.pdf | bin | 195925 -> 196572 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/paracol/paracol-man.tex | 6 |
3 files changed, 79 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/paracol/README b/Master/texmf-dist/doc/latex/paracol/README new file mode 100644 index 00000000000..23bb0142684 --- /dev/null +++ b/Master/texmf-dist/doc/latex/paracol/README @@ -0,0 +1,76 @@ +paracol (v1.22): a multi-column package to typeset columns in "parallel". +=== +Copyright (C) 2005-2013 + 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 +archives in directory macros/latex/base/lppl.txt; either +version 1 of the License, or any later version. +=== + +[Contents] + +- README ............ this document +- 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 +- scfnote.dtx ....... source of Section 8 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] + ++ "paracol" environment in which you may "switch" and "synchronize columns + by \switchcolumn(*). + ++ "column", "nthcolumn", "leftcolumn" and "rightcolumn" environments used in + "paracol" to enclose texts to appear in a column. + ++ Counters are "local" to each column in default but you may make some of + them global to all columns by \globalcounter{<ctr>}. + ++ \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). + ++ \columnratio{<r_0>,<r_1>,...} to control the width of each column rather + than splitting columns evenly (new for v1.1). + +- \columncolor[<mode>]{<color>}[<col>] to give the default <color> (with + <mode>) to the column <col> (*NEW* for v1.2). + +- \singlecolumnfootnotes and \mergedfootnotes to gather footnotes in all + columns and typeset them single-columned (*NEW* for v1.2). + +- \swapcolumninevenpages to reverse the printing order of columns in even + numberred pages (*NEW* for v1.2). + +- A few bugs fixed in v1.21 and v1.22. + +Enjoy! + +Hiroshi Nakashima <h.nakashima@DOMAIN; DOMAIN=media.kyoto-u.ac.jp> diff --git a/Master/texmf-dist/doc/latex/paracol/paracol-man.pdf b/Master/texmf-dist/doc/latex/paracol/paracol-man.pdf Binary files differindex da8320a932d..6b4fb9185b7 100644 --- a/Master/texmf-dist/doc/latex/paracol/paracol-man.pdf +++ b/Master/texmf-dist/doc/latex/paracol/paracol-man.pdf diff --git a/Master/texmf-dist/doc/latex/paracol/paracol-man.tex b/Master/texmf-dist/doc/latex/paracol/paracol-man.tex index a4cb3884b80..98b17e429d0 100644 --- a/Master/texmf-dist/doc/latex/paracol/paracol-man.tex +++ b/Master/texmf-dist/doc/latex/paracol/paracol-man.tex @@ -1,5 +1,5 @@ %% LaTeX file 'paracol-man'. -%% Copyright (C) 2005-2012 +%% Copyright (C) 2005-2013 %% Hiroshi Nakashima <h.nakashima@DOMAIN; DOMAIN=media.kyoto-u.ac.jp> %% (Kyoto University) %% This program can be redistributed and/or modified under the terms @@ -8,11 +8,11 @@ %% version 1 of the License, or any later version. \ProvidesFile{paracol-man.tex} -[2013/05/11 v1.2 ] +[2013/06/30 v1.22 ] \documentclass{ltxdoc} +\usepackage{color} \usepackage{paracol} \usepackage{newvbtm} -\usepackage{color} \DisableCrossrefs \PageIndex \CodelineNumbered |