From 0596bf70e19dcfc0bb967950f2c9f49590dfddb9 Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Sun, 31 Dec 2006 05:01:53 +0000 Subject: [PATCH] * doc/groff.texinfo (Changing Fonts): Font translations with .ftr can't be chained. --- ChangeLog | 3 +++ doc/groff.texinfo | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0f994e37..75065a2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,9 @@ * MANIFEST: Add `chem'. + * doc/groff.texinfo (Changing Fonts): Font translations with .ftr + can't be chained. + 2006-12-26 Werner LEMBERG * src/preproc/grn/hdb.cpp: Include gprint.h later. From NetBSD. diff --git a/doc/groff.texinfo b/doc/groff.texinfo index 2bb76ad1..9bbc317e 100644 --- a/doc/groff.texinfo +++ b/doc/groff.texinfo @@ -8737,6 +8737,15 @@ in the @code{F} and @code{S} conditional operators, or in the @code{special}, @code{fspecial}, @code{fp}, or @code{sty} requests, font@tie{}@var{g} is used. If @var{g} is missing or equal to@tie{}@var{f} the translation is undone. + +Note that it is not possible to chain font translations. Example: + +@Example +.ftr XXX TR +.ftr XXX YYY +.ft XXX + @result{} warning: can't find font `XXX' +@endExample @endDefreq @DefreqList {fzoom, f [@Var{zoom}]} -- 2.11.4.GIT