diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/paracol/paracol.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/paracol/paracol.dtx | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/paracol/paracol.dtx b/Master/texmf-dist/source/latex/paracol/paracol.dtx index 7bf88f8847f..e7039219dcb 100644 --- a/Master/texmf-dist/source/latex/paracol/paracol.dtx +++ b/Master/texmf-dist/source/latex/paracol/paracol.dtx @@ -2,7 +2,7 @@ %<paracol>%% Style file `paracol'. %<man>%% LaTeX file 'paracol-man'. %<*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 @@ -19,13 +19,13 @@ %<man>\ProvidesFile{paracol-man.tex} % \fi % \ProvidesFile{paracol.dtx} -[2013/05/11 v1.2 ] +[2013/06/30 v1.22 ] % \iffalse %<*man> \documentclass{ltxdoc} +\usepackage{color} \usepackage{paracol} \usepackage{newvbtm} -\usepackage{color} \DisableCrossrefs \PageIndex \CodelineNumbered @@ -413,10 +413,12 @@ % \def\vb{\Index[$\kappa_c(\beta)$]{-k_c(-b)}\beta} % \def\pd{\Index[$\kappa_c(\delta)$]{-k_c(-d)}\delta} % \def\Celt{\Index[$\gamma_0^c$]{-c_0^c}\gamma_0} +% \def\Celtshadow{\Index[$\hat\gamma_0^c$]{-c_0^c'}\hat\gamma_0} % \def\celt{\Index[$\gamma_i$]{-c_i}\gamma} % \def\cst{\Index[$\string\mathit{\Gamma}$]{-C}\mathit{\Gamma}} % \def\CST{\Index[$\string\mathit{\Gamma}^c$]{-C^c}\mathit{\Gamma}} % \def\csts{\Index[$\string\mathit{\Gamma_s}$]{-C_s}\mathit{\Gamma}_s} +% \def\cstshadow{\Index[$\hat\string\mathit{\Gamma}$]{-C'}\hat\mathit{\Gamma}} % \def\ep{\Index[$\kappa_c(\varepsilon)$]{-k_c(-e)}\varepsilon} % \def\clist{\Index[$\zeta(\theta)$]{-f(-j)}\zeta} % \def\fh{\Index[$\kappa_c(\eta)$]{-k_c(-h)}\eta} @@ -445,6 +447,7 @@ % \def\sw{\Index[$\kappa_c(\sigma)$]{-k_c(-s)}\sigma} % \def\ft{\Index[$\kappa_c(\tau)$]{-k_c(-t)}\tau} % \def\df{\Index[$\string\mathit{\Phi}$]{-U}\mathit{\Phi}} +% \def\cstb{\Index[$\chi$]{-x}\chi} % % \def\bf{\Index[$b_f$]{b_f}b_f} % \def\C{\Index[$C$]{C}C} @@ -536,6 +539,12 @@ % {Add \cs{localcounter}.} % \changes{v1.2-7}{2013/05/11} % {Bug fixes and minor revisions as follows.} +% \changes{v1.21}{2013/06/06} +% {Fix the bug by which a column having empty column-pages followed by +% a synchronization point is lost or placed in a wrong page.} +% \changes{v1.22}{2013/06/30} +% {Fix the bug \cs{color} and its relatives in a paragraph or around +% page top causes inconsistency of color context.} % % % @@ -548,6 +557,7 @@ % \setbox0\vbox{\vskip\topskip\maketitle\vskip0pt}\unitlength\ht0\copy0 % % \ifx\ONLYDESCRIPTION\undefined +% \vspace*{-4ex} % \tableofcontents % \newpage % \vbox to\unitlength{\unvbox0\vfil} @@ -588,8 +598,14 @@ % Blas who motivated the author to challenge single-columned footnotes; % Olivier Vogel who pointed out the compatibility problem with coloring % packages; Heiner Richter who asked for the possibility of swapping -% unbalanced columns; and an anonymous user who reported a very rare-case -% but severe bug in the version~1.1 by which a page can be lost (woops!). +% unbalanced columns; an anonymous user who reported a very rare-case but +% severe bug in the version~1.1 by which a page can be lost (whoops!); +% Olivier Gerard who found another terrible bug fixed in version 1.21 but +% hidden in \textsf{paracol} for two years by which a column disappears or +% moves to a wrong page (another whoops!) and kindly proofread this manual; +% and George Kamel who let the auhtor know the coloring function newborn in +% version 1.2 had a bug fixed in version 1.22 to which he also made a great +% contribution testing many tentative versions with his own colored documents. % % For the implementation of the style file, the author referred to the base % implementations of \texttt{\char`\\output}, \texttt{\char`\\newcounter} |