diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/paracol/probs.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/paracol/probs.dtx | 38 |
1 files changed, 31 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/paracol/probs.dtx b/Master/texmf-dist/source/latex/paracol/probs.dtx index e8c69fd556d..f2d716d60ea 100644 --- a/Master/texmf-dist/source/latex/paracol/probs.dtx +++ b/Master/texmf-dist/source/latex/paracol/probs.dtx @@ -9,13 +9,6 @@ % \changes{v1.3-3}{2013/09/17} % {Remove the problem description of the lack of column-separating rule % drawing because it has been implmented.} -% \changes{v1.3-6}{2013/09/17} -% {Add comments about usage of \cs{paragraph} etc.\ in spanning texts.} -% \changes{v1.3-2}{2013/09/17} -% {Add comments about the limitaion of parallel-paging.} -% \changes{v1.3-3}{2013/09/17} -% {Add comments about the imperfectnss of extention of backgrond -% painting regions.} % % Here a few problems you could face in the use of \textsf{paracol} are % summarized. @@ -99,6 +92,8 @@ % \end{itemize} % % \item +% \changes{v1.3-6}{2013/09/17} +% {Add comments about usage of \cs{paragraph} etc.\ in spanning texts.} % \begingroup\parskip\z@ % As the author did for Section\Tie1 to \ref{sec:float}, sometimes you will % make a section header spanning all columns by giving a sectioning command @@ -161,18 +156,47 @@ % \env{paracol} environment cannot be broken into two (or more) pages. % % \item +% \changes{v1.3-2}{2013/09/17} +% {Add comments about the limitaion of parallel-paging.} +% % As the author confessed in Section\Tie\ref{sec:ppts-paired}, right % \parapag{}es cannot have \pwstuff{} but have blank spaces in the % corresponding region for them. The author will try to remove this % limitation from a future version of \Paracol, in the version 1.4 hopefully. % % \item +% \changes{v1.3-3}{2013/09/17} +% {Add comments about the imperfectnss of extention of backgrond +% painting regions.} % \begin{Hfuzz}{1.5pt} % As discussed in Section\Tie\ref{sec:bgpaint-me}, it is desirable that % \bgpaint{} region definition in \!\backgroundcolor! has position dependent % extensions. The author is fairly optimistic about the incorporation of % this advanced feature in the version 1.4. % \end{Hfuzz} +% +% \item +% \changes{v1.32-3}{2015/10/10} +% {Add comments about the out-of-order appearance of page-wise floats +% even with \protect\LaTeX-2015/01/10 or later.} +% In the release on 2015/01/10, \LaTeX{} changed its mechanism of the +% placement of double-column floats (or in our terminology, \pwise{} +% floats) to avoid {\em out-of-order\/} appearance of them. That is, until +% the release on 2014/05/01 a double-column float (e.g., \env{figure*}) can +% be overtaken by a single-column float of the same category (e.g., +% \env{figure}) when they cannot be put into the page in which texts around +% them are put. In order to cope with the problem, the new version merged +% two lists to keep {\em deferred\/} double- and single-column floats into +% one so that the appearance order of them is determined by their order in +% the single list. Though this change should have made people happy when +% they typeset {\em ordinary\/} two-column (or multiple-column) documents, +% the new feature might not be welcomed by \Paracol{} users because your +% parallel-columns have their own {\em stream\/} of floats to be put in the +% corresponding columns. Therefore, and for the sake of simplicity of +% \Paracol's implementation, the author decided to nullify this new feature +% in \env{paracol} environments. That is, even with new releases of +% \LaTeX{}, your \pwise{} floats given in a \env{paracol} environment can be +% overtaken by \cwise{} floats. % \end{itemize} % % In addition to the problems above known to the author, there may be (or |