1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml"
4 lang=
"en" xml:
lang=
"en">
6 <title>l3 README
</title>
7 <meta http-equiv=
"Content-Type" content=
"text/html;charset=iso-8859-1"/>
8 <meta name=
"generator" content=
"Org-mode"/>
9 <meta name=
"generated" content=
"2007/10/16 15:41:26"/>
10 <meta name=
"author" content=
"Michael Hohn"/>
11 <link rel=stylesheet
href=
"l3style.css" type=
"text/css">
13 <h1 class=
"title">l3 README
</h1>
18 <h2>Table of Contents
</h2>
20 <li><a href=
"#sec-1">1 Overview
</a></li>
21 <li><a href=
"#sec-2">2 Creating documentation in various formats
</a></li>
22 <li><a href=
"#sec-3">3 Installer
</a>
24 <li><a href=
"#sec-4">3.1 look up documentation
</a></li>
27 <li><a href=
"#sec-5">4 Produce a python package
</a></li>
28 <li><a href=
"#sec-6">5 Install a python package
</a></li>
36 <h2 id=
"sec-1">1 Overview
</h2>
38 <p>Documentation source is found in the files
46 This directory contains all documentation, and code to produce the
50 Some generated documentation is copied to the doc/ subdirectories of
51 l3lang / l3gui for completeness.
54 <h2 id=
"sec-2">2 Creating documentation in various formats
</h2>
58 Directly create html 'manpage' via
60 asciidoc -d manpage l3.txt
64 asciidoc -d manpage -a toc -a numbered l3.txt
68 asciidoc -d manpage -a toc l3.txt
74 <p>Create and view a man page, via docbook:
76 $SPXROOT/usr/bin/a2x -d manpage -f manpage l3.txt
80 Produce the printable version (postscript):
82 groff -man ./l3.1
> l3.ps
86 Produce an alternate (nicer?) text form (with escape sequences).
88 groff -mandoc -Tascii ./l3.1
> l3.alt
93 Create an alternate text form
95 $SPXROOT/usr/bin/a2x -v -d manpage -f text l3.txt
101 $SPXROOT/usr/bin/a2x -v -d manpage -f pdf l3.txt
106 Directly create latex
108 asciidoc --unsafe --backend=latex l3gui.txt
112 asciidoc -v --unsafe --backend=latex l3gui.txt
120 Adjustments to generated latex may include
122 \documentclass [letter,abstracton,titlepage,
10pt]{scrartcl}
128 <h2 id=
"sec-3">3 Installer
</h2>
131 <h3 id=
"sec-4">3.1 look up documentation
</h3>
134 sparx.wrap man dblatex
138 <h2 id=
"sec-5">4 Produce a python package
</h2>
141 python setup.py sdist
145 <h2 id=
"sec-6">5 Install a python package
</h2>
149 tar zxvf ~/w/phenix/l3lang/dist/l3lang-
0.5.tar.gz
151 python setup.py install
158 <p class=
"author"> Author: Michael Hohn
159 <a href=
"mailto:mhhohn@lbl.gov"><mhhohn@lbl.gov
></a>
161 <p class=
"date"> Date:
2007/
10/
16 15:
41:
26</p>