summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/paracol
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2013-05-27 01:43:45 +0000
committerNorbert Preining <preining@logic.at>2013-05-27 01:43:45 +0000
commitb651954f7ba70b34a0a9e73c374da6ed725fe796 (patch)
tree61627d91f36d156ca38f64fa20b3ac55352cd985 /Master/texmf-dist/doc/latex/paracol
parentb2941aa318c54c9d2acb00a560f456d35d90f888 (diff)
paracol update 5/27
git-svn-id: svn://tug.org/texlive/trunk@30705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/paracol')
-rw-r--r--Master/texmf-dist/doc/latex/paracol/README64
-rw-r--r--Master/texmf-dist/doc/latex/paracol/paracol-man.pdfbin137050 -> 195925 bytes
-rw-r--r--Master/texmf-dist/doc/latex/paracol/paracol-man.tex3
3 files changed, 2 insertions, 65 deletions
diff --git a/Master/texmf-dist/doc/latex/paracol/README b/Master/texmf-dist/doc/latex/paracol/README
deleted file mode 100644
index b15fa82a63f..00000000000
--- a/Master/texmf-dist/doc/latex/paracol/README
+++ /dev/null
@@ -1,64 +0,0 @@
-paracol (v1.10): a multi-column package to typeset columns in "parallel".
-===
-Copyright (C) 2005-2012
- 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
-- 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).
-
-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
index a4431bc714c..da8320a932d 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 7ae964b31cc..a4cb3884b80 100644
--- a/Master/texmf-dist/doc/latex/paracol/paracol-man.tex
+++ b/Master/texmf-dist/doc/latex/paracol/paracol-man.tex
@@ -8,10 +8,11 @@
%% version 1 of the License, or any later version.
\ProvidesFile{paracol-man.tex}
-[2012/05/11 v1.1 ]
+[2013/05/11 v1.2 ]
\documentclass{ltxdoc}
\usepackage{paracol}
\usepackage{newvbtm}
+\usepackage{color}
\DisableCrossrefs
\PageIndex
\CodelineNumbered