texlive[72192] Build/source/texk/web2c/texprofdir: TeXprof: fixing

commits+mruckert at tug.org commits+mruckert at tug.org
Thu Sep 5 10:31:00 CEST 2024


Revision: 72192
          https://tug.org/svn/texlive?view=revision&revision=72192
Author:   mruckert
Date:     2024-09-05 10:31:00 +0200 (Thu, 05 Sep 2024)
Log Message:
-----------
TeXprof: fixing the circumflex accent

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/texprofdir/doc/texprof.hnt
    trunk/Build/source/texk/web2c/texprofdir/doc/texprof.pdf
    trunk/Build/source/texk/web2c/texprofdir/texprof.w

Modified: trunk/Build/source/texk/web2c/texprofdir/doc/texprof.hnt
===================================================================
(Binary files differ)

Modified: trunk/Build/source/texk/web2c/texprofdir/doc/texprof.pdf
===================================================================
(Binary files differ)

Modified: trunk/Build/source/texk/web2c/texprofdir/texprof.w
===================================================================
--- trunk/Build/source/texk/web2c/texprofdir/texprof.w	2024-09-04 23:42:00 UTC (rev 72191)
+++ trunk/Build/source/texk/web2c/texprofdir/texprof.w	2024-09-05 08:31:00 UTC (rev 72192)
@@ -178,6 +178,7 @@
   \let\ =\SP % space in a string
   \let\_=\UL % underline in a string
   \let\&=\AM % ampersand in a string
+  \let\^=\CF % circumflex in a string
   #1\kern.05em}}
 \def\&#1{\leavevmode\hbox{\bf\def\_{\UL}%
   #1\/\kern.05em}} % boldface type for reserved words
@@ -184,10 +185,11 @@
 \def\\#1{\leavevmode\hbox{\it\def\_{\UL}%
   #1\/\kern.05em}} % italic type for identifiers
 \def\vb#1{{\rm #1}}
-\def\^{\ifmmode\mathchar"222 \else\char`^ \fi} % pointer or hat
+%\def\^{\ifmmode\mathchar"222 \else\char`^ \fi} % pointer or hat
 \def\LQ{{\tt\char'22}} % left quote in a string
 \def\RQ{{\tt\char'23}} % right quote in a string
 \def\UL{{\tt\char`\_}} % underline character in a C identifier
+\def\CF{{\tt\char`^}}
 \def\dotdot{\mathrel{.\,.}} % double dot, used only in math mode
 \setbox\MGbox=\hbox{\kern1pt$\rightarrow$\kern1pt} % C pointer to field
 \def\MG{\copy\MGbox}
@@ -258,7 +260,7 @@
 All these changes left their traces in the text that follows. 
 No attempt was made to streamline the text and rid it from the traces 
 of its exciting history. 
-So with next the paragraph you can start reading Donald Knuth's
+So with the next paragraph you can start reading Donald Knuth's
 introduction to his \TeX\ program. Enjoy!
 \medskip
 



More information about the tex-live-commits mailing list.