From cc0267e39f3fb40ece537b0ff7dd0523beeae985 Mon Sep 17 00:00:00 2001 From: wlemb Date: Thu, 10 Apr 2003 18:07:14 +0000 Subject: Add register \n[.height] which returns the value of \H. Add register \n[.slant] which returns the value of \S. * src/roff/troff/env.cc (init_env_requests): Implement. * NEWS, man/groff_diff.man, man/groff.man, doc/groff.texinfo: Document. * tmac/html.tmac: Move some of the data into html-end.tmac. Remove most of the character translations for eqn since html fonts now cover those characters. Load www.tmac. * tmac/html-end.tmac: New file. * tmac/troffrc: Load html.tmac not www.tmac for -Thtml. * tmac/troffrc-end: Load html-end.tmac not html.tmac for -Thtml. * tmac/Makefile.sub (NORMALFILES): Add html-end.tmac. * man/groff_out.man: Document negative values of `N' if -Thtml is used. --- tmac/troffrc-end | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmac/troffrc-end') diff --git a/tmac/troffrc-end b/tmac/troffrc-end index 1dba113c..ef4f0082 100644 --- a/tmac/troffrc-end +++ b/tmac/troffrc-end @@ -2,7 +2,7 @@ . .\" this file is parsed after all macro sets have been read . -.do if '\*[.T]'html' .do mso html.tmac +.do if '\*[.T]'html' .do mso html-end.tmac . .\" if we are running the postscript device for html images then load www.tmac .do if r ps4html .do mso www.tmac -- cgit v1.2.1