Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. documentclass{article}
  2. usepackage[utf8]{inputenc}
  3. usepackage{xcolor}
  4. usepackage{minted}
  5. usepackage{parskip}
  6.  
  7. definecolor{codegray}{gray}{0.9}
  8. newcommand{code}[1]{colorbox{codegray}{texttt{#1}}}
  9.  
  10. begin{document}
  11.  
  12. code{test code}\
  13. anotherline
  14.  
  15. end{document}
Add Comment
Please, Sign In to add comment