blob: ceeffcd35c0df20f9bacc72f0560058384eb6921 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
The SIstyle package
for SI units and number typesetting
Author: Danie Els
Copyright (c) 2004-2008 Danie Els
Licence: LaTeX Project Public License
DESCRIPTION
===========
The SIstyle package typeset SI units and numbers according
to the ISO requirements. Care is taken with font requirements.
The emphasis is on ease of use, but it is the users
responsibility to know the rules and how to use SI units.
e.g.: \SI{1}{N}=\SI{1}{kg.m/s^2}
INSTALLATION
============
The most basic installation is to copy sistyle.sty to your
working directory or to a directory where TeX can find it.
For a full installation, copy the following files to you
(local) TEXMF tree and into the specified directories.
-- STYLE FILES --
<texmf>\tex\latex\SIstyle\sistyle.sty
The style file was obtain by running "latex sistyle.ins"
-- SOURCE FILES --
<texmf>\source\latex\SIstyle\sistyle.dtx
sistyle.ins
fig1.(mps/eps)
fig2.(mps/eps)
graphs_src\fig1.mp
graphs_src\fig1.mp
graphs_src\MPfig.bat
graphs_src\readme_figs.txt
graphs_src\unitstep.m
graphs_src\grphset.m
-- USER DOCUMENTATION --
<texmf>\doc\latex\SIstyle\SIstyle-2.3a.pdf
The user manual for SIstyle package was produced by executing:
pdflatex sistyle.dtx
pdflatex sistyle.dtx
makeindex -s gglo.ist -o sistyle.gls sistyle.glo
makeindex -s gind.ist -o sistyle.ind sistyle.idx
pdflatex sistyle.dtx
pdflatex sistyle.dtx
|