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