texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/doc texinfo.tex,1.19,1.20


From: karl
Subject: texinfo/doc texinfo.tex,1.19,1.20
Date: Tue, 6 Jan 2004 01:10:22 +0100

Update of /cvsroot/texinfo/texinfo/doc
In directory sheep:/tmp/cvs-serv4220

Modified Files:
        texinfo.tex 
Log Message:
(\rawbackslashxx): rename to \backslashcurfont,
to keep reducing the number of `xx's here.


Index: texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** texinfo.tex 2004/01/05 23:50:47     1.19
--- texinfo.tex 2004/01/06 00:10:19     1.20
***************
*** 4,8 ****
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-01-05.15}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
--- 4,8 ----
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-01-05.16}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
***************
*** 3260,3264 ****
    \indexdummies % Must do this here, since \bf, etc expand at this stage
    \escapechar=`\\
!   \def\rawbackslashxx{\indexbackslash}% \indexbackslash isn't defined now
        % so it will be output as is; and it will print as backslash.
    %
--- 3260,3264 ----
    \indexdummies % Must do this here, since \bf, etc expand at this stage
    \escapechar=`\\
!   \def\backslashcurfont{\indexbackslash}% \indexbackslash isn't defined now
        % so it will be output as is; and it will print as backslash.
    %
***************
*** 3419,3423 ****
        % character.  It would be better to use @, but that's too big a change
        % to make right now.
!       \def\indexbackslash{\rawbackslashxx}%
        \catcode`\\ = 0
        \escapechar = `\\
--- 3419,3423 ----
        % character.  It would be better to use @, but that's too big a change
        % to make right now.
!       \def\indexbackslash{\backslashcurfont}%
        \catcode`\\ = 0
        \escapechar = `\\
***************
*** 6101,6106 ****
  }
  
! % This \insert replacements works for both \insert\footins{xx} and
! % \insert\footins\bgroup xx\egroup, but it doesn't work for \insert27{xx}.
  %
  \def\saveinsert#1{%
--- 6101,6106 ----
  }
  
! % This \insert replacements works for both \insert\footins{foo} and
! % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}.
  %
  \def\saveinsert#1{%
***************
*** 6647,6659 ****
  address@hidden
  
! % \rawbackslashxx outputs one backslash character in current font,
  % as in \char`\\.
! \global\chardef\rawbackslashxx=`\\
  
! % \rawbackslash defines an active \ to do \rawbackslashxx.
  % \otherbackslash defines an active \ to be a literal `\' character with
  % catcode other.
  {\catcode`\\=\active
!  @address@hidden@address@hidden
   @address@hidden@address@hidden
  }
--- 6647,6659 ----
  address@hidden
  
! % \backslashcurfont outputs one backslash character in current font,
  % as in \char`\\.
! \global\chardef\backslashcurfont=`\\
  
! % \rawbackslash defines an active \ to do \backslashcurfont.
  % \otherbackslash defines an active \ to be a literal `\' character with
  % catcode other.
  {\catcode`\\=\active
!  @address@hidden@address@hidden
   @address@hidden@address@hidden
  }
***************
*** 6663,6667 ****
  
  % \normalbackslash outputs one backslash in fixed width font.
! \def\normalbackslash{{\tt\rawbackslashxx}}
  
  \catcode`\\=\active
--- 6663,6667 ----
  
  % \normalbackslash outputs one backslash in fixed width font.
! \def\normalbackslash{{\tt\backslashcurfont}}
  
  \catcode`\\=\active



reply via email to

[Prev in Thread] Current Thread [Next in Thread]