summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/paracol
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-08 23:43:59 +0000
committerKarl Berry <karl@freefriends.org>2013-11-08 23:43:59 +0000
commit92f13c38adca9511a17969f8efde0f4d0e6e5f3a (patch)
treeb6a58333142feae9cdcaae185fd2ef7cfb439578 /Master/texmf-dist/doc/latex/paracol
parent77d66d8f7bc360ae2b37c1ea1c2cb53f7a201e57 (diff)
paracol (8nov13)
git-svn-id: svn://tug.org/texlive/trunk@32099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/paracol')
-rw-r--r--Master/texmf-dist/doc/latex/paracol/README51
-rw-r--r--Master/texmf-dist/doc/latex/paracol/paracol-man.pdfbin196572 -> 315571 bytes
-rw-r--r--Master/texmf-dist/doc/latex/paracol/paracol-man.tex4
3 files changed, 44 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/paracol/README b/Master/texmf-dist/doc/latex/paracol/README
index 23bb0142684..440d6a8ed56 100644
--- a/Master/texmf-dist/doc/latex/paracol/README
+++ b/Master/texmf-dist/doc/latex/paracol/README
@@ -1,4 +1,4 @@
-paracol (v1.22): a multi-column package to typeset columns in "parallel".
+paracol (v1.31): a multi-column package to typeset columns in "parallel".
===
Copyright (C) 2005-2013
Hiroshi Nakashima <h.nakashima@DOMAIN; DOMAIN=media.kyoto-u.ac.jp>
@@ -16,7 +16,10 @@ version 1 of the License, or any later version.
- 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
+- pwfnote.dtx ....... source of Section 8 of user's manual
+- ppts.dtx .......... source of Section 9 of user's manual
+- bgpaint.dtx ....... source of Section 10 of user's manual
+- probs.dtx ......... source of Section 11 of user's manual
- impl.dtx .......... source of implementation document
- paracol-man.pdf ... PDF of user's manual
@@ -30,7 +33,7 @@ version 1 of the License, or any later version.
% makeindex -s gind.ist -o paracol-man.ind paracol-man.idx
% latex paracol-man
-# to have implementation document
+# to have implementation document of almmost 300 pages(!!)
% latex paracol.dtx
% latex paracol.dtx # you need do it twice to make index correct.
% makeindex -s gind.ist -o paracol.ind paracol.idx
@@ -61,15 +64,45 @@ you need newvbtm.sty being also available in CTAN.
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).
+ <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).
+- \footnotelayout{<layout>} to choose ordinary column-wise footnote
+ typesetting or page-wise typesetting to gather footnotes in all columns
+ (new for v1.2 and *NEW* for v1.3 with better API).
-- \swapcolumninevenpages to reverse the printing order of columns in even
- numberred pages (*NEW* for v1.2).
+- \twosided{<t_1><t_2>...} to enable ordinary two-sided typesetting
+ (<t_i>=p), reversal of printing order of columns in even-numbered pages
+ (<t_i>=c), reversal of margins where marginal notes go to (<t_i>=m),
+ and/or mirroring background painting (<t_i>=b) ('m' and 'b' and better API
+ are *NEW* for v1.3).
-- A few bugs fixed in v1.21 and v1.22.
+- "paracol" environment has options for "parallel-paging" to typeset
+ parallel-columns in adjacent page pairs (*NEW* for v1.3).
+
+- \thecolumn to let your macros know which columns they are in (*NEW* for
+ v1.3).
+
+- \ensurevspace{<len>} to force a page break if a synchronization point
+ would be set leaving a small space less than <len> (*NEW* for v1.3).
+
+- \setcolumnwidth{<s_1>,<s_2>,...}[<s'_1>,<s'_2>,...] to specify widths of
+ columns and column-separating gaps more detailedly than \columnratio
+ (*NEW* for v1.3).
+
+- \marginparthreshold{<k>}[<k'>] to specify the minimum ordinal <k> of
+ columns whose marginal notes go to right margin (*NEW* for v1.3).
+
+- \[no]coloredwordhyphenated to allow/disallow hyphenating the first word
+ following a coloring command (*NEW* for v1.3).
+
+- \colseprulecolor[<mode>]{<color>}[<col>] to specify the color of rules
+ drawn in gaps separating columns, i.e., now they can be drawn (*NEW* for
+ v1.3).
+
+- \backgroundcolor{<regino>}{<color>}[<mode>] to paint the background of a
+ <region> by <color> (*NEW* for v1.3).
+
+- A few bugs found in v1.22 have been fixed.
Enjoy!
diff --git a/Master/texmf-dist/doc/latex/paracol/paracol-man.pdf b/Master/texmf-dist/doc/latex/paracol/paracol-man.pdf
index 6b4fb9185b7..9138f4910fa 100644
--- a/Master/texmf-dist/doc/latex/paracol/paracol-man.pdf
+++ b/Master/texmf-dist/doc/latex/paracol/paracol-man.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/paracol/paracol-man.tex b/Master/texmf-dist/doc/latex/paracol/paracol-man.tex
index 98b17e429d0..088c81f6963 100644
--- a/Master/texmf-dist/doc/latex/paracol/paracol-man.tex
+++ b/Master/texmf-dist/doc/latex/paracol/paracol-man.tex
@@ -8,8 +8,8 @@
%% version 1 of the License, or any later version.
\ProvidesFile{paracol-man.tex}
-[2013/06/30 v1.22 ]
-\documentclass{ltxdoc}
+[2013/10/10 v1.31 ]
+\documentclass{ltxdoc}\normalmarginpar
\usepackage{color}
\usepackage{paracol}
\usepackage{newvbtm}