emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex ae89690 28/43: * doc/auctex.texi (Font Specifier


From: Tassilo Horn
Subject: [elpa] externals/auctex ae89690 28/43: * doc/auctex.texi (Font Specifiers): Document new font macros.
Date: Sat, 11 Apr 2020 15:05:23 -0400 (EDT)

branch: externals/auctex
commit ae896904bac17c8255f69b46a94955b5183b2699
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    * doc/auctex.texi (Font Specifiers): Document new font macros.
---
 doc/auctex.texi | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/doc/auctex.texi b/doc/auctex.texi
index e8a99b4..d91889c 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -605,6 +605,11 @@ will be inserted.
 @cindex @code{\textbf}
 Insert @b{bold face} @samp{\textbf@{@point{}@}} text.
 
+@item C-c C-f C-m
+@kindex C-c C-f C-m
+@cindex @code{\textmd}
+Insert @r{medium face} @samp{\textmd@{@point{}@}} text.
+
 @item C-c C-f C-i
 @kindex C-c C-f C-i
 @cindex @code{\textit}
@@ -623,7 +628,7 @@ Insert @i{slanted} @samp{\textsl@{@point{}@}} text.
 @item C-c C-f C-r
 @kindex C-c C-f C-r
 @cindex @code{\textrm}
-Insert roman @r{\textrm@{@point{}@}} text.
+Insert roman @samp{\textrm@{@point{}@}} text.
 
 @item C-c C-f C-f
 @kindex C-c C-f C-f
@@ -640,6 +645,21 @@ Insert @t{typewriter} @samp{\texttt@{@point{}@}} text.
 @cindex @code{\textsc}
 Insert @sc{small caps} @samp{\textsc@{@point{}@}} text.
 
+@item C-c C-f C-l
+@kindex C-c C-f C-l
+@cindex @code{\textulc}
+Insert upper lower case @samp{\textulc@{@point{}@}} text.
+
+@item C-c C-f C-w
+@kindex C-c C-f C-w
+@cindex @code{\textsw}
+Insert @sc{swash} @samp{\textsw@{@point{}@}} text.
+
+@item C-c C-f C-n
+@kindex C-c C-f C-n
+@cindex @code{\textnormal}
+Insert normal @samp{\textnormal@{@point{}@}} text.
+
 @item C-c C-f C-d
 @kindex C-c C-f C-c
 @cindex Deleting fonts



reply via email to

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