Hi Tassilo,

Tassilo Horn <t...@gnu.org> writes:

> Arash Esbati <esb...@gmx.de> writes:
>
>> please find attached 4 patch sets containing:
>>
>> * Makefile.in (STYLESRC): Add new style.
>>
>> * style/ntheorem.el: New file.
>>
>> * Makefile.in (STYLESRC): Add new style.
>>
>> * style/theorem.el: New file.
>>
>> * style/amsthm.el (LaTeX-amsthm-fontdecl): Cover all font changing
>> declarations.
>> ("amsthm"): Overrule the defintion for \newtheorem in `latex.el'.
>> ("amsthm"): Use `TeX-completing-read-multiple' for font related
>> queries.
>>
>> * style/hologo.el: Fix the file name in header.
>
> Great, thanks a lot.  I've applied and pushed them.

Thanks for installing them.  I found a small bug in 2 files, could you
please apply the attached patch as well?

TIA, Arash

>From 3ce4fafca9e5011cf4efb94ecea1d1d11180facb Mon Sep 17 00:00:00 2001
From: Arash Esbati <esb...@gmx.de>
Date: Sat, 28 Nov 2015 18:32:43 +0100
Subject: [PATCH] Fix query prompt

* style/ntheorem.el ("ntheorem"):
* style/theorem.el ("theorem"): Fix wrong query prompt.
---
 style/ntheorem.el | 2 +-
 style/theorem.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/style/ntheorem.el b/style/ntheorem.el
index 6be49b7..cedc5a8 100644
--- a/style/ntheorem.el
+++ b/style/ntheorem.el
@@ -198,7 +198,7 @@ make them available as new environments.  Update
     '("theoremheaderfont"
       (TeX-arg-eval mapconcat 'identity
 		    (TeX-completing-read-multiple
-		     "Body font: "
+		     "Header font: "
 		     LaTeX-ntheorem-fontdecl) ""))
 
     '("theoremnumbering"
diff --git a/style/theorem.el b/style/theorem.el
index e422122..7d8bffd 100644
--- a/style/theorem.el
+++ b/style/theorem.el
@@ -141,7 +141,7 @@ make them available as new environments."
     '("theoremheaderfont"
       (TeX-arg-eval mapconcat 'identity
 		    (TeX-completing-read-multiple
-		     "Body font: "
+		     "Header font: "
 		     LaTeX-theorem-fontdecl) ""))
 
     '("theorempreskipamount"
-- 
2.6.3

_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to