texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.tex (\setupverb): Set \parindent to


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.tex (\setupverb): Set \parindent to 0pt to avoid paragraph indent on newline inside @verb.
Date: Fri, 13 Jan 2023 15:22:39 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new d6be99df8c * doc/texinfo.tex (\setupverb): Set \parindent to 0pt to 
avoid paragraph indent on newline inside @verb.
d6be99df8c is described below

commit d6be99df8c30f684d102c683549cc1444e0e4809
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Jan 13 20:22:20 2023 +0000

    * doc/texinfo.tex (\setupverb): Set \parindent to 0pt to avoid
    paragraph indent on newline inside @verb.
---
 ChangeLog       | 5 +++++
 doc/texinfo.tex | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 2f56219f2d..b3d6360833 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-13  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.tex (\setupverb): Set \parindent to 0pt to avoid
+       paragraph indent on newline inside @verb.
+
 2023-01-11  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/HTML.pm (output): normalize node redirection
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 694a49fdf2..9534f1edff 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -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{2023-01-11.18}
+\def\texinfoversion{2023-01-13.20}
 %
 % Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
 %
@@ -7381,6 +7381,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 \def\setupverb{%
   \tt
   \def\par{\leavevmode\endgraf}%
+  \parindent = 0pt
   \setcodequotes
   \tabeightspaces
   % Respect line breaks,



reply via email to

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