diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-02 23:50:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-02 23:50:18 +0000 |
commit | a4a76e83143e53a7a889c2a18d2d4f82ae48f259 (patch) | |
tree | 7c8e9328daea3eda97f954310d1b2349026df02c /Master/texmf-dist/tex | |
parent | b11fa28addcddb2dbe955e36abe1c4a9ffedabae (diff) |
platex-tools (28dec16)
git-svn-id: svn://tug.org/texlive/trunk@42842 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/bounddvi.sty | 14 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty | 11 |
2 files changed, 12 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/platex-tools/bounddvi.sty b/Master/texmf-dist/tex/latex/platex-tools/bounddvi.sty index 7e207da447e..08691106b3e 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/bounddvi.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/bounddvi.sty @@ -1,6 +1,6 @@ % % bounddvi.sty -% 2016/10/25 v7.0-v7.1 h.y.acetaminophen@gmail.com +% 2016/12/28 v7.2-v7.0 h.y.acetaminophen@gmail.com % 2004/12/15 v6.0-v1.0 inoue@ma.ns.tcu.ac.jp % % This package, originally written by Koichi Inoue @@ -10,7 +10,7 @@ % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{bounddvi}[2016/10/25 v7.1 bounddvi] +\ProvidesPackage{bounddvi}[2016/12/28 v7.2 bounddvi] % catcode trick to hide \iftombow ... \else ... \fi % since \iftombow is defined only in pLaTeX. @@ -53,7 +53,8 @@ Q \fi % following code is almost equivalent to % \AtBeginDocument{\AtBeginDvi{...}} % however, we append the specification to the _beginning_ of -% \@begindocumenthook; this ensures proper papersize on dvips. +% \@begindocumenthook; this ensures proper papersize when +% dvips (TeX Live 2016 or earlier) is used. \begingroup \def\@prependto@begindocumenthook{\global\setbox\@begindvibox \vbox{\csname yoko\endcsname\unvbox\@begindvibox @@ -76,10 +77,9 @@ Q \fi {\expandafter\@prependto@begindocumenthook\@begindocumenthook} \xdef\@begindocumenthook{\the\toks@} % append papersize special again to the _end_ of the -% current \@begindocumenthook; this will be meaningful when -% geometry is loaded before bounddvi and dvipdfm(x) is used. -% (geometry adds \AtBeginDocument{\AtBeginDvi{...}}, but -% `sandwich' specification can inactivate the effect of geometry) +% current \@begindocumenthook; this will be meaningful e.g. when +% geometry is loaded before bounddvi. +% (geometry adds \AtBeginDocument{\AtBeginDvi{...}} specification) \expandafter\g@addto@macro\expandafter\@begindocumenthook \expandafter{\@prependto@begindocumenthook} \endgroup diff --git a/Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty b/Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty index c73a8c4b657..b2cc13f916b 100644 --- a/Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty +++ b/Master/texmf-dist/tex/latex/platex-tools/pxeverysel.sty @@ -12,12 +12,10 @@ %% package declaration \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pxeverysel} - [2016/09/09 v0.4 Patch to everysel for (u)pLaTeX] + [2016/12/28 v0.5 Patch to everysel for (u)pLaTeX] -%% if ctex classes/packages are already loaded, exit silently -\ifdefined\CTEXoptions % defined at least CTeX 2007/05/06 - \expandafter\endinput -\fi +%% previous code for ctex support has been removed in v0.5, +%% as ctex has depended on pxeverysel since 2016/12/27 v2.4.7 %% preparations \def\pxys@pkgname{pxeverysel} @@ -89,7 +87,7 @@ \pxys@patch@cmd\pxys@selectfont {\pickup@font\font@name}{\size@update\pxys@term}% % plfonts/ptrace {\pickup@font\font@name\pxys@self@hook\pxys@everysel@hook - \size@update\enc@update}% + \size@update}% \ifx\pxys@fragment\relax \let\pxys@selectfont\pxys@org@selectfont % extract "pre-\enc@update" insertion @@ -107,6 +105,7 @@ \fi \let\pxys@new@selectfont\pxys@selectfont % prepare for everysel routine + \let\pxys@CheckCommand\CheckCommand \let\CheckCommand\@gobble % hack for disabling duplicate font info \expandafter\let\expandafter\pxys@ver@tracefnt |