diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-22 21:30:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-22 21:30:14 +0000 |
commit | be3509525c1dff73357ecd5c3037598ebaaa2268 (patch) | |
tree | e156bb2de2f9df8a7a8ce6cdda5868c4053c8140 /Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex | |
parent | d73c922e3d1cc0085aab0488d1b8d2c7ff4f09d9 (diff) |
plautopatch (22aug18)
git-svn-id: svn://tug.org/texlive/trunk@48454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex b/Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex index 58b514d8834..466548c130a 100644 --- a/Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex +++ b/Master/texmf-dist/doc/latex/plautopatch/plautopatch.tex @@ -14,18 +14,18 @@ \maketitle -Japanese p\LaTeX/up\LaTeX\ formats and packages often conflict -with other \LaTeX\ packages which are aware of p\LaTeX/up\LaTeX. -In the worst case, such packages throw an fatal error or +Japanese \pLaTeX/up\LaTeX\ formats and packages often conflict +with other \LaTeX\ packages which are unaware of p\LaTeX/up\LaTeX. +In the worst case, such packages throw a fatal error or end up with a wrong output. The goal of this package \textsf{plautopatch} is that -there is no need to worry about such incompatibilities, -by automatically loading specific patches -when they are necessary. +there should be no need to worry about such incompatibilities, +because specific patches are loaded automatically +whenever necessary. This helps not only to simplify source files, but also to make the appearance of working p\LaTeX/up\LaTeX\ sources -similar to that of ordinally \LaTeX\ ones. +similar to those of ordinally \LaTeX\ ones. The package is maintained on GitHub: \begin{verbatim} @@ -123,4 +123,11 @@ a comma-separated list of them: \plautopatchdisable{<original package 1>,<original package 2>} \end{verbatim} +\section*{Change History} + +\begin{itemize} + \item 2018/08/21 v0.2 First CTAN release + \item 2018/08/22 v0.3 Improve detection of problematic packages +\end{itemize} + \end{document} |