groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/51: * tmac/an-ext.tmac (EX, EE): Preserve font family.


From: Werner LEMBERG
Subject: [groff] 03/51: * tmac/an-ext.tmac (EX, EE): Preserve font family.
Date: Thu, 27 Mar 2014 19:39:13 +0000

wl pushed a commit to branch master
in repository groff.

commit 3465ad9d25f318f3c5f7414efc311e0db7e82896
Author: Bjarni Ingi Gislason <address@hidden>
Date:   Thu Mar 27 12:03:12 2014 +0100

    * tmac/an-ext.tmac (EX, EE): Preserve font family.
---
 ChangeLog        |    4 ++++
 tmac/an-ext.tmac |    7 +++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 00a1c69..998f458 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-27  Bjarni Ingi Gislason  <address@hidden>
+
+       * tmac/an-ext.tmac (EX, EE): Preserve font family.
+
 2014-03-17  Werner Lemberg  <address@hidden>
 
        * src/preproc/eqn/box.cpp (set_script_size): Fix minimum test.
diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index 3816025..260aed1 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -3,9 +3,9 @@
 .\" Written by Eric S. Raymond <address@hidden>
 .\"            Werner Lemberg <address@hidden>
 .\"
-.\" Version 2012-Mar-05
+.\" Version 2014-Mar-27
 .\"
-.\" Copyright (C) 2007, 2009, 2012 Free Software Foundation, Inc.
+.\" Copyright (C) 2007, 2009, 2012, 2014 Free Software Foundation, Inc.
 .\" You may freely use, modify and/or distribute this file.
 .\"
 .\"
@@ -183,15 +183,18 @@
 .
 .\" Start example.
 .de EX
+.  do ds mF \\n[.fam]
 .  nr mE \\n(.f
 .  nf
 .  nh
+.  do fam C
 .  ft CW
 ..
 .
 .
 .\" End example.
 .de EE
+.  do fam \\*(mF
 .  ft \\n(mE
 .  fi
 .  hy \\n(HY



reply via email to

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