[latex3-commits] [git/LaTeX3-latex3-latex3] master: Combine some primitive renaming (9f6b08e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Aug 31 23:29:39 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/9f6b08ead6bd2946dcf4d22d6975e320a53a1c63
>---------------------------------------------------------------
commit 9f6b08ead6bd2946dcf4d22d6975e320a53a1c63
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Aug 31 22:29:39 2018 +0100
Combine some primitive renaming
As we just use \tex_..., it no longer is that helpful to note the
Omega-based ones.
>---------------------------------------------------------------
9f6b08ead6bd2946dcf4d22d6975e320a53a1c63
l3kernel/l3names.dtx | 30 +++++++++++++-----------------
1 file changed, 13 insertions(+), 17 deletions(-)
diff --git a/l3kernel/l3names.dtx b/l3kernel/l3names.dtx
index 52374a5..f9a3425 100644
--- a/l3kernel/l3names.dtx
+++ b/l3kernel/l3names.dtx
@@ -774,6 +774,8 @@
\@@_primitive:NN \automatichyphenpenalty
\tex_automatichyphenpenalty:D
\@@_primitive:NN \begincsname \tex_begincsname:D
+ \@@_primitive:NN \bodydir \tex_bodydir:D
+ \@@_primitive:NN \boxdir \tex_boxdir:D
\@@_primitive:NN \breakafterdirmode \tex_breakafterdirmode:D
\@@_primitive:NN \catcodetable \tex_catcodetable:D
\@@_primitive:NN \clearmarks \tex_clearmarks:D
@@ -803,13 +805,20 @@
\@@_primitive:NN \initcatcodetable \tex_initcatcodetable:D
\@@_primitive:NN \lastnamedcs \tex_lastnamedcs:D
\@@_primitive:NN \latelua \tex_latelua:D
+ \@@_primitive:NN \leftghost \tex_leftghost:D
\@@_primitive:NN \letcharcode \tex_letcharcode:D
+ \@@_primitive:NN \linedir \tex_linedir:D
+ \@@_primitive:NN \localbrokenpenalty \tex_localbrokenpenalty:D
+ \@@_primitive:NN \localinterlinepenalty \tex_localinterlinepenalty:D
+ \@@_primitive:NN \localleftbox \tex_localleftbox:D
+ \@@_primitive:NN \localrightbox \tex_localrightbox:D
\@@_primitive:NN \luaescapestring \tex_luaescapestring:D
\@@_primitive:NN \luafunction \tex_luafunction:D
\@@_primitive:NN \luatexbanner \tex_luatexbanner:D
\@@_primitive:NN \luatexrevision \tex_luatexrevision:D
\@@_primitive:NN \luatexversion \tex_luatexversion:D
\@@_primitive:NN \mathdelimitersmode \tex_mathdelimitersmode:D
+ \@@_primitive:NN \mathdir \tex_mathdir:D
\@@_primitive:NN \mathdisplayskipmode \tex_mathdisplayskipmode:D
\@@_primitive:NN \matheqnogapstep \tex_matheqnogapstep:D
\@@_primitive:NN \mathnolimitsmode \tex_mathnolimitsmode:D
@@ -828,9 +837,11 @@
\@@_primitive:NN \novrule \tex_novrule:D
\@@_primitive:NN \outputbox \tex_outputbox:D
\@@_primitive:NN \pagebottomoffset \tex_pagebottomoffset:D
+ \@@_primitive:NN \pagedir \tex_pagedir:D
\@@_primitive:NN \pageleftoffset \tex_pageleftoffset:D
\@@_primitive:NN \pagerightoffset \tex_pagerightoffset:D
\@@_primitive:NN \pagetopoffset \tex_pagetopoffset:D
+ \@@_primitive:NN \pardir \tex_pardir:D
\@@_primitive:NN \pdfextension \tex_pdfextension:D
\@@_primitive:NN \pdffeedback \tex_pdffeedback:D
\@@_primitive:NN \pdfvariable \tex_pdfvariable:D
@@ -841,6 +852,7 @@
\@@_primitive:NN \preexhyphenchar \tex_preexhyphenchar:D
\@@_primitive:NN \prehyphenchar \tex_prehyphenchar:D
\@@_primitive:NN \prerelpenalty \tex_prerelpenalty:D
+ \@@_primitive:NN \rightghost \tex_rightghost:D
\@@_primitive:NN \savecatcodetable \tex_savecatcodetable:D
\@@_primitive:NN \scantextokens \tex_scantextokens:D
\@@_primitive:NN \setfontid \tex_setfontid:D
@@ -851,28 +863,12 @@
\@@_primitive:NN \suppressoutererror \tex_suppressoutererror:D
\@@_primitive:NN \suppressprimitiveerror
\tex_suppressprimitiveerror:D
+ \@@_primitive:NN \textdir \tex_textdir:D
\@@_primitive:NN \toksapp \tex_toksapp:D
\@@_primitive:NN \tokspre \tex_tokspre:D
\@@_primitive:NN \tpack \tex_tpack:D
\@@_primitive:NN \vpack \tex_vpack:D
% \end{macrocode}
-% These come from Omega/Aleph, but we do not support those engines and
-% so list them here.
-% \begin{macrocode}
- \@@_primitive:NN \bodydir \tex_bodydir:D
- \@@_primitive:NN \boxdir \tex_boxdir:D
- \@@_primitive:NN \leftghost \tex_leftghost:D
- \@@_primitive:NN \linedir \tex_linedir:D
- \@@_primitive:NN \localbrokenpenalty \tex_localbrokenpenalty:D
- \@@_primitive:NN \localinterlinepenalty \tex_localinterlinepenalty:D
- \@@_primitive:NN \localleftbox \tex_localleftbox:D
- \@@_primitive:NN \localrightbox \tex_localrightbox:D
- \@@_primitive:NN \mathdir \tex_mathdir:D
- \@@_primitive:NN \pagedir \tex_pagedir:D
- \@@_primitive:NN \pardir \tex_pardir:D
- \@@_primitive:NN \rightghost \tex_rightghost:D
- \@@_primitive:NN \textdir \tex_textdir:D
-% \end{macrocode}
% Primitives from \pdfTeX{} that \LuaTeX{} renames.
% \begin{macrocode}
\@@_primitive:NN \adjustspacing \tex_adjustspacing:D
More information about the latex3-commits
mailing list