diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/musuos/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/musuos/README | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/musuos/README b/Master/texmf-dist/doc/latex/musuos/README new file mode 100644 index 00000000000..4895a5912df --- /dev/null +++ b/Master/texmf-dist/doc/latex/musuos/README @@ -0,0 +1,42 @@ +LaTeX class: musuos v1.0 +------------------------------------------------- +Tobias Weh (www.tobias-weh.de) +2011/08/16 + +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. + +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) +* gind.ist - adapted index style for + the german manual + +Istall: +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
\ No newline at end of file |