Guest User

Untitled

a guest
May 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. usepackage{minted}
  4. thispagestyle{empty}
  5. usemintedstyle{monokai}
  6.  
  7. begin{document}
  8. begin{LARGE}
  9. inputminted{php}{example.php}
  10. end{LARGE}
  11. end{document}
Add Comment
Please, Sign In to add comment