[latex3-commits] [git/LaTeX3-latex3-latex3] master: Flesh out pTeX primitive list (58d6f9579)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Oct 19 11:03:02 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/58d6f9579926aed18cb213aa0031c0a338defb5c

>---------------------------------------------------------------

commit 58d6f9579926aed18cb213aa0031c0a338defb5c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Oct 19 10:02:17 2019 +0100

    Flesh out pTeX primitive list


>---------------------------------------------------------------

58d6f9579926aed18cb213aa0031c0a338defb5c
 l3kernel/CHANGELOG.md |  5 +++++
 l3kernel/l3names.dtx  | 13 +++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index c76118a83..a8e980dab 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -11,6 +11,11 @@ this project uses date-based 'snapshot' version identifiers.
 
 - Lua function `l3kernel.shellescape()`
 
+### Changed
+
+- Better coverage of (u)pTeX primitives following publication of
+  pTeX manual in English
+
 ## [2019-10-14]
 
 ### Fixed
diff --git a/l3kernel/l3names.dtx b/l3kernel/l3names.dtx
index e93f8c5db..8be42c374 100644
--- a/l3kernel/l3names.dtx
+++ b/l3kernel/l3names.dtx
@@ -1117,12 +1117,15 @@
 %    \begin{macrocode}
   \@@_primitive:NN \autospacing           \tex_autospacing:D
   \@@_primitive:NN \autoxspacing          \tex_autoxspacing:D
+  \@@_primitive:NN \disinhibitglue        \tex_disinhibitglue:D
   \@@_primitive:NN \dtou                  \tex_dtou:D
   \@@_primitive:NN \epTeXinputencoding    \tex_epTeXinputencoding:D
   \@@_primitive:NN \epTeXversion          \tex_epTeXversion:D
   \@@_primitive:NN \euc                   \tex_euc:D
+  \@@_primitive:NN \hfi                   \tex_fhi:D
   \@@_primitive:NN \ifdbox                \tex_ifdbox:D
   \@@_primitive:NN \ifddir                \tex_ifddir:D
+  \@@_primitive:NN \ifmbox                \tex_ifmbox:D
   \@@_primitive:NN \ifmdir                \tex_ifmdir:D
   \@@_primitive:NN \iftbox                \tex_iftbox:D
   \@@_primitive:NN \iftdir                \tex_iftdir:D
@@ -1139,17 +1142,27 @@
   \@@_primitive:NN \kansujichar           \tex_kansujichar:D
   \@@_primitive:NN \kcatcode              \tex_kcatcode:D
   \@@_primitive:NN \kuten                 \tex_kuten:D
+  \@@_primitive:NN \lastnodechar          \tex_lastnodechar:D
+  \@@_primitive:NN \lastnodesubtype       \tex_lastnodesubtype:D
   \@@_primitive:NN \noautospacing         \tex_noautospacing:D
   \@@_primitive:NN \noautoxspacing        \tex_noautoxspacing:D
+  \@@_primitive:NN \pagefistretch         \tex_pagefistretch:D
   \@@_primitive:NN \postbreakpenalty      \tex_postbreakpenalty:D
   \@@_primitive:NN \prebreakpenalty       \tex_prebreakpenalty:D
   \@@_primitive:NN \ptexminorversion      \tex_ptexminorversion:D
   \@@_primitive:NN \ptexrevision          \tex_ptexrevision:D
   \@@_primitive:NN \ptexversion           \tex_ptexversion:D
+  \@@_primitive:NN \readpapersizespecial  \tex_readpapersizespecial:D
+  \@@_primitive:NN \scriptbaselineshiftfactor
+    \tex_scriptbaselineshiftfactor:D
+  \@@_primitive:NN \scriptscriptbaselineshiftfactor
+    \tex_scriptscriptbaselineshiftfactor:D
   \@@_primitive:NN \showmode              \tex_showmode:D
   \@@_primitive:NN \sjis                  \tex_sjis:D
   \@@_primitive:NN \tate                  \tex_tate:D
   \@@_primitive:NN \tbaselineshift        \tex_tbaselineshift:D
+  \@@_primitive:NN \textbaselineshiftfactor
+    \tex_textbaselineshiftfactor:D
   \@@_primitive:NN \tfont                 \tex_tfont:D
   \@@_primitive:NN \xkanjiskip            \tex_xkanjiskip:D
   \@@_primitive:NN \xspcode               \tex_xspcode:D





More information about the latex3-commits mailing list