Questions tagged [menukeys]

This tag is about displaying menu entries and keyboard keys using the facilities of the menukeys package.

This tag is about displaying menu entries and keyboard keys using the facilities of the menukeys package.

27 questions
10
votes
1 answer

Ways of inserting a + sign in latex (package menukeys)

I have a problem with a + sign. I use package "menukeys" and if i write down a command \keys{Eclipse C++ Development tool} the package keys will split my command analogous to three key commands: \keys{Eclipse C} \keys{} \keys{Development tool} Is…
71GA
  • 3,573
2
votes
1 answer

Pointy individual menu items in menukeys

I want something like this: but all I can do is this: I'm using the following code: \documentclass{article} \usepackage{menukeys} \begin{document} \sffamily When you see \menu{File>Save}, it means to click on the \menu{File} menu item then on the…
2
votes
1 answer

menukeys error option clash package color

as you can see I use a list of packages but when I try to use the menukeys package, I get an error as a…
royer
  • 361
  • 1
  • 14
2
votes
1 answer

Setting default keys style for menukeys breaks the rendering

I'm trying to change the default keys style of the package menukeys to shadowedroundedkeys. For that I found the command \renewmenumacro{\keys}{shadowedroundedkeys} in their documentation. It does in fact change the style but at the same time it…
1
vote
0 answers

menukeys: inconsistent path with backslashes

I have an (inconsistent) issue with menukeys. I don't know why it inserts spaces in the path. Tex-file: \documentclass{scrreprt} % Language setting \usepackage[english]{babel} % Set page size and…
gilu
  • 666
1
vote
0 answers

Extra \endgroup. \begin{document} due to "menukeys" package

I am stuck with the error message "Extra \endgroup. \begin{document}". The error occurs when I use menukeys package. A short working example is \documentclass[12pt, oneside]{book} \usepackage[a4paper, left=.7in, right=.7in, top=.7in, bottom=.6in,…
1
vote
1 answer

Create Windows symbol (and Apple logo) in package "Menukeys"?

I plan to create help files for windows and mac users but would like to add them both in the same document (if it is difference between the systems). I'd like to have the Windows button key as well as a Apple logo to begin these two short cut texts.…
0
votes
0 answers

menukeys package: using shadowed, rounded keys (style shadowedroundedkeys) globally

I'm attempting to use the menukeys package to typeset keystrokes and menu selections. The comment to this answer (to this question) states that one can set the style of all menukeys objects globally, directly in \usepackage. I tried the following…
Andrew
  • 1,249
0
votes
2 answers

How can I use < and > in \keys{} of menukeys?

For the sake of this question I have created the following small example to reproduce the issue I am asking about. \documentclass[a4paper]{article} \usepackage{parskip} \usepackage[os=win]{menukeys} \begin{document} \keys{a} \keys{b}\\ \keys{A}…