diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-05 16:40:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-05 16:40:59 +0000 |
commit | e836ed75f5d2371dda1659e4e9768510281513d9 (patch) | |
tree | 5cc5517b8af979b8f5dfcb0fce40c83ca4020397 /Master/texmf-dist/doc/latex/menu/README | |
parent | 8cfb1d5e20c73abdcd59ddc8579ee7dfffde7e9b (diff) |
menu update (4mar09)
git-svn-id: svn://tug.org/texlive/trunk@12312 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/menu/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/menu/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/menu/README b/Master/texmf-dist/doc/latex/menu/README new file mode 100644 index 00000000000..11db49132c0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/menu/README @@ -0,0 +1,28 @@ +Name of contribution: menu +Name and email: Knut Lickert <knut@lickert.net> +Location on CTAN: tex-archive/macros/latex/contrib/menu +Summary description: Typeset menu +License type: LaTeX Project Public License + +Menu.sty define a command \menu{Programm!!Menu1!Command} and +expand it to something like Programm=>Menu1->Command. +You can use it for documentations of programs. + +==================================== +Provided Files: +*menu.dtx +*menu.ins +*menu.pdf +*readme + +For more information visit + http://tex.lickert.net/packages/menu/index.html (German) + http://tex.lickert.net/packages/menu/index_en.html (English) + +==================================== +Related packages: +keystroke + A LaTeX package which provides macros for the graphical + representation of the keys on a computer keyboard. + Example: Ctrl, Shift AltGr +CTAN: tex-archive/macros/latex/contrib/keystroke/ |