summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isomath/README.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/isomath/README.html')
-rw-r--r--Master/texmf-dist/doc/latex/isomath/README.html322
1 files changed, 182 insertions, 140 deletions
diff --git a/Master/texmf-dist/doc/latex/isomath/README.html b/Master/texmf-dist/doc/latex/isomath/README.html
index 1fc2b4360b2..35e0cf95488 100644
--- a/Master/texmf-dist/doc/latex/isomath/README.html
+++ b/Master/texmf-dist/doc/latex/isomath/README.html
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<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="2010-08-23" />
-<meta name="copyright" content="© 2008, 2010 Günter Milde &lt;milde&#64;users.berlios.de&gt;" />
+<meta name="date" content="2011-02-01" />
+<meta name="copyright" content="© 2008, 2011 Günter Milde &lt;milde&#64;users.berlios.de&gt;" />
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 6387 2010-08-13 12:23:41Z milde $
+:Id: $Id: html4css1.css 6511 2011-01-03 14:49:11Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
@@ -191,7 +191,7 @@ img.align-center, .figure.align-center, object.align-center {
/* reset inner alignment in figures */
div.align-right {
- text-align: left }
+ text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
@@ -337,13 +337,15 @@ body {
line-height:1.3;
/* http://ilovetypography.com/2008/02/28/a-guide-to-web-typography/
recommends "line-spacing that’s at least 140% of your text size" */
+ counter-reset: table;
+ /* counter-reset: figure; */
}
/* avoid long lines --> better reading */
/* OTOH: lines should not be too short because of missing hyphenation, */
div.document {
- max-width: 45em;
- margin: 0 auto;
+ max-width: 45em;
+ margin: auto;
}
/* separate items except for compact lists */
@@ -377,8 +379,7 @@ div.sidebar {
/* Special definition lists */
/* ======================== */
-/* start definition term on the same line as the label */
-
+/* bold definition term on the same line as the label */
dl.field-list > dt, dl.option-list > dt, dl.docinfo > dt,
dl.footnote > dt, dl.citation > dt, dl.description > dt {
clear: left;
@@ -386,31 +387,27 @@ dl.footnote > dt, dl.citation > dt, dl.description > dt {
margin: 0;
padding: 0;
padding-right: 0.5em;
-/* background: yellow; */
-}
-
-/* Definition list with the layout of a LaTeX `description` list */
-/* (bold label, continue on same line) */
-dl.description > dt {
font-weight: bold;
}
+/* except for these */
+dl.option-list > dt, dl.footnote > dt {
+ font-weight: normal;
+}
+
+
/* Field Lists */
/* ----------- */
-/* field names: bold, followed by a colon */
-dl.field-list > dt, dl.docinfo > dt {
- font-weight: bold;
-}
+/* field names followed by a colon */
dl.field-list > dt:after, dl.docinfo > dt:after {
content: ":";
}
/* Offset for field content (corresponds to the --field-name-limit option) */
dl.field-list > dd {
- margin-left: 8.5em;
+ margin-left: 9em; /* ca. 14 chars in the test examples */
padding-left: 0.5em;
-/* background: yellow; */
}
/* start field-body on a new line after long field names */
@@ -421,8 +418,8 @@ dl.field-list > dd p {
}
dl.field-list > dd > p:first-child,
-dl.field-list > dd > ol:first-child,
-dl.field-list > dd > ul:first-child,
+/* dl.field-list > dd > ol:first-child, */
+/* dl.field-list > dd > ul:first-child, */
dl.field-list > dd > dl:first-child {
display: inline-block;
}
@@ -453,16 +450,12 @@ dl.field-list.fix-labelwidth > dd:after {
/* docinfo */
-dl.docinfo {
- margin: 2em 2em; /* setting from html4css1.css */
- padding-left: 0;
-}
-
dl.docinfo > dd {
margin-left: 8em;
/* margin-bottom: 0.5em; */
}
+
/* option list */
dl.option-list {
@@ -495,8 +488,15 @@ dl.footnote {
/* border-color: black; */
}
+/* paragraph on same line as backrefs */
+dd > em {
+/* background: green; */
+ float: left;
+ margin-right: 1ex
+}
+
-/*
+/*
Ordered List (Enumeration)
--------------------------
@@ -513,7 +513,13 @@ ol {
/* Set the negative indent of the list label as feature of the list item */
ol > li {
text-indent: -40px; /* Mozillas default indent */
- margin-bottom: 1em;
+}
+/* reset for child elements */
+ol > li > * {
+ text-indent: 0px;
+ text-indent: 0;
+ margin-top: 0;
+ /* background: lightgreen; */
}
/* Label */
@@ -531,16 +537,6 @@ ol > li:before {
/* background: yellow; */
}
-/* objects nested in an ol */
-ol > li > p,
-ol > li > ol,
-ol > li > ul,
-ol > li > dl {
- text-indent: 0;
- margin-top: 0;
- /* background: lightgreen; */
-}
-
/* The list item's first line starts next to the label, without indent */
ol > li > p:first-child,
ol > li > ol:first-child,
@@ -574,96 +570,124 @@ ol.nested > li:before, ol.nested ol > li:before {
/* smaller font for super- and subscripts */
/* sub, sup {font-size: 70%;} */ /* Mozilla default is `smaller` */
-/* unordered lists */
-/* --------------- */
-
-/* drop bullets from Table of Contents */
-/* div.topic.contents ul { */
-/* list-style: none; */
-/* } */
/* Tables */
-/* ------ */
+/* ====== */
-/* borders for "normal" tables */
-table.table {
+/* margins and borders for "normal" tables */
+table {
+ margin-top: 0.5em ;
+ margin-bottom: 0.5em;
border-style: outset;
border-width: thin;
+ /* border-collapse: collapse; */
+}
+blockquote > table {
+ margin-top: 0em ;
+ margin-bottom: 0em;
}
-table.table td, table.table th {
+td, th {
border-style: inset;
border-width: thin;
+ /* text-align: left; */
+ padding: 0 1ex;
+}
+
+td > p:first-child, th > p:first-child {
+ margin-top: 0;
+}
+td > p, th > p {
+ margin-bottom: 0;
}
/* no borders for "borderless" tables */
-table.table.borderless, table.table.borderless * {
+table.borderless, table.borderless * {
border-style: none;
}
-/* numbered tables and figures*/
-body {
- counter-reset: table;
-/* counter-reset: figure; */
+/* "booktabs" style (no vertical lines) */
+table.booktabs {
+ border: 0;
+ border-top: 2px solid;
+ border-bottom: 2px solid;
+ border-collapse: collapse;
}
-table.numbered > caption:before {
- counter-increment: table;
- content: "Table " counter(table) ": ";
- font-weight: bold;
+table.booktabs * {
+ border: 0;
}
-
+table.booktabs th {
+ border-bottom: thin solid;
+}
+
table > caption {
text-align: left;
- padding: 2em 0 1em 0;
+/* padding: 2em 0 1em 0; */
}
+/* numbered tables*/
+table.numbered > caption:before {
+ counter-increment: table; /* defined/re-set in body */
+ content: "Table " counter(table) ": ";
+ font-weight: bold;
+}
-/* whitespace and line-wrapping in inline literals
- -----------------------------------------------
+/* literal text
+ ------------
*/
+/* whitespace and wrapping in inline literals */
/* possible values: normal, nowrap, pre, pre-wrap, pre-line */
-tt.docutils.literal {
+tt.literal {
white-space: pre-wrap;
}
+/* /* compensate for initial line-break (which is literal with XHTML 1.1) */ */
+/* pre.literal-block, pre.doctest-block { */
+/* margin-top: 0em ; */
+/* } */
+
+/* Table of Contents */
+
+/* don't indent like a topic */
+div.topic.contents {
+ margin: 0;
+}
+/* div.topic.contents ul { */
+/* list-style: none; */
+/* } */
+
+div.topic.contents a {
+ text-decoration: none; /* no underline for links */
+}
+
+/* section numbers */
+
+span.sectnum {
+ padding-right: 1ex;
+}
+
+/* admonitions */
+
+/* no padding for top and bottom */
+div.admonition, div.attention, div.caution, div.danger, div.error,
+div.hint, div.important, div.note, div.tip, div.warning {
+ padding: 0px 1em }
+
</style>
<style type="text/css">
-/*
-:Author: Guenter Milde
+/* Stylesheet for isomath documentation
:Copyright: 2008 G. Milde
This stylesheet is released under the GPL v. 2
-
-Stylesheet for the Math Fonts Overview "Matheschriften"
*/
-/* deutsche Tabellenbeschriftung */
-/* table.numbered > caption:before { */
-/* content: "Tabelle " counter(table) ": "; */
-/* } */
-
-/* booktabs Style */
-table.booktabs, table.booktabs td, table.booktabs th {
- border: 0 }
-table.booktabs {
- border-top: 2px solid;
- border-bottom: 2px solid;
-}
-table.booktabs th {
- border-bottom: 1px solid;
-}
-
-dl.docutils dt {
- font-weight: bold;
-}
+dl.docutils dt { font-weight: bold; }
/* docinfo */
-dl.docinfo > dt {
- display: none;
-}
+dl.docinfo > dt { display: none; }
dl.docinfo > dd {
margin-left: 0;
padding: 0 5%;
@@ -673,7 +697,6 @@ dl.docinfo > dt.author + dd {
text-align: center;
padding-bottom: 1em;
}
-
dt.date {
display: none;
}
@@ -692,17 +715,37 @@ a.reference.internal {
color: darkblue;
}
-/* +/- Listen mit field-list */
-dl.field-list > dt {
- font-family: monospace;
+a.reference.external {
+ text-decoration: underline;
+}
+
+/* a.reference.external:after { */
+/* content: "⎘"; */
+/* font-size: x-small; */
+/* vertical-align: super; */
+/* } */
+
+dl.footnote > dd {
+ margin-left: 1.2em;
}
-dl.field-list > dt:after {
- content: ""; /* drop trailing ':' */
+dl.footnote > dt {
+ font-size: small;
+ vertical-align: super;
}
-/* Offset for field content (corresponds to the --field-name-limit option) */
-dl.field-list > dd {
- margin-left: 1em;
- padding-left: 0.5em;
+
+a.footnote-reference > sup {
+ font-size: small;
+ vertical-align: super;
+ }
+
+td, th {
+ padding-bottom: 0.1ex;
+ padding-top: 0.1ex;
+}
+
+/* no borders for "borderless" tables */
+table.booktabs.borderless, table.booktabs.borderless * {
+ border-style: none;
}
</style>
@@ -713,89 +756,88 @@ dl.field-list > dd {
<dl class="docinfo simple">
<dt class="date">Date</dt>
-<dd>2010-08-23</dd>
+<dd class="date">2011-02-01</dd>
<dt class="copyright">Copyright</dt>
-<dd>© 2008, 2010 Günter Milde &lt;<a class="reference external" href="mailto:milde&#64;users.berlios.de">milde&#64;users.berlios.de</a>&gt;</dd>
+<dd class="copyright">© 2008, 2011 Günter Milde &lt;<a class="reference external" href="mailto:milde&#64;users.berlios.de">milde&#64;users.berlios.de</a>&gt;</dd>
<dt>Licence</dt>
-<dd>This work may be distributed and/or modified under the
+<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
-version&nbsp;1.3 of this license or (at your option) any later version.</dd>
+version&nbsp;1.3 of this license or (at your option) any later version.</p>
+</dd>
</dl>
<div class="abstract topic">
<p class="topic-title first">Abstract</p>
-<p>The isomath package enables formatting Greek and Latin
+<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 31.</p>
+by the International Standard ISO 80000-2.</p>
</div>
<div class="section" id="files">
<h1>Files</h1>
<table class="booktabs numbered align-left">
<colgroup>
-<col width="38%" />
-<col width="62%" />
+<col width="32%" />
+<col width="68%" />
</colgroup>
<tbody valign="top">
-<tr><td>README.txt</td>
-<td>Requirements, Installation, Usage</td>
+<tr><td><p>README.txt</p></td>
+<td><p>Requirements, Installation, Usage</p></td>
</tr>
-<tr><td>README.html</td>
-<td>browser friendly README</td>
+<tr><td><p>README.html</p></td>
+<td><p>browser friendly README</p></td>
</tr>
-<tr><td>isomath.sty</td>
-<td>literate source (LaTeX package)</td>
+<tr><td><p>isomath.sty</p></td>
+<td><p>literate source (the actual LaTeX package)</p></td>
</tr>
-<tr><td>isomath.sty.txt</td>
-<td>literate source (text version)</td>
+<tr><td><p>isomath.sty.txt</p></td>
+<td><p>literate source (text version)</p></td>
</tr>
-<tr><td>isomath.sty.html</td>
-<td>literate source (HTML)</td>
+<tr><td><p>isomath.sty.html</p></td>
+<td><p>literate source (HTML)</p></td>
</tr>
-<tr><td>isomath-doc.txt</td>
-<td>user documentation (source)</td>
+<tr><td><p>isomath.txt</p></td>
+<td><p>user documentation (source)</p></td>
</tr>
-<tr><td>isomath-doc.html</td>
-<td>user documentation (HTML)</td>
+<tr><td><p>isomath.html</p></td>
+<td><p>user documentation (HTML)</p></td>
</tr>
-<tr><td>isomath-doc.pdf</td>
-<td>user documentation (PDF)</td>
+<tr><td><p>isomath.pdf</p></td>
+<td><p>user documentation (PDF)</p></td>
</tr>
-<tr><td>isomath-test.tex</td>
-<td>Test example (source)</td>
+<tr><td><p>isomath-test.tex</p></td>
+<td><p>Test example (source)</p></td>
</tr>
-<tr><td>isomath-test.pdf</td>
-<td>Test example (PDF output)</td>
+<tr><td><p>isomath-test.pdf</p></td>
+<td><p>Test example (PDF output)</p></td>
</tr>
</tbody>
</table>
<p>The bidirectional text &lt;-&gt; code converter <a class="reference external" href="http://pylit.berlios.de">PyLit</a> can convert between
-<tt class="docutils literal">isomath.sty</tt> and <tt class="docutils literal">isomath.sty.txt</tt>.</p>
+<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
documentation from the <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> sources.</p>
</div>
<div class="section" id="requirements">
<h1>Requirements</h1>
-<p>This package builds on and extends <a class="reference external" href="http://dante.ctan.org/CTAN/help/Catalogue/entries/fixmath.html">fixmath</a> by Walter Schmidt.
-It requires <a class="reference external" href="http://dante.ctan.org/CTAN/help/Catalogue/entries/kvoptions.html">kvoptions</a>.</p>
-<p>The <a class="reference external" href="http://dante.ctan.org/CTAN/help/Catalogue/entries/cmbright.html">cmbright</a> package is recommended for <em>sans-serif italic</em> and <em>sans-serif
+<p>This package builds on and extends <a class="reference external" href="http://mirror.ctan.org/help/Catalogue/entries/fixmath.html">fixmath</a> by Walter Schmidt.
+It also requires <a class="reference external" href="http://mirror.ctan.org/help/Catalogue/entries/kvoptions.html">kvoptions</a>.</p>
+<p>The <a class="reference external" href="http://mirror.ctan.org/help/Catalogue/entries/cmbright.html">cmbright</a> package is recommended for <em>sans-serif italic</em> and <em>sans-serif
bold italic</em> fonts matching with Computer Modern and derivatives.</p>
<p>All required packages are part of TeXLive and MikTeX.</p>
</div>
<div class="section" id="installation">
<h1>Installation</h1>
<ul>
-<li><p class="first">Unpack isomath.zip (preferabely 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 class="first">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="docutils literal">texhash</tt>
+<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>
</ul>
</div>
<div class="section" id="usage">
<h1>Usage</h1>
-<pre class="literal-block">
-\usepackage{isomath}
+<pre class="literal-block">\usepackage{isomath}
</pre>
<p>Option description, more examples and usage hints are in the user
documentation.</p>