[latex3-commits] [git/LaTeX3-latex3-latex2e] copyedits-chris: ltpara: more TEMP stuff (63b29048)

Chris Rowley car222222 at github.github.io
Tue Sep 28 04:22:08 CEST 2021


Repository : https://github.com/latex3/latex2e
On branch  : copyedits-chris
Link       : https://github.com/latex3/latex2e/commit/63b290486ad112c318b5b50eb37305d8a4477cc0

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

commit 63b290486ad112c318b5b50eb37305d8a4477cc0
Author: Chris Rowley <car222222 at users.noreply.github.com>
Date:   Tue Sep 28 09:22:08 2021 +0700

    ltpara: more TEMP stuff
    
    Concerning the status of endgraf


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

63b290486ad112c318b5b50eb37305d8a4477cc0
 base/ltpara.dtx | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/base/ltpara.dtx b/base/ltpara.dtx
index 55070fb0..4ac426ce 100644
--- a/base/ltpara.dtx
+++ b/base/ltpara.dtx
@@ -429,6 +429,11 @@
 %    \cs{endgraf} was changed to provide this additional functionality
 %    (along with \cs{par} remaining subject to its current meaning).
 %
+%    TEMP NOTE: Maybe endgraf should not be changed by LaTeX as it is 
+%    essentially not at all a part of LaTeX.  
+%    If it is too dangerous to leave it as 
+%    a synonym for the primitive, then we could just disable it.
+%
 %    The \pkg{expl3} name for this functionality is \cs{para_end:}.
 % \end{function}
 %
@@ -943,6 +948,7 @@
 %    default meaning (in the past this was the initex primitive) while
 %    \cs{par} is the current meaning which maybe does something else.
 %
+%    TEMP NOTE: See earlier note re endgraf.
 %
 %    We are now going to change this default meaning to instead run
 %    \cs{para_end:}, which ultimately executes the initex
@@ -1171,6 +1177,9 @@
 %    \cs{par}, \cs{@@par} (to which \LaTeX{} resets \cs{par}
 %    occasionally) and \cs{endgraf}, which is another name for the
 %    ``default'' action of \cs{par}.
+%
+%    TEMP NOTE: re endgraf again.
+%
 %    \begin{macrocode}
 \cs_set_eq:NN \par     \para_end:
 \cs_set_eq:NN \@@par   \para_end:





More information about the latex3-commits mailing list.