summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/paracol/README
blob: a8cee1b5f52a58e0597dd46d3f1820709c6c0d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
paracol (v0.91): 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
archives in directory macros/latex/base/lppl.txt; either
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

[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>}{<i>}{<def>} to give <ctr> its appearance
  <def>inition specific to <i>-th column.

Enjoy!

Hiroshi Nakashima <h.nakashima@DOMAIN;  DOMAIN=media.kyoto-u.ac.jp>