Re: Rinominare la sitografia

#81265
Up
0
Down
::


Ho consultato la guida che dici ma non ho trovato nulla.

Comunque ho risolto così: ho scritto nel preambolo
`% ***************** LISTA DEI SITI INTERNET CONSULTATI *******************
\makeatletter
\newenvironment{thesitography}[1]
{\def\refname{Siti web}%
\def\bibname{Siti web}%
\def\@biblabel##1{[S##1]}%
\def\@bibitem##1{\item\if@filesw \immediate\write\@auxout
{\string\bibcite{##1}{S\the\value{\@listctr}}}\fi\ignorespaces}%
\thebibliography{#1}}
{\endthebibliography}
\makeatother `

Go to top