Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[12pt,a4paper]{article}
- \usepackage{listings}
- \usepackage{xcolor}
- \usepackage[most]{tcolorbox}
- \begin{document}
- \lstset{%
- basicstyle=\scriptsize\ttfamily,%
- commentstyle=\color{purple},% Works :)
- morecomment=[l]{\#}%
- }
- \section{There is no zero here}
- \begin{lstlisting}
- script.txt
- # hello
- hello
- \end{lstlisting}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement