Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[os=win]{menukeys}
  3.  
  4. begin{document}
  5.  
  6. You can visualize paths
  7.  
  8. directory{/home/moose/Desktop/manual.tex}
  9.  
  10. or menus
  11.  
  12. menu{View > Highlight Mode > Markup > LaTeX}
  13.  
  14. or key press combinations:
  15.  
  16. keys{ctrl + shift + F} is for formatting
  17. in Eclipse.
  18.  
  19. You can also visualize keys{tab}, keys{capslock}, keys{Space},
  20. keys{arrowkeyup} and many more.
  21. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement