summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-31 22:09:47 +0000
committerKarl Berry <karl@freefriends.org>2018-12-31 22:09:47 +0000
commitd35f3108a8ba42862521639efabe031e33b27266 (patch)
treecd656e1cd45510c056a7e93563606adc859e8cfa /Master/texmf-dist/tex
parent149c9dbd952a1bdee86056560723fe844a728a27 (diff)
xltxtra (31dec18)
git-svn-id: svn://tug.org/texlive/trunk@49555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty (renamed from Master/texmf-dist/tex/latex/xltxtra/xltxtra.sty)48
1 files changed, 27 insertions, 21 deletions
diff --git a/Master/texmf-dist/tex/latex/xltxtra/xltxtra.sty b/Master/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty
index 377ffbc6701..9ce1d107112 100644
--- a/Master/texmf-dist/tex/latex/xltxtra/xltxtra.sty
+++ b/Master/texmf-dist/tex/xelatex/xltxtra/xltxtra.sty
@@ -7,11 +7,28 @@
%% xltxtra.dtx (with options: `package')
%% ____________________________
%% The XLTXTRA package
-%% (C) 2006-2016 Will Robertson
+%% (C) 2006-2017 Will Robertson
%% License information appended
%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% THE XLTXTRA PACKAGE
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%
+%% Copyright (C) 2006-2018 by Will Robertson <wspr81@gmail.com>
+%%
+%% Distributable under the LaTeX Project Public License,
+%% version 1.3c or higher (your choice). The latest version of
+%% this license is at: http://www.latex-project.org/lppl.txt
+%%
+%% This work is "maintained" (as per LPPL maintenance status)
+%% by Will Robertson.
+%%
+%% This work consists of the files xltxtra.dtx and xltxtra.ins,
+%% and the derived files xltxtra.sty and xltxtra.pdf.
+%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ProvidesPackage{xltxtra}
- [2016/01/21 v0.6 Improvements for the "XeLaTeX" format]
+ [2018/12/31 v0.7 Improvements for the "XeLaTeX" format]
\RequirePackage{ifluatex}
\ifluatex
\PackageWarningNoLine {xltxtra} {^^J
@@ -37,18 +54,6 @@
\let\LaTeX\original@LaTeX
\let\LaTeXe\original@LaTeXe
\fi
-\newcommand*\TeX@logo@spacing[6]{%
- \PackageWarning{xltxtra}{%
- Use of \protect\TeX@logo@spacing\space is deprecated,\MessageBreak
- recommend to use commands from package `metalogo' instead}
- \setlogokern{Te}{#1}%
- \setlogokern{eT}{#1}%
- \setlogokern{eX}{#2}%
- \setlogokern{Xe}{#2}%
- \setlogodrop{#3}%
- \setlogokern{La}{#4}%
- \setlogokern{aT}{#5}%
- \setlogokern{eL}{#6}}
\if@xxt@nosscript@
\DeclareRobustCommand*\textsubscript{%
\@ifstar{\realsubscript}{\fakesubscript}}
@@ -113,14 +118,14 @@
{% build a paragraph with the word with a very narrow line width
\dim_set:Nn \hsize { 1sp }
% disregard spurious messages
- \hbadness = \c_ten_thousand
+ \hbadness = 10000\relax
\dim_set:Nn \hfuzz { \c_max_dim }
% clear possible values of \everypar and other parameters
\everypar={}
\skip_set:Nn \leftskip { 0pt }
\skip_set_eq:NN \rightskip \leftskip
% skip the first step
- \pretolerance = \c_minus_one
+ \pretolerance = -1\relax
% avoid the indentation and add a skip to allow hyphenation
\noindent
\skip_horizontal:n { 0pt }
@@ -161,7 +166,9 @@
\cs_set_eq:NN \showhyphens \xetex_show_hyphens:n
\ExplSyntaxOff
%%
-%% Copyright (C) 2006-2016 by Will Robertson <wspr81@gmail.com>
+%% THE XLTXTRA PACKAGE
+%%
+%% Copyright (C) 2006-2018 by Will Robertson <wspr81@gmail.com>
%%
%% Distributable under the LaTeX Project Public License,
%% version 1.3c or higher (your choice). The latest version of
@@ -170,10 +177,9 @@
%% This work is "maintained" (as per LPPL maintenance status)
%% by Will Robertson.
%%
-%% This work consists of the file xltxtra.dtx
-%% and the derived files xltxtra.sty,
-%% xltxtra.ins, and
-%% xltxtra.pdf.
+%% This work consists of the files xltxtra.dtx and xltxtra.ins,
+%% and the derived files xltxtra.sty and xltxtra.pdf.
+%%
%%
%%
%% End of file `xltxtra.sty'.