diff options
author | wlemb <wlemb> | 2001-07-05 15:51:52 +0000 |
---|---|---|
committer | wlemb <wlemb> | 2001-07-05 15:51:52 +0000 |
commit | f925b0f45f53b4d053d29625c9960e7ae8948f3e (patch) | |
tree | 68794d649fbd50b9f80288b57fa586e0168ca5f1 | |
parent | 11730e7506399b5638744f92cc06a198b2d87956 (diff) | |
download | groff-f925b0f45f53b4d053d29625c9960e7ae8948f3e.tar.gz |
* tmac/doc.tmac (doc-inset-list, doc-hang-list, doc-ohang-list):
Restore `doc-Pa-font'.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | tmac/doc.tmac | 12 |
2 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2001-07-05 Ruslan Ermilov <ru@FreeBSD.org> + + * tmac/doc.tmac (doc-inset-list, doc-hang-list, doc-ohang-list): + Restore `doc-Pa-font'. + 2001-07-04 Werner LEMBERG <wl@gnu.org> * src/utils/indxbib/dirnamemax.c: Moved to ... @@ -35,7 +40,7 @@ * tmac/www.tmac (.IMAGE): Add fourth parameter to specify vertical image location. -2001-04-18 Ruslan Ermilov <ru@FreeBSD.org> +2001-07-02 Ruslan Ermilov <ru@FreeBSD.org> * tmac/doc-common, tmac/doc.tmac (doc-display-ft-stack, doc-display-ps-stack): Implement font and font size stack for diff --git a/tmac/doc.tmac b/tmac/doc.tmac index 9b61bdc4..ec2e15fb 100644 --- a/tmac/doc.tmac +++ b/tmac/doc.tmac @@ -3678,6 +3678,10 @@ . nh . doc-item-box\n[doc-list-depth] . +. if \n[doc-in-files-section] \ +. if n \ +. ds doc-Pa-font "\*[doc-saved-Pa-font] +. . nr doc-in-list 0 . doc-reset-args .. @@ -3716,6 +3720,10 @@ . nr doc-have-space 1 . \} . +. if \n[doc-in-files-section] \ +. if n \ +. ds doc-Pa-font "\*[doc-saved-Pa-font] +. . nr doc-in-list 0 . doc-reset-args .. @@ -3739,6 +3747,10 @@ . doc-item-box\n[doc-list-depth] . br . +. if \n[doc-in-files-section] \ +. if n \ +. ds doc-Pa-font "\*[doc-saved-Pa-font] +. . nr doc-in-list 0 . doc-reset-args .. |