Re: Intestazioni multiple listings

#67860
Up
0
Down
::


Dovrebbe essere sufficiente definirsi un nuovo ambiente listing:
`\lstnewenvironment{Output}[1][]
{\renewcommand{\lstlistingname}{Output}\lstset{#1}}
{}`
e poi, nel documento,
`\begin{Output}[float=htb,frame=trBL,caption={LaSolitaCaption_ChePeròVorreiIniziasseConOUTPUT_n.m+1:},label={output:buttafuori},numbers=none]

\end{Output}`
Ciao
Enrico

Go to top