texinfo-commits
[Top][All Lists]
Advanced

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

[7364] remove definition of \| for changebars


From: gavinsmith0123
Subject: [7364] remove definition of \| for changebars
Date: Sun, 11 Sep 2016 15:49:20 +0000 (UTC)

Revision: 7364
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7364
Author:   gavin
Date:     2016-09-11 15:49:19 +0000 (Sun, 11 Sep 2016)
Log Message:
-----------
remove definition of \| for changebars

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/texinfo.tex

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-09-11 14:17:10 UTC (rev 7363)
+++ trunk/ChangeLog     2016-09-11 15:49:19 UTC (rev 7364)
@@ -1,4 +1,10 @@
-2016-09-10  Gavin Smith  <address@hidden>
+2016-09-11  Gavin Smith  <address@hidden>
+
+       * texinfo.tex (\|): Remove definition for changebars, as it is 
+       not used, doesn't work for multiple lines, and isn't supported 
+       in texi2any.
+
+2016-09-11  Gavin Smith  <address@hidden>
        
        * doc/texinfo.tex: Remove 'arch-tag' marker at end of file.
        (Added on 2003-10-09 for use by Miles Bader in arch mirror of 

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2016-09-11 14:17:10 UTC (rev 7363)
+++ trunk/doc/texinfo.tex       2016-09-11 15:49:19 UTC (rev 7364)
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2016-09-11.14}
+\def\texinfoversion{2016-09-11.15}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -862,36 +862,6 @@
   \temp
 }
 
-% @| inserts a changebar to the left of the current line.  It should
-% surround any changed text.  This approach does *not* work if the
-% change spans more than two lines of output.  To handle that, we would
-% have adopt a much more difficult approach (putting marks into the main
-% vertical list for the beginning and end of each change).  This command
-% is not documented, not supported, and doesn't work.
-%
-\def\|{%
-  % \vadjust can only be used in horizontal mode.
-  \leavevmode
-  %
-  % Append this vertical mode material after the current line in the output.
-  \vadjust{%
-    % We want to insert a rule with the height and depth of the current
-    % leading; that is exactly what \strutbox is supposed to record.
-    \vskip-\baselineskip
-    %
-    % \vadjust-items are inserted at the left edge of the type.  So
-    % the \llap here moves out into the left-hand margin.
-    \llap{%
-      %
-      % For a thicker or thinner bar, change the `1pt'.
-      \vrule height\baselineskip width1pt
-      %
-      % This is the space between the bar and the text.
-      \hskip 12pt
-    }%
-  }%
-}
-
 % @include FILE -- \input text of FILE.
 %
 \def\include{\parseargusing\filenamecatcodes\includezzz}




reply via email to

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