<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This manual is for PROGRAM, version VERSION.

Copyright (C) YEARS COPYRIGHT-OWNER.

Permission is granted to ... -->
<!-- Created by Texinfo 6.1dev+dev, http://www.gnu.org/software/texinfo/ -->
<head>
<title>NAME-OF-MANUAL VERSION</title>

<meta name="description" content="NAME-OF-MANUAL VERSION">
<meta name="keywords" content="NAME-OF-MANUAL VERSION">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="#Top" rel="start" title="Top">
<link href="#Index" rel="index" title="Index">
<link href="#SEC_Contents" rel="contents" title="Table of Contents">
<link href="dir.html#Top" rel="up" title="(dir)">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<h1 class="settitle" align="center">NAME-OF-MANUAL VERSION</h1>



<a name="SEC_Contents"></a>
<h2 class="contents-heading">Table of Contents</h2>

<div class="contents">

<ul class="no-bullet">
  <li><a name="toc-First-Chapter-1" href="#First-Chapter">1 First Chapter</a></li>
  <li><a name="toc-The-_005csection-command" href="#g_t_005csection">2 The <code>\section</code> command</a></li>
  <li><a name="toc-The-itemize-environment" href="#itemize">3 The <code>itemize</code> environment</a></li>
  <li><a name="toc-Index-1" href="#Index">Index</a></li>
</ul>
</div>


<a name="Top"></a>
<div class="header">
<p>
Next: <a href="#First-Chapter" accesskey="n" rel="next">First Chapter</a>, Up: <a href="dir.html#Top" accesskey="u" rel="up">(dir)</a>   [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="TITLE"></a>
<h1 class="top">TITLE</h1>

<p>This manual is for PROGRAM, version VERSION.
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">• <a href="#First-Chapter" accesskey="1">First Chapter</a>:</td><td>  </td><td align="left" valign="top">Getting started ...
</td></tr>
<tr><td align="left" valign="top">• <a href="#g_t_005csection" accesskey="2">\section</a>:</td><td>  </td><td align="left" valign="top">The <code>\section</code> command 
</td></tr>
<tr><td align="left" valign="top">• <a href="#itemize" accesskey="3">itemize</a>:</td><td>  </td><td align="left" valign="top">The <code>itemize</code> environment
</td></tr>
<tr><td align="left" valign="top">• <a href="#Index" accesskey="4">Index</a>:</td><td>  </td><td align="left" valign="top">Index
</td></tr>
</table>

<hr>
<a name="First-Chapter"></a>
<div class="header">
<p>
Next: <a href="#g_t_005csection" accesskey="n" rel="next">\section</a>, Previous: <a href="#Top" accesskey="p" rel="prev">Top</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a>   [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="First-Chapter-1"></a>
<h2 class="chapter">1 First Chapter</h2>

<a name="index-first-chapter"></a>
<a name="index-chapter_002c-first"></a>

<hr>
<a name="g_t_005csection"></a>
<div class="header">
<p>
Next: <a href="#itemize" accesskey="n" rel="next">itemize</a>, Previous: <a href="#First-Chapter" accesskey="p" rel="prev">First Chapter</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a>   [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="The-_005csection-command"></a>
<h2 class="chapter">2 The <code>\section</code> command</h2>

<dl>
<dt><a name="index-_002a"></a>Command: <em>\section</em> <strong><var>*</var></strong> <em><code>[</code> <var>toc-title</var> <code>]</code> <code>{</code> <var>title</var> <code>}</code></em></dt>
<dd><dl compact="compact">
<dt><var>*</var></dt>
<dd><p>Optional; when present the title is unnumbered.
</p></dd>
<dt><var><var>toc-title</var></var></dt>
<dd><p>Optional; when present the title as in the table of content.
</p></dd>
<dt><var><var>title</var></var></dt>
<dd><p>Required; the title.
</p></dd>
</dl>

</dd></dl>

<hr>
<a name="itemize"></a>
<div class="header">
<p>
Next: <a href="#Index" accesskey="n" rel="next">Index</a>, Previous: <a href="#g_t_005csection" accesskey="p" rel="prev">\section</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a>   [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="The-itemize-environment"></a>
<h2 class="chapter">3 The <code>itemize</code> environment</h2>

<dl>
<dt><a name="index-itemize"></a>Environment: <em><code>\begin{</code></em> <strong>itemize</strong> <em><code>}</code><br> <var>body</var><br> <code>\end{</code> itemize <code>}</code></em></dt>
<dd><dl compact="compact">
<dt><var><var>body</var></var></dt>
<dd><p>Required; the body of it
</p></dd>
</dl>

</dd></dl>


<hr>
<a name="Index"></a>
<div class="header">
<p>
Previous: <a href="#itemize" accesskey="p" rel="prev">itemize</a>, Up: <a href="#Top" accesskey="u" rel="up">Top</a>   [<a href="#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
</div>
<a name="Index-1"></a>
<h2 class="unnumbered">Index</h2>

<table><tr><th valign="top">Jump to:   </th><td><a class="summary-letter" href="#Index_cp_letter-C"><b>C</b></a>
   
<a class="summary-letter" href="#Index_cp_letter-F"><b>F</b></a>
   
</td></tr></table>
<table class="index-cp" border="0">
<tr><td></td><th align="left">Index Entry</th><td> </td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Index_cp_letter-C">C</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-chapter_002c-first">chapter, first</a>:</td><td> </td><td valign="top"><a href="#First-Chapter">First Chapter</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Index_cp_letter-F">F</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="#index-first-chapter">first chapter</a>:</td><td> </td><td valign="top"><a href="#First-Chapter">First Chapter</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to:   </th><td><a class="summary-letter" href="#Index_cp_letter-C"><b>C</b></a>
   
<a class="summary-letter" href="#Index_cp_letter-F"><b>F</b></a>
   
</td></tr></table>

<hr>



</body>
</html>