[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #24215] [mm] font references need to be regularized
From: |
G. Branden Robinson |
Subject: |
[bug #24215] [mm] font references need to be regularized |
Date: |
Sat, 1 Apr 2023 10:37:46 -0400 (EDT) |
Update of bug #24215 (project groff):
Planned Release: None => 1.20.0
Summary: font references in MM (and ME?) need to be
regularized => [mm] font references need to be regularized
_______________________________________________________
Follow-up Comment #2:
commit ba68c86474175c67c2b810960b9f39dc60fd575b
Author: Werner LEMBERG <wl@gnu.org>
Date: Tue Mar 28 12:32:04 2006 +0000
. Hardwire first four font positions with R, I, B, and BI -- the
documentation explicitly refers to this feature (cf. the `HF'
string register).
. Don't use `%' register in numeric calculations because it is
affected by `.af'.
Patches for both problems have been contributed by Nick Stoughton
<nick@usenix.org>.
* m.tmac: s/@language/@country/.
s/\n[%]/\n[P]/ where appropriate.
s/\fR/\f1/.
s/.ft R/.ft 1/.
s/\fI/\f2/.
s/.ft I/.ft 2/.
s/\fB/\f3/.
s/.ft B/.ft 3/.
* mse.tmac: s/@language/@country/.
* groff_mm.man (Fonts): New subsection.
* groff_mmse.man: Load `sv.tmac'.
Reformatted.
examples/README: Cleanups and updates.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?24215>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #24215] [mm] font references need to be regularized,
G. Branden Robinson <=