Re: Scrivere codice con listings

#67698
Up
0
Down
::


Ho trovato il seguente comando:

`\lstset{basicstyle=\small\ttfamily}`

Ma in classicthesis-preamble c’era già:

`\lstset{language=[LaTeX]Tex,%C++,
keywordstyle=\color{RoyalBlue},%\bfseries,
basicstyle=\small\ttfamily,
%identifierstyle=\color{NavyBlue},
commentstyle=\color{Green}\ttfamily,
stringstyle=\rmfamily,
numbers=none,%left,%
numberstyle=\scriptsize,%\tiny
stepnumber=5,
numbersep=8pt,
showstringspaces=false,
breaklines=true,
frameround=ftff,
frame=single,
belowcaptionskip=.75\baselineskip
%frame=L
} `

Più piccolo non si può?

Go to top