texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo.texi (@cartouche): Do not use @emph


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo.texi (@cartouche): Do not use @emph inside @cartouche argument as font styles do not accumulate in TeX output.
Date: Thu, 29 Dec 2022 04:21:03 -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 83f181208d * doc/texinfo.texi (@cartouche): Do not use @emph inside 
@cartouche argument as font styles do not accumulate in TeX output.
83f181208d is described below

commit 83f181208d929ed8783eae4c08bbdf915c2a14ae
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Dec 29 09:14:14 2022 +0000

    * doc/texinfo.texi (@cartouche): Do not use @emph inside
    @cartouche argument as font styles do not accumulate in TeX output.
---
 ChangeLog        | 5 +++++
 doc/texinfo.texi | 8 ++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f955af3e8d..a5affe9ed7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-29  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * doc/texinfo.texi (@cartouche): Do not use @emph inside
+       @cartouche argument as font styles do not accumulate in TeX output.
+
 2022-12-28  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/LaTeX.pm (_begin_document): do not set
diff --git a/doc/texinfo.texi b/doc/texinfo.texi
index 7196025dbd..8cfdcde248 100644
--- a/doc/texinfo.texi
+++ b/doc/texinfo.texi
@@ -7113,16 +7113,16 @@ and is centered in some output formats.
 The following example illustrates a cartouche with a title:
 
 @example
-@@cartouche Box title on @@emph@{documentation@}
-Text on documentation explaining something important out of the main
+@@cartouche Important
+Text explaining something important out of the main
 flow of the text.
 @@end cartouche
 @end example
 
 The cartouche with a title looks like this:
 
-@cartouche Box title on @emph{documentation}
-Text on documentation explaining something important out of the main
+@cartouche Important
+Text explaining something important out of the main
 flow of the text.
 @end cartouche
 



reply via email to

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