Name Last modified Size Description
Parent Directory - isomath.pdf 2012-09-10 14:56 464K isomath-test.pdf 2012-09-10 15:11 144K isomath.html 2012-09-10 14:52 100K isomath.txt 2012-09-10 15:00 44K isomath.sty.html 2012-09-12 12:06 37K README.html 2012-09-10 15:09 21K isomath.sty 2012-09-12 12:06 13K isomath.sty.txt 2012-09-12 12:06 13K isomath-test.tex 2012-09-01 00:11 7.6K README.txt 2012-09-10 15:16 3.3K README 2012-09-10 15:16 3.3K
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 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.
README.txt |
Requirements, Installation, Usage |
README.html |
Requirements, Installation, Usage (HTML) |
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 Docutils and pdflatex were used to generate the HTML and PDF documentation from the reStructuredText sources.
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.
If possible, get this package from your distribution using its installation manager.
Otherwise, make sure LaTeX can find the file isomath.sty:
Download and unpack isomath.zip or just download isomath.sty.
Copy/Move/Link isomath.sty to a suitable place in the TDS and run texhash, or place it in the current working directory (e.g. for testing).
Load the package and (optionally) change the default \vec macro with:
\usepackage{isomath} \renewcommand{\vec}{\vectorsym} % optional
Option description, more examples and usage hints are in the user documentation.