diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/menukeys/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/menukeys/README | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/menukeys/README b/Master/texmf-dist/doc/latex/menukeys/README new file mode 100644 index 00000000000..1caba0a2f47 --- /dev/null +++ b/Master/texmf-dist/doc/latex/menukeys/README @@ -0,0 +1,40 @@ +LaTeX class: menukey v1.0 +------------------------------------------------- +Tobias Weh (www.tobias-weh.de) +2012/02/23 + +This package is design to format menu sequences, +paths and keyboard shortcuts automatically. +There are servals predefined styles and one +can define his own styles + +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 +* menukeys.dtx - source file +* menukeys.ins - install file +* menukeys.pdf - documentation + +Istall: +Use your TeX update manager oder do it manually: +Navigate to the folder that contains menukeys.ins +and call + + latex menukeys.ins + +That gives you the file menukeys.sty which should +be moved somewhere TeX can find it (e.g. +$TEXMFHOME/tex/latex/musuos/musuos.cls) + +To typeset the manual call + + pdflatex menukeys.dtx + makeindex -s gglo.ist -o menukeys.gls menukeys.glo + makeindex -s gind.ist -o menukeys.ind menukeys.idx + pdflatex menukeys.dtx + pdflatex menukeys.dtx |