Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{hyperref}
  3. usepackage{bookmark}
  4. newcommand{cmd}[1]{pdfbookmark[2]{#1}{unixcommand}textcolor{blue}{texttt{{large #1}}}}
  5. begin{document}
  6. cmd{ls} → list the files
  7. begin{itemize}
  8. item texttt{-l} = foo bar
  9. end{itemize}
  10. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement