diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/isomath/README.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/isomath/README.html | 90 |
1 files changed, 78 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/isomath/README.html b/Master/texmf-dist/doc/latex/isomath/README.html index 4ef137e6460..80b4d954370 100644 --- a/Master/texmf-dist/doc/latex/isomath/README.html +++ b/Master/texmf-dist/doc/latex/isomath/README.html @@ -5,13 +5,13 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" /> <title>isomath: Math for scientists</title> -<meta name="date" content="2008-10-02" /> -<meta name="copyright" content="© 2008 Günter Milde <milde@users.berlios.de>" /> +<meta name="date" content="2009-06-19" /> +<meta name="copyright" content="© 2008, 2009 Günter Milde <milde@users.berlios.de>" /> <style type="text/css"> /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 5631 2008-08-24 13:01:23Z goodger $ +:Id: $Id: html4css1.css 5951 2009-05-18 18:03:10Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. @@ -159,11 +159,32 @@ h2.subtitle { hr.docutils { width: 75% } -img.align-left { - clear: left } +img.align-left, .figure.align-left{ + clear: left ; + float: left ; + margin-right: 1em } -img.align-right { - clear: right } +img.align-right, .figure.align-right { + clear: right ; + float: right ; + margin-left: 1em } + +.align-left { + text-align: left } + +.align-center { + clear: both ; + text-align: center } + +.align-right { + text-align: right } + +/* reset inner alignment in figures */ +div.align-right { + text-align: left } + +/* div.align-center * { */ +/* text-align: left } */ ol.simple, ul.simple { margin-bottom: 1em } @@ -292,11 +313,12 @@ ul.auto-toc { <col class="docinfo-content" /> <tbody valign="top"> <tr><th class="docinfo-name">Date:</th> -<td>2008-10-02</td></tr> +<td>2009-06-19</td></tr> <tr><th class="docinfo-name">Copyright:</th> -<td>© 2008 Günter Milde <<a class="reference external" href="mailto:milde@users.berlios.de">milde@users.berlios.de</a>></td></tr> -<tr class="field"><th class="docinfo-name">Licence:</th><td class="field-body">Released under the terms of the GNU General Public License -(v. 2 or later)</td> +<td>© 2008, 2009 Günter Milde <<a class="reference external" href="mailto:milde@users.berlios.de">milde@users.berlios.de</a>></td></tr> +<tr class="field"><th class="docinfo-name">Licence:</th><td class="field-body">This work may be distributed and/or modified under the +conditions of the <a class="reference external" href="http://www.latex-project.org/lppl.txt">LaTeX Project Public License</a>, either +version 1.3 of this license or (at your option) any later version.</td> </tr> </tbody> </table> @@ -309,6 +331,50 @@ by the International Standard ISO 31. For this, a <em>bold italic</em> and a <em>sans-serif bold italic</em> math alphabet are defined.</p> </div> +<div class="section" id="history"> +<h1>History</h1> +<table border="1" class="borderless docutils"> +<colgroup> +<col width="4%" /> +<col width="17%" /> +<col width="79%" /> +</colgroup> +<tbody valign="top"> +<tr><td>0.1</td> +<td>2008-09-25</td> +<td>first public version.</td> +</tr> +<tr><td>0.2</td> +<td>2008-10-02</td> +<td>bugfix: a usage example was uncommented;</td> +</tr> +<tr><td></td> +<td> </td> +<td>updated documentation;</td> +</tr> +<tr><td></td> +<td> </td> +<td>define mathsans only if OMLmathsans is true;</td> +</tr> +<tr><td></td> +<td> </td> +<td>option reuseMathalphabets -> reuseMathAlphabets.</td> +</tr> +<tr><td>0.3</td> +<td>2009-06-19</td> +<td>documentation update;</td> +</tr> +<tr><td></td> +<td> </td> +<td>fix OMLmathrm and OMLmathsans definitions;</td> +</tr> +<tr><td></td> +<td> </td> +<td>switch license to LPPL</td> +</tr> +</tbody> +</table> +</div> <div class="section" id="files"> <h1>Files</h1> <table class="docutils field-list" frame="void" rules="none"> @@ -335,7 +401,7 @@ math alphabet are defined.</p> </table> <p>The bidirectional text <-> code converter <a class="reference external" href="http://pylit.berlios.de">PyLit</a> can convert between <tt class="docutils literal"><span class="pre">isomath.sty</span></tt> and <tt class="docutils literal"><span class="pre">isomath.sty.txt</span></tt>.</p> -<p>The Python <a class="reference external" href="http://docutils.sourceforge.net/rst.html">docutils</a> and pdflatex were used to generate the HTML and PDF +<p>The Python <a class="reference external" href="http://docutils.sourceforge.net/rst.html">Docutils</a> and pdflatex were used to generate the HTML and PDF documentation.</p> </div> <div class="section" id="requirements"> |