source: issm/trunk-jpl/externalpackages/petsc-dev/src/linux-gnu-amd64/share/html.def@ 11896

Last change on this file since 11896 was 11896, checked in by habbalf, 13 years ago

petsc-dev : Petsc development code in external packages. Mercurial updates

File size: 1.6 KB
Line 
1#
2# This is a sample definition file for HTML output
3#
4preamble <BODY BGCOLOR="FFFFFF">%n
5postamble </BODY>%n
6heading %n<H%i>%1</H%i>%n
7section %n<H%i>%1</H%i>%n
8#
9# This form of title lets you jump to the title.
10title %n<TITLE>%1</TITLE>%n<A NAME="%1"><H1>%1</H1></A>%n
11end_par %n<P>%n
12linebreak <BR>
13line_break <BR>
14blank \
15tt %f<TT>%e="</TT>"
16rm %f
17it %f<EM>%e="</EM>"
18em %f<EM>%e="</EM>"
19ss %f<EM>%e="</EM>"
20brm %f<B>%e="</B>"
21#
22# You can use <A HREF="%s1">Push here for picture</A> to make the images
23# external to the document
24image <IMG SRC="%1">
25link <A HREF="%1">%2</A>
26s_enum <OL>
27e_enum </OL>%n
28s_itemize <UL>
29e_itemize </UL>
30s_description <DL>
31e_description </DL>
32# LISTING is better than pre,code (less space before environment)
33# But PRE is HTML3.2 (and LISTING isn't)
34s_verbatim <PRE>%n
35e_verbatim </PRE>%n
36item_enum <LI>
37item_itemize <LI>
38item_description <DT>%1<DD>
39#
40# This is the NetScape form; it makes more sense than the attribute
41# form (add to each <P> a CENTER attribute).
42s_center <CENTER>
43e_center </CENTER>
44#
45# This is a first cut at supporting NetScape tables.
46# Still need something for table headings
47b_table %n<TABLE>%n
48e_table %n</TABLE>%n
49b_row <TR>
50e_row </TR>
51b_col <TD>
52e_col </TD>
53#
54# Additional environments
55s_enumerate <OL>
56e_enumerate </OL>
57itemize_enum <LI>
58#
59s_blockquote <BLOCKQUOTE>
60e_blockquote </BLOCKQUOTE>
Note: See TracBrowser for help on using the repository browser.