October 2015
Intermediate to advanced
378 pages
7h 44m
English
Technical documentation and software manuals often require to tell the reader about keyboard shortcuts, how to use the program menu, or in which directory files can be located. This recipe helps with writing such explanations.
We will use the menukeys package and try out its main commands. Follow these steps:
menukeys package in it:\documentclass[parskip=full]{scrartcl}
\usepackage{menukeys}
\begin{document}
\section*{Running \TeX works}\menu command for menu entries, the \keys command for keyboard combinations, and the \directory command for a path, as follows:In the main menu, click \menu{Typeset > pdfLaTeX} for choosing the \TeX\ compiler. ...Read now
Unlock full access