There are several packages which provide calculator keys, for example the tipfr
package which
Or if you prefer a more Casio-like look, you could use the graph35
package
Or you could use tikz
and give the buttons whatever look you want:
An option missing from @samcarter’s wonderful answer is menukeys
[1].
Though originally written for computer keyboards (and so there are a few special key names like \shift
and so on). Placement would have to be done by some other means (either via TikZ[2] or via tabular
s):
Disclaimer: I somehow ended up being one of the maintainers. ↩︎
menukeys
uses TikZ internally, and sincetikzpicture
s aren’t nestable (it doesn’t throw an error, and sometimes works, but isn’t really supported) you shouldn’t do the placement with TikZ. What you could do is box the keys you need up using TeX-boxes and place those boxes with TikZ. ↩︎