Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / html / python / doc / latex-environments.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="doc.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="doc.html" title='Documenting Python' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='last' href='about.html' title='About this document...' />
10<link rel='help' href='about.html' title='About this document...' />
11<link rel="prev" href="latex-structure.html" />
12<link rel="parent" href="latex-primer.html" />
13<link rel="next" href="classes.html" />
14<meta name='aesop' content='information' />
15<title>4.3 Common Environments </title>
16</head>
17<body>
18<DIV CLASS="navigation">
19<div id='top-navigation-panel' xml:id='top-navigation-panel'>
20<table align="center" width="100%" cellpadding="0" cellspacing="2">
21<tr>
22<td class='online-navigation'><a rel="prev" title="4.2 Hierarchical Structure"
23 href="latex-structure.html"><img src='../icons/previous.png'
24 border='0' height='32' alt='Previous Page' width='32' /></A></td>
25<td class='online-navigation'><a rel="parent" title="4 LaTeX Primer"
26 href="latex-primer.html"><img src='../icons/up.png'
27 border='0' height='32' alt='Up One Level' width='32' /></A></td>
28<td class='online-navigation'><a rel="next" title="5 Document Classes"
29 href="classes.html"><img src='../icons/next.png'
30 border='0' height='32' alt='Next Page' width='32' /></A></td>
31<td align="center" width="100%">Documenting Python</td>
32<td class='online-navigation'><a rel="contents" title="Table of Contents"
33 href="contents.html"><img src='../icons/contents.png'
34 border='0' height='32' alt='Contents' width='32' /></A></td>
35<td class='online-navigation'><img src='../icons/blank.png'
36 border='0' height='32' alt='' width='32' /></td>
37<td class='online-navigation'><img src='../icons/blank.png'
38 border='0' height='32' alt='' width='32' /></td>
39</tr></table>
40<div class='online-navigation'>
41<b class="navlabel">Previous:</b>
42<a class="sectref" rel="prev" href="latex-structure.html">4.2 Hierarchical Structure</A>
43<b class="navlabel">Up:</b>
44<a class="sectref" rel="parent" href="latex-primer.html">4 LaTeX Primer</A>
45<b class="navlabel">Next:</b>
46<a class="sectref" rel="next" href="classes.html">5 Document Classes</A>
47</div>
48<hr /></div>
49</DIV>
50<!--End of Navigation Panel-->
51
52<H2><A NAME="SECTION000530000000000000000"></A><A NAME="latex-environments"></A>
53<BR>
544.3 Common Environments
55</H2>
56
57<P>
58<span class="LaTeX">LaTeX</span> provides a variety of environments even without the
59 additional markup provided by the Python-specific document classes
60 introduced in the next section. The following environments are
61 provided as part of standard <span class="LaTeX">LaTeX</span> and are being used in the
62 standard Python documentation; descriptions will be added here as
63 time allows.
64
65<P>
66<div class="verbatim"><pre>
67abstract
68alltt
69description
70displaymath
71document
72enumerate
73figure
74flushleft
75itemize
76list
77math
78quotation
79quote
80sloppypar
81verbatim
82</pre></div>
83
84<P>
85
86<DIV CLASS="navigation">
87<div class='online-navigation'>
88<p></p><hr />
89<table align="center" width="100%" cellpadding="0" cellspacing="2">
90<tr>
91<td class='online-navigation'><a rel="prev" title="4.2 Hierarchical Structure"
92 href="latex-structure.html"><img src='../icons/previous.png'
93 border='0' height='32' alt='Previous Page' width='32' /></A></td>
94<td class='online-navigation'><a rel="parent" title="4 LaTeX Primer"
95 href="latex-primer.html"><img src='../icons/up.png'
96 border='0' height='32' alt='Up One Level' width='32' /></A></td>
97<td class='online-navigation'><a rel="next" title="5 Document Classes"
98 href="classes.html"><img src='../icons/next.png'
99 border='0' height='32' alt='Next Page' width='32' /></A></td>
100<td align="center" width="100%">Documenting Python</td>
101<td class='online-navigation'><a rel="contents" title="Table of Contents"
102 href="contents.html"><img src='../icons/contents.png'
103 border='0' height='32' alt='Contents' width='32' /></A></td>
104<td class='online-navigation'><img src='../icons/blank.png'
105 border='0' height='32' alt='' width='32' /></td>
106<td class='online-navigation'><img src='../icons/blank.png'
107 border='0' height='32' alt='' width='32' /></td>
108</tr></table>
109<div class='online-navigation'>
110<b class="navlabel">Previous:</b>
111<a class="sectref" rel="prev" href="latex-structure.html">4.2 Hierarchical Structure</A>
112<b class="navlabel">Up:</b>
113<a class="sectref" rel="parent" href="latex-primer.html">4 LaTeX Primer</A>
114<b class="navlabel">Next:</b>
115<a class="sectref" rel="next" href="classes.html">5 Document Classes</A>
116</div>
117</div>
118<hr />
119<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
120</DIV>
121<!--End of Navigation Panel-->
122<ADDRESS>
123See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
124</ADDRESS>
125</BODY>
126</HTML>