diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-12 22:14:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-12 22:14:06 +0000 |
commit | 60134622cf5eb833e549dd5dfefb08a674b5a78c (patch) | |
tree | 579dcaa6e820e1fba51249eb4c3c654c868c76b0 /Master/texmf-dist/doc/latex/isomath/README.html | |
parent | 524f74405302fcc9daf66401d0da8485241764e9 (diff) |
isomath (12sep12)
git-svn-id: svn://tug.org/texlive/trunk@27654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/isomath/README.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/isomath/README.html | 109 |
1 files changed, 70 insertions, 39 deletions
diff --git a/Master/texmf-dist/doc/latex/isomath/README.html b/Master/texmf-dist/doc/latex/isomath/README.html index 35e0cf95488..708196e29f7 100644 --- a/Master/texmf-dist/doc/latex/isomath/README.html +++ b/Master/texmf-dist/doc/latex/isomath/README.html @@ -3,15 +3,15 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.8: http://docutils.sourceforge.net/" /> -<title>isomath README</title> -<meta name="date" content="2011-02-01" /> -<meta name="copyright" content="© 2008, 2011 Günter Milde <milde@users.berlios.de>" /> +<meta name="generator" content="Docutils 0.10: http://docutils.sourceforge.net/" /> +<title>isomath</title> +<meta name="date" content="2012-09-04" /> +<meta name="copyright" content="© 2008, 2012 Günter Milde <milde@users.sf.net>" /> <style type="text/css"> /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 6511 2011-01-03 14:49:11Z milde $ +:Id: $Id: html4css1.css 7434 2012-05-11 21:06:27Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. @@ -251,10 +251,18 @@ pre.address { margin-top: 0 ; font: inherit } -pre.literal-block, pre.doctest-block { +pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } +pre.code .ln { /* line numbers */ + color: grey; +} + +.code { + background-color: #eeeeee +} + span.classifier { font-family: sans-serif ; font-style: oblique } @@ -365,7 +373,7 @@ dl.simple, dl.compact, dl.simple > dd, dl.compact > dd { } /* space around paragraphs */ -dl > dd p:first-child { +dl > dd p:first-child, td > p { margin: 0; } @@ -505,9 +513,10 @@ resulting list resembles the list-style 'outside' with a hanging indent. */ /* New ordered list: reset counter, suppress the default label */ -ol { +ol, ol.arabic, ol.loweralpha, ol.upperalpha, +ol.lowerroman, ol.upperroman { counter-reset: item; - list-style-type: none ! important; + list-style: none } /* Set the negative indent of the list label as feature of the list item */ @@ -516,7 +525,7 @@ ol > li { } /* reset for child elements */ ol > li > * { - text-indent: 0px; + text-indent: 0px; text-indent: 0; margin-top: 0; /* background: lightgreen; */ @@ -565,6 +574,12 @@ ol.nested > li:before, ol.nested ol > li:before { content: counters(item, ".") " "; } +/* lists nested in definition list */ + +dd > ul, dd > ol { + padding-left: 0pt; +} + /* TODO: prefix, suffix? */ /* smaller font for super- and subscripts */ @@ -576,11 +591,14 @@ ol.nested > li:before, ol.nested ol > li:before { /* margins and borders for "normal" tables */ table { - margin-top: 0.5em ; - margin-bottom: 0.5em; - border-style: outset; +/* background: magenta; */ + margin-top: 1em ; + margin-bottom: 1em; +/* border-style: outset; */ + border-style: solid; + border-color: silver; border-width: thin; - /* border-collapse: collapse; */ + border-collapse: collapse; } blockquote > table { margin-top: 0em ; @@ -588,8 +606,9 @@ blockquote > table { } td, th { - border-style: inset; + border-style: solid; border-width: thin; + border-color: silver; /* text-align: left; */ padding: 0 1ex; } @@ -611,7 +630,6 @@ table.booktabs { border: 0; border-top: 2px solid; border-bottom: 2px solid; - border-collapse: collapse; } table.booktabs * { @@ -623,6 +641,7 @@ table.booktabs th { table > caption { text-align: left; + margin-bottom: 0.25em /* padding: 2em 0 1em 0; */ } @@ -743,22 +762,28 @@ td, th { padding-top: 0.1ex; } -/* no borders for "borderless" tables */ -table.booktabs.borderless, table.booktabs.borderless * { - border-style: none; -} +/* let borderless overreide booktab */ +.booktabs.borderless, +table.booktabs.borderless td, table.booktabs.borderless th { + border: 0; + margin-left: 2em; + } + +table.docutils td, table.docutils th, + vertical-align: bottom; } </style> </head> <body> -<div class="document" id="isomath-readme"> -<h1 class="title">isomath README</h1> +<div class="document" id="isomath"> +<h1 class="title">isomath</h1> +<h2 class="subtitle" id="mathematical-style-for-science-and-technology">Mathematical style for science and technology</h2> <dl class="docinfo simple"> <dt class="date">Date</dt> -<dd class="date">2011-02-01</dd> +<dd class="date">2012-09-04</dd> <dt class="copyright">Copyright</dt> -<dd class="copyright">© 2008, 2011 Günter Milde <<a class="reference external" href="mailto:milde@users.berlios.de">milde@users.berlios.de</a>></dd> +<dd class="copyright">© 2008, 2012 Günter Milde <<a class="reference external" href="mailto:milde@users.sf.net">milde@users.sf.net</a>></dd> <dt>Licence</dt> <dd><p>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 @@ -767,10 +792,12 @@ version 1.3 of this license or (at your option) any later version.</p> </dl> <div class="abstract topic"> <p class="topic-title first">Abstract</p> -<p>The <cite>isomath</cite> package enables formatting Greek and Latin -letters as symbols for vectors, matrices, and tensors -in the typefaces recommended for scientific papers -by the International Standard ISO 80000-2.</p> +<p>The <cite>isomath</cite> package provides tools for a mathematical style +that conforms to the International Standard ISO 80000-2 and is +common in science and technology: capital Greek letters in italic +shape, bold italic and sans-serif bold italic math alphabets with +Latin and Greek characters, and macros for markup of vector, +matrix and tensor symbols.</p> </div> <div class="section" id="files"> <h1>Files</h1> @@ -779,12 +806,12 @@ by the International Standard ISO 80000-2.</p> <col width="32%" /> <col width="68%" /> </colgroup> -<tbody valign="top"> +<tbody> <tr><td><p>README.txt</p></td> <td><p>Requirements, Installation, Usage</p></td> </tr> <tr><td><p>README.html</p></td> -<td><p>browser friendly README</p></td> +<td><p>Requirements, Installation, Usage (HTML)</p></td> </tr> <tr><td><p>isomath.sty</p></td> <td><p>literate source (the actual LaTeX package)</p></td> @@ -814,7 +841,7 @@ by the International Standard ISO 80000-2.</p> </table> <p>The bidirectional text <-> code converter <a class="reference external" href="http://pylit.berlios.de">PyLit</a> can convert between <tt class="literal">isomath.sty</tt> and <tt class="literal">isomath.sty.txt</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 <a class="reference external" href="http://docutils.sourceforge.net/rst.html">Docutils</a> and pdflatex were used to generate the HTML and PDF documentation from the <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> sources.</p> </div> <div class="section" id="requirements"> @@ -827,20 +854,24 @@ bold italic</em> fonts matching with Computer Modern and derivatives.</p> </div> <div class="section" id="installation"> <h1>Installation</h1> -<ul> -<li><p>Unpack isomath.zip (preferably in a <a class="reference external" href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds">TDS</a> documentation folder).</p></li> -<li><p>Make sure LaTeX can find isomath.sty:</p> -<p>Copy/Move/Link it to a suitable place in the <a class="reference external" href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds">TDS</a> and run <tt class="literal">texhash</tt> -or place it in the current working directory (e.g. for testing).</p> -</li> +<p>If possible, get this package from your distribution using its installation +manager.</p> +<p>Otherwise, make sure LaTeX can find the file <cite>isomath.sty</cite>:</p> +<ul class="simple"> +<li><p>Download and unpack <cite>isomath.zip</cite> or just download <cite>isomath.sty</cite>.</p></li> +<li><p>Copy/Move/Link <tt class="literal">isomath.sty</tt> to a suitable place in the <a class="reference external" href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds">TDS</a> and run +<tt class="literal">texhash</tt>, or place it in the current working directory (e.g. for +testing).</p></li> </ul> </div> <div class="section" id="usage"> <h1>Usage</h1> +<p>Load the package and (optionally) change the default <tt class="literal">\vec</tt> macro with:</p> <pre class="literal-block">\usepackage{isomath} +\renewcommand{\vec}{\vectorsym} % optional </pre> -<p>Option description, more examples and usage hints are in the user -documentation.</p> +<p>Option description, more examples and usage hints are in the <a class="reference external" href="isomath.sty.html">user +documentation</a>.</p> <!-- References ========== --> </div> |