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.7 KB
|
Line | |
---|
1 | #
|
---|
2 | # These are the definitions for doc2lt and doctext HTML output
|
---|
3 | #
|
---|
4 | #
|
---|
5 | # Note on the use of <LISTING></LISTING> and other monotype fonts
|
---|
6 | # Many browsers choose a different SIZE font for listing; IE4 gives you
|
---|
7 | # no control over the size, while at least Netscape lets you set the size
|
---|
8 | # correctly (it should be the SAME as the other fonts).
|
---|
9 | # You might consider <FONT SIZE=+1>...</FONT> inside the listing.
|
---|
10 | # HTML 3.2 specifies <PRE> instead of <LISTING>
|
---|
11 | #
|
---|
12 | # Doc2lt single line entry
|
---|
13 | key %n%p<CODE>%1</CODE>
|
---|
14 | synopsis %n<PRE>%1</PRE>
|
---|
15 | definition %n<B>%1</B>%n
|
---|
16 | section %n<H2>%1</H2>%n
|
---|
17 | s_synopsis %n<H2>Synopsis</H2>%n<PRE>%n
|
---|
18 | e_synopsis %n</PRE>%n
|
---|
19 | em_dash
|
---|
20 | eof %n</BODY></HTML>%n
|
---|
21 | bof <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">%n<HTML>%n\
|
---|
22 | <HEAD>%n<META NAME="GENERATOR" CONTENT="DOCTEXT">%n
|
---|
23 | bop
|
---|
24 | eop
|
---|
25 | # Arglist form
|
---|
26 | s_arg_list %n<DL>%n
|
---|
27 | s_arg_inlist %n<DT><B>
|
---|
28 | e_arg_inlist </B>
|
---|
29 | s_defn_inlist <DD>
|
---|
30 | e_defn_inlist %n
|
---|
31 | e_arg_list </DL>%n
|
---|
32 | # Here's an alternative
|
---|
33 | #s_arg_list %n<TABLE>
|
---|
34 | #s_arg_inlist %n<TR><TD>
|
---|
35 | #e_arg_inlist </TD>
|
---|
36 | #s_defn_inlist<TD>
|
---|
37 | #e_defn_inlist</TD></TR>
|
---|
38 | #e_arg_list </TABLE>%n
|
---|
39 | #
|
---|
40 | # individual arg form
|
---|
41 | s_arg %n<DL><DT><B>
|
---|
42 | s_defn <DD>
|
---|
43 | e_defn %n</DL>%n
|
---|
44 | e_arg </B>
|
---|
45 | s_doctext_verbatim <BR>
|
---|
46 | e_doctext_verbatim %n
|
---|
47 | s_caption <CENTER><B>
|
---|
48 | e_caption </B></CENTER>
|
---|
49 | picture <A IMG="%1"></A>
|
---|
50 | location <P><B>Location:</B>%1<P>
|
---|
51 | # Only do the actual title
|
---|
52 | # Without a title, the page will be broken.
|
---|
53 | mantitle <TITLE>%1</TITLE>%n</HEAD>%n<BODY BGCOLOR="FFFFFF">%n<A NAME="%1"><H1>%1</H1></A>%n
|
---|
54 | # mantitlemany is used for files containing multiple manual pages
|
---|
55 | mantitlemany %n<A NAME="%1"><H1>%1</H1></A>%n
|
---|
56 | # bofmanyend is needed for mantitlemany
|
---|
57 | bofmanyend <TITLE>Manual Pages</TITLE>%n</HEAD>%n<BODY BGCOLOR="FFFFFF">%n
|
---|
58 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.