[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PATCH: iso-cvt.elL: add \textquestiondown ¿
From: |
Uwe Brauer |
Subject: |
PATCH: iso-cvt.elL: add \textquestiondown ¿ |
Date: |
Sat, 11 Feb 2017 10:03:16 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Hi
Attached find a trivial patch which adds \textquestiondown to be
translated to ¿.
Uwe Brauer
>From 02f3c2aa191334099a2396ee0ce3f7e0b934c62a Mon Sep 17 00:00:00 2001
From: Uwe Brauer <address@hidden>
Date: Sat, 11 Feb 2017 10:01:15 +0000
Subject: [PATCH] =?UTF-8?q?Add=20\textquestiondown=20to=20be=20translated?=
=?UTF-8?q?=20to=20=C2=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
lisp/international/iso-cvt.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el
index ebf90a3..3ae2055 100644
--- a/lisp/international/iso-cvt.el
+++ b/lisp/international/iso-cvt.el
@@ -202,6 +202,7 @@ iso-iso2tex
(interactive "*r")
(iso-translate-conventions from to iso-iso2tex-trans-tab))
+
(defvar iso-tex2iso-trans-tab
'(
("{\\\\\"a}" "ä")
@@ -378,6 +379,7 @@ iso-tex2iso-trans-tab
("\\\\P{}" "¶" )
("\\\\S{}" "§" )
("{\\?`}" "¿")
+ ("\\\\textquestiondown" "¿")
("{!`}" "¡")
("\\?`" "¿")
("!`" "¡")
@@ -565,6 +567,7 @@ iso-gtex2iso-trans-tab
("\\\\P{}" "¶" )
("\\\\S{}" "§" )
("?`" "¿")
+ ("\\\\textquestiondown" "¿")
("!`" "¡")
("{?`}" "¿")
("{!`}" "¡")
--
1.9.1
- PATCH: iso-cvt.elL: add \textquestiondown ¿,
Uwe Brauer <=