summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-12-30 17:54:05 +0000
committerwlemb <wlemb>2001-12-30 17:54:05 +0000
commitf22738058f75dd0d8de67b6a33af02b1ba41f461 (patch)
tree01d71f8a270bc74d0f426ddb0ee56e25afc62f71
parent44c8d00f312e6ed0fdf9e0e1f2fcf6aa32592640 (diff)
downloadgroff-f22738058f75dd0d8de67b6a33af02b1ba41f461.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog7
-rw-r--r--tmac/www.tmac30
2 files changed, 17 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 5973401b..f866e273 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,8 @@
2001-12-30 Werner LEMBERG <wl@gnu.org>
- * tmac/www.tmac: Replace\\n[www-html] with \n[www-html] since the
- device is already known at start-up.
- Make all names of internal macros/registers/strings lowercase, and
- prepend `www-'.
+ * tmac/www.tmac: Make all names of internal macros/registers/strings
+ lowercase, and prepend `www-'.
Other minor changes.
-
* src/roff/troff/troff.man: Add preprocessor string at BOF.
2001-12-30 Gaius Mulley <gaius@glam.ac.uk>
diff --git a/tmac/www.tmac b/tmac/www.tmac
index 0f1bdd7b..1fd4f5e3 100644
--- a/tmac/www.tmac
+++ b/tmac/www.tmac
@@ -22,7 +22,7 @@
.\" the main auxiliary macro for the HTML interface
.\"
.de HTML
-. if \n[www-html] \{\
+. if \\n[www-html] \{\
. \" the following line makes the vertical mode leave, so to say
. nop \&
. nop \X^html:\\$*^
@@ -32,7 +32,7 @@
.\"
.\"
.de HTMLINDEX
-. if \n[www-html] \
+. if \\n[www-html] \
. nop \X^index:\\$*^
..
.\"
@@ -57,7 +57,7 @@
.\" $3 is optional stuff printed immediately after $3
.\"
.de URL
-. ie \n[www-html] \
+. ie \\n[www-html] \
. HTML <a href="\\$2">\\$1</a>\\$3
. el \
. nop \m[blue]\\$1\mP \%\[la]\fC\\$2\fP\[ra]\\$3
@@ -68,7 +68,7 @@
.\" $3 is optional stuff printed immediately after $2
.\"
.de FTP
-. ie \n[www-html] \
+. ie \\n[www-html] \
. HTML <a href=\\$2>\\$1</a>\\$3
. el \
. nop \m[blue]\\$1\mP \%\[la]\fC\\$2\fP\[ra]\\$3
@@ -89,7 +89,7 @@
.\" force reset after a potential heading by performing some motion..
.\" how do we do this --fixme--
.\" \h'\w' ''\h'-\w' '' doesn't work..
-. ie \n[www-html] \{\
+. ie \\n[www-html] \{\
. ie '\\$2'' \
. HTML "<a href=mailto:\\$1>\\$1</a>\\$3"
. el \
@@ -116,7 +116,7 @@
.\" $4 is the y width (default if absent is the x value)
.\"
.de IMAGE
-. ie \n[www-html] \{\
+. ie \\n[www-html] \{\
. ie '\\$2'r' \
. HTML-TAG ".right-image"
. el \{\
@@ -143,7 +143,7 @@
.\" HTML-TAG - emit a tag for the grohtml
.\"
.de HTML-TAG
-. if \n[www-html] \{\
+. if \\n[www-html] \{\
. \" the following line makes the vertical mode leave, so to say
. nop \&
. nop \X^html-tag:\\$*^
@@ -185,7 +185,7 @@
.\"
.de HTML-TL
. HTML-TAG ".html-tl"
-. if !\n[www-html] \{\
+. if !\\n[www-html] \{\
. di www-nowhere
. it 2 www-end-nowhere
. \}
@@ -218,7 +218,7 @@
.\"
.de UL-BEGIN
. www-push-level
-. ie \n[www-html] \
+. ie \\n[www-html] \
. HTML "<ul>"
. el \{\
. br
@@ -229,7 +229,7 @@
.\" end an unordered list
.\"
.de UL-END
-. ie \n[www-html] \
+. ie \\n[www-html] \
. HTML "</ul>"
. el \{\
. br
@@ -241,7 +241,7 @@
.\" insert a list item
.\"
.de LI
-. ie \n[www-html] \
+. ie \\n[www-html] \
. HTML "<li>"
. el \{\
. br
@@ -261,7 +261,7 @@
.de www-do-image
. if r ps4html \
. nop \O[3]\O[5\\$2\\$1.png]\O[0]\O[1]
-. if \n[www-html] \
+. if \\n[www-html] \
. nop \O[3]\O[5\\$2\\$1.png]\O[0]
..
.\"
@@ -270,7 +270,7 @@
.de HTML-IMAGE-END
. if r ps4html \
. nop \O[2]\O[1]\O[4]
-. if \n[www-html] \
+. if \\n[www-html] \
. nop \O[2]\O[1]\O[4]
..
.
@@ -314,10 +314,10 @@
..
.
.
-.if \n[www-html] \{\
+.if \\n[www-html] \{\
. nh
. nr HY 0
.\}
.cp \n(_C
.
-.\" EOF \ No newline at end of file
+.\" EOF