groff-commit
[Top][All Lists]
Advanced

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

[groff] 28/35: groff_char(7): Relocate material.


From: G. Branden Robinson
Subject: [groff] 28/35: groff_char(7): Relocate material.
Date: Mon, 21 Feb 2022 06:15:59 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 8eae7271f937d1e5b7d8b228b37aab5372ff70d4
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Feb 21 04:16:26 2022 +1100

    groff_char(7): Relocate material.
    
    It makes more sense to me to present the accent mark special characters
    before the list of shorthands for commonly used accented glyphs.
---
 man/groff_char.7.man | 60 ++++++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index be8cf7ae..9fd8ffda 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -1022,6 +1022,36 @@ _
 .
 .
 .\" ====================================================================
+.SS Accents
+.\" ====================================================================
+.
+The
+.B composite
+request is used to map the accents to code points with non-spacing
+semantics;
+the values given in parentheses are their spacing counterparts.
+.
+.TS
+l l l lx.
+Output Input   Unicode Notes
+_
+\[a"]  \e[a"]  u030B (u02DD)   double acute accent
+\[a-]  \e[a\-] u0304 (u00AF)   macron accent
+\[a.]  \e[a.]  u0307 (u02D9)   dot accent
+\[a^]  \e[a\[ha]]      u0302 (u005E)   circumflex accent
+\[aa]  \e[aa]  u0301 (u00B4)   acute accent +
+\[ga]  \e[ga]  u0300 (u0060)   grave accent +
+\[ab]  \e[ab]  u0306 (u02D8)   breve accent
+\[ac]  \e[ac]  u0327 (u00B8)   cedilla accent
+\[ad]  \e[ad]  u0308 (u00A8)   dieresis accent
+\[ah]  \e[ah]  u030C (u02C7)   caron accent
+\[ao]  \e[ao]  u030A (u02DA)   ring accent
+\[a~]  \e[a\[ti]]      u0303 (u007E)   tilde accent
+\[ho]  \e[ho]  u0328 (u02DB)   hook accent
+.TE
+.
+.
+.\" ====================================================================
 .SS "Accented characters"
 .\" ====================================================================
 .
@@ -1104,36 +1134,6 @@ _
 .
 .
 .\" ====================================================================
-.SS Accents
-.\" ====================================================================
-.
-The
-.B composite
-request is used to map the accents to code points with non-spacing
-semantics;
-the values given in parentheses are their spacing counterparts.
-.
-.TS
-l l l lx.
-Output Input   Unicode Notes
-_
-\[a"]  \e[a"]  u030B (u02DD)   double acute accent
-\[a-]  \e[a\-] u0304 (u00AF)   macron accent
-\[a.]  \e[a.]  u0307 (u02D9)   dot accent
-\[a^]  \e[a\[ha]]      u0302 (u005E)   circumflex accent
-\[aa]  \e[aa]  u0301 (u00B4)   acute accent +
-\[ga]  \e[ga]  u0300 (u0060)   grave accent +
-\[ab]  \e[ab]  u0306 (u02D8)   breve accent
-\[ac]  \e[ac]  u0327 (u00B8)   cedilla accent
-\[ad]  \e[ad]  u0308 (u00A8)   dieresis accent
-\[ah]  \e[ah]  u030C (u02C7)   caron accent
-\[ao]  \e[ao]  u030A (u02DA)   ring accent
-\[a~]  \e[a\[ti]]      u0303 (u007E)   tilde accent
-\[ho]  \e[ho]  u0328 (u02DB)   hook accent
-.TE
-.
-.
-.\" ====================================================================
 .SS "Quotation marks"
 .\" ====================================================================
 .



reply via email to

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