isomath README ~~~~~~~~~~~~~~ :Date: 2011-02-01 :Copyright: © 2008, 2011 Günter Milde :Licence: This work may be distributed and/or modified under the conditions of the `LaTeX Project Public License`_, either version 1.3 of this license or (at your option) any later version. :Abstract: The `isomath` 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. Files ===== ==================== ================================= README.txt Requirements, Installation, Usage README.html browser friendly README isomath.sty literate source (the actual LaTeX package) isomath.sty.txt literate source (text version) isomath.sty.html literate source (HTML) isomath.txt user documentation (source) isomath.html user documentation (HTML) isomath.pdf user documentation (PDF) isomath-test.tex Test example (source) isomath-test.pdf Test example (PDF output) ==================== ================================= The bidirectional text <-> code converter PyLit_ can convert between ``isomath.sty`` and ``isomath.sty.txt``. The Python Docutils_ and pdflatex were used to generate the HTML and PDF documentation from the reStructuredText_ sources. Requirements ============ This package builds on and extends fixmath_ by Walter Schmidt. It also requires kvoptions_. The cmbright_ package is recommended for *sans-serif italic* and *sans-serif bold italic* fonts matching with Computer Modern and derivatives. All required packages are part of TeXLive and MikTeX. Installation ============ * Unpack isomath.zip (preferably in a TDS_ documentation folder). * Make sure LaTeX can find isomath.sty: Copy/Move/Link it to a suitable place in the TDS_ and run ``texhash`` or place it in the current working directory (e.g. for testing). Usage ===== :: \usepackage{isomath} Option description, more examples and usage hints are in the user documentation. .. References ========== .. _LaTeX Project Public License: http://www.latex-project.org/lppl.txt .. _PyLit: http://pylit.berlios.de .. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _Docutils: http://docutils.sourceforge.net/rst.html .. _cmbright: http://mirror.ctan.org/help/Catalogue/entries/cmbright.html .. _fixmath: http://mirror.ctan.org/help/Catalogue/entries/fixmath.html .. _kvoptions: http://mirror.ctan.org/help/Catalogue/entries/kvoptions.html .. _TDS: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tds