blob: 098134d7e82a1812cff4cb6d9e96e537ca41cab4 (
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
|
LaTeX class: musuos v1.1d
-------------------------------------------------
Tobias Weh (www.tobias-weh.de)
2011/12/14
This class is design for typesetting papers at
the department of music of the university
osnabrueck. Since most of the users are german
the whole documentation is in german.
A matching biblatex style is provided as
biblatex-musuos.
License:
This material is subject to the LaTeX Project
Public License. See http://www.ctan.org/tex-
archive/help/Catalogue/licenses.lppl.html for
the details of that license.
Files:
* README - this file
* musuos.dtx - source file
* musuos.ins - install file
* musuos.pdf - documentation (german)
* musuos-doc.ist - adapted index style for
the german manual
Istall:
Use your TeX update manager oder do it manually:
Navigate to the folder that contains musuos.ins
and call
latex musuos.ins
That gives you the file musuos.cls which should
be moved somewhere TeX can find it (e.g.
$TEXMFHOME/tex/latex/musuos/musuos.cls)
To typeset the manual call
pdflatex musuos.dtx
pdflatex musuos.dtx
makeindex -s gglo.ist -o musuos.gls musuos.glo
makeindex -s gind.ist -o musuos.ind musuos.idx
pdflatex musuos.dtx
pdflatex musuos.dtx
|