gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 20b2b4c4 5/9: Book: enabling single quotes wit


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 20b2b4c4 5/9: Book: enabling single quotes with the option "@codequoteundirected on"
Date: Wed, 2 Mar 2022 21:40:42 -0500 (EST)

branch: master
commit 20b2b4c445c08305cf93414ace4cc0d174823673
Author: Raul Infante-Sainz <infantesainz@gmail.com>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>

    Book: enabling single quotes with the option "@codequoteundirected on"
    
    Until now, the use of single quotes in some enviroments like @code,
    @example, etc. was not correct. The results were wrong single quotes in the
    compiled PDF, and consequently, the direct copy and paste of some examples
    didn't work.
    
    With this commit, this issue has been fixed by switching to on the option
    @codequoteundirected. Now, in the compiled PDF single quotes appear
    correctly.
---
 doc/gnuastro.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index 324b8b7b..5d4c6bfa 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -24,6 +24,9 @@
 @c So function output type is printed on first line
 @deftypefnnewline on
 
+@c Enable single quotes
+@codequoteundirected on
+
 @c Use section titles in cross references, not node titles.
 @xrefautomaticsectiontitle on
 



reply via email to

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