\lstset{language=bash} |
\lstset{breaklines=true} |
\lstset{basicstyle=\small\ttfamily} |
\lstset{extendedchars=true} |
\lstset{tabsize=2} |
\lstset{columns=fixed} |
\lstset{showstringspaces=false} |
\lstset{frame=trbl} |
\lstset{framesep=5pt} |
\lstset{xleftmargin=5pt,xrightmargin=5pt} |
\lstset{framerule=0.3pt,rulecolor=\color{gray!50!white}} |
\lstset{postbreak=\raisebox{0ex}[0ex][0ex]{}} |
\lstset{backgroundcolor=\color{gray!15!white}} |
\usepackage{tcolorbox} |
\newtcolorbox{myquote}{colback=red!5!white,colframe=red!60!white} |
\renewenvironment{quote}{\begin{myquote}}{\end{myquote}} |
\providecommand{\subtitle}[1]{\usepackage{titling}\posttitle{\par\large#1\end{center}}} |