diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2009-06-24 19:14:46 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2009-06-24 19:14:46 +0000 |
commit | e08a30ca25b52977bf1a5a8930bd8e0bd0cab3b0 (patch) | |
tree | ed6fb8eb575f2f42d299e17831a4d9cd37329ceb /Master/texmf-dist/tex/latex | |
parent | 59659e69635e6e9640244af18792d88e5e83e10c (diff) |
add \scrollmode to xelatex.ini, xetex.ini
git-svn-id: svn://tug.org/texlive/trunk@13949 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/latexconfig/xelatex.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini b/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini index c139c3aaa29..7892d49471b 100644 --- a/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini +++ b/Master/texmf-dist/tex/latex/latexconfig/xelatex.ini @@ -1,12 +1,13 @@ % xelatex.ini % jonathan kew -% updated: 7 June 2009 +% updated: 24 June 2009 % Public domain \XeTeXuseglyphmetrics=1 \input unicode-letters % disable the \dump in latex.ltx \expandafter\let\csname saved-dump-cs\endcsname\dump \let\dump=\relax +\scrollmode \input latex.ltx % % Allocator for \XeTeXintercharclass values, from Enrico Gregorio |