/[groff]/groff/tmac/www.tmac
ViewVC logotype

Diff of /groff/tmac/www.tmac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by wl, Tue Nov 16 12:48:50 2004 UTC revision 1.34 by wl, Sat Nov 20 09:27:57 2004 UTC
# Line 270  www functionality.  It should work with Line 270  www functionality.  It should work with
270  .\" an auxiliary macro for HTML (without following space)  .\" an auxiliary macro for HTML (without following space)
271  .\"  .\"
272  .de HTML-NS  .de HTML-NS
273  .  if \\n[www-html] \  .  tag "html:\\$*
 .    tag "html:\\$*  
274  ..  ..
275  .\"  .\"
276  .\" emit a HTML tag after shutting down a (possibly open) paragraph  .\" emit a HTML tag after shutting down a (possibly open) paragraph
277  .\"  .\"
278  .de HTML</p>  .de HTML</p>
279  .  if \\n[www-html] \{\  .  if \\n[www-html] \{\
280  .    \" the following line makes the vertical mode leave, so to say  .    \" the `\&' makes the vertical mode leave, so to say
281  .    nop \&  .    nop \&\X^html</p>:\\$*^
 .    nop \X^html</p>:\\$*^  
282  .  \}  .  \}
283  ..  ..
284  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------
# Line 422  www functionality.  It should work with Line 420  www functionality.  It should work with
420  .\"   Emit a tag for grohtml (without a space).  This is an internal macro.  .\"   Emit a tag for grohtml (without a space).  This is an internal macro.
421  .\"  .\"
422  .de HTML-TAG-NS  .de HTML-TAG-NS
423  .  if \\n[www-html] \  .  tag html-tag:\\$*
 .    tag html-tag:\\$*  
424  ..  ..
425  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------
426  .\" HTML-TAG-NEXT  .\" HTML-TAG-NEXT
# Line 432  www functionality.  It should work with Line 429  www functionality.  It should work with
429  .\"   This is an internal macro.  .\"   This is an internal macro.
430  .\"  .\"
431  .de HTML-TAG-NEXT  .de HTML-TAG-NEXT
432  .  if \\n[www-html] \  .  taga html-tag:\\$*
 .    taga html-tag:\\$*  
433  ..  ..
434  .  .
435  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------
# Line 674  www functionality.  It should work with Line 670  www functionality.  It should work with
670  .\"   section/numbered headings at this position.  .\"   section/numbered headings at this position.
671  .\"  .\"
672  .de LK  .de LK
673  .    HTML-TAG ".links"  .  HTML-TAG-NS ".links"
674  ..  ..
675  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------
676  .\" HR  .\" HR
677  .\"  .\"
678  .\"   Produce a horizontal line  .\"   Produce a horizontal line.
679  .\"  .\"
680  .de HR  .de HR
681  .  ie \\n[www-html] \{\  .  HTML-NS "<hr>"
 .    ti 0  
 .    HTML "<hr>"  
 .  \}  
 .  el \  
 .    sp  
682  ..  ..
683  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------
684  .\" NHR  .\" NHR
# Line 702  www functionality.  It should work with Line 693  www functionality.  It should work with
693  .\" www-end-nowhere - end of input trap called to finish diversion.  .\" www-end-nowhere - end of input trap called to finish diversion.
694  .\"  .\"
695  .de www-end-nowhere  .de www-end-nowhere
696  .  if !\\n[www-html] .di  .  if !\\n[www-html] \
697    .    di
698  .  HTML-TAG ".eo.tl"  .  HTML-TAG ".eo.tl"
699  ..  ..
700  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------
# Line 718  www functionality.  It should work with Line 710  www functionality.  It should work with
710  .\"  .\"
711  .de HTL  .de HTL
712  .  HTML-TAG ".html-tl"  .  HTML-TAG ".html-tl"
713  .  if !\\n[www-html] .di www-nowhere  .  if !\\n[www-html] \
714    .    di www-nowhere
715  .  it 2 www-end-nowhere  .  it 2 www-end-nowhere
716  ..  ..
717  .  .

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26