1*46696af2SBarry Smith# 2*46696af2SBarry Smith# These are the definitions for doc2lt and doctext HTML output 3*46696af2SBarry Smith# 4*46696af2SBarry Smith# 5*46696af2SBarry Smith# Note on the use of <LISTING></LISTING> and other monotype fonts 6*46696af2SBarry Smith# Many browsers choose a different SIZE font for listing; IE4 gives you 7*46696af2SBarry Smith# no control over the size, while at least Netscape lets you set the size 8*46696af2SBarry Smith# correctly (it should be the SAME as the other fonts). 9*46696af2SBarry Smith# You might consider <FONT SIZE=+1>...</FONT> inside the listing. 10*46696af2SBarry Smith# HTML 3.2 specifies <PRE> instead of <LISTING> 11*46696af2SBarry Smith# 12*46696af2SBarry Smith# Doc2lt single line entry 13*46696af2SBarry Smithend_par %n<P>%n 14*46696af2SBarry Smithlinebreak <BR> 15*46696af2SBarry Smithblank \ 16*46696af2SBarry Smiths_verbatim <PRE>%n 17*46696af2SBarry Smithe_verbatim </PRE>%n 18*46696af2SBarry Smith# 19*46696af2SBarry Smithkey %n%p<CODE>%1</CODE> 20*46696af2SBarry Smithsynopsis %n<PRE>%1</PRE> 21*46696af2SBarry Smithdefinition %n<B>%1</B>%n 22*46696af2SBarry Smithsection %n<H3><FONT COLOR="#CC3333">%1</FONT></H3>%n 23*46696af2SBarry Smiths_synopsis %n<H3><FONT COLOR="#CC3333">Synopsis</FONT></H3>%n<PRE>%n 24*46696af2SBarry Smithe_synopsis %n</PRE>%n 25*46696af2SBarry Smithem_dash 26*46696af2SBarry Smitheop %n</BODY></HTML>%n 27*46696af2SBarry Smithbop <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">%n<HTML>%n\ 28*46696af2SBarry Smith<HEAD>%n<META NAME="GENERATOR" CONTENT="DOCTEXT">%n 29*46696af2SBarry Smith# Arglist form this is for + . . - lists 30*46696af2SBarry Smiths_arg_list %n<TABLE border="0" cellpadding="0" cellspacing="0"> 31*46696af2SBarry Smiths_arg_inlist %n<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B> 32*46696af2SBarry Smithe_arg_inlist </B></TD> 33*46696af2SBarry Smiths_defn_inlist<TD>- 34*46696af2SBarry Smithe_defn_inlist</TD></TR> 35*46696af2SBarry Smithe_arg_list </TABLE>%n 36*46696af2SBarry Smith# 37*46696af2SBarry Smith# individual arg form this is for a plain . 38*46696af2SBarry Smiths_arg %n<DT><B> 39*46696af2SBarry Smithe_arg </B> 40*46696af2SBarry Smiths_defn - 41*46696af2SBarry Smithe_defn %n<br>%n 42*46696af2SBarry Smith# 43*46696af2SBarry Smith# These control the beginning/ending $ actions 44*46696af2SBarry Smiths_doctext_verbatim %n<pre>%n 45*46696af2SBarry Smithe_doctext_verbatim %n</pre>%n 46*46696af2SBarry Smith# 47*46696af2SBarry Smiths_caption <CENTER><B> 48*46696af2SBarry Smithe_caption </B></CENTER> 49*46696af2SBarry Smithpicture <A IMG="%1"></A> 50*46696af2SBarry Smith# If the location variable is changed, then maint/exampleindex.tcl MUST be changed accordingly! 51*46696af2SBarry Smithlocation <P><B><FONT COLOR="#CC3333">Location:</FONT></B><A HREF="../../../%1#%rq0">%1</A> 52*46696af2SBarry Smith# Only do the actual title 53*46696af2SBarry Smith# Without a title, the page will be broken. 54*46696af2SBarry Smithmantitle <TITLE>%1</TITLE>%n</HEAD>%n<BODY BGCOLOR="FFFFFF">%n<A NAME="%1"><H1>%1</H1></A>%n 55*46696af2SBarry Smitheof 56*46696af2SBarry Smithbof 57