- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 15 anni, 2 mesi fa da .
-
Topic
-
Ciao ragazzi,scusate ma vorrei fare un attimo il punto della situazione. Continuo a rimandare il momento dell’impaginazione finale, ma ora non posso più aspettare.
Dunque, veniamo a noi: devo scrivere la tesi. Avendo Ubuntu NON avevo texlive. Ho installato texlive 2010.
Ora vi chiedo: vi copio qui il mio main file. Potreste “modificarmelo” in modo che lo possa “ottimizzare” per texlive 2010??
`
\documentclass [disablefront]{suftesi}\usepackage[italian,english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{amsfonts}
\usepackage{fancyhdr}
\usepackage{color}
\usepackage{lastpage}
\usepackage{longtable}
\usepackage{amsmath}
\usepackage{texdraw}
\usepackage{makeidx}
\usepackage{epigraph}
\usepackage{natbib}
\usepackage{verbatim}
\usepackage{multicol}
\usepackage{float}
\usepackage{listings}
\usepackage{textcomp}
\usepackage{alltt}
\usepackage{ifpdf}
\usepackage{subfig}
\usepackage{geometry}
\usepackage{emptypage}
\renewcommand\lfoot[2][]{}
\renewcommand\cfoot[2][]{}
\renewcommand\rfoot[2][]{}
\renewcommand\lhead[2][]{}
\renewcommand\chead[2][]{}
\renewcommand\rhead[2][]{}
\usepackage{doxygen}%———————-Magia
\providecommand{\csletcs}[2]{%
\expandafter\let\csname#1\expandafter\endcsname\csname#2\endcsname}
\newcommand{\equivUC}[3][\def]{%
\expandafter#1\csname#2\expandafter\endcsname\expandafter{%
\csname#3\endcsname}}
\newcommand{\UPCASElang}[1]{
\uppercase{\def\temp{#1}}
\csletcs{l@\temp}{l@#1}
\equivUC{date\temp}{date#1}
\equivUC{captions\temp}{captions#1}
\equivUC{extras\temp}{extras#1}
\equivUC{noextras\temp}{noextras#1}
\equivUC[\edef]{\temp hyphenmins}{#1hyphenmins}
}
\UPCASElang{english}
\UPCASElang{italian}\ifpdf
\usepackage[pdftex,
pagebackref=true,
colorlinks=true,
citecolor=blue,
linkcolor=black,
unicode
]{hyperref}
\else
\usepackage[ps2pdf,
pagebackref=true,
colorlinks=true,
citecolor=blue,
linkcolor=black,
unicode
]{hyperref}
\usepackage{pspicture}
\fi\lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=8,numbers=left }
\renewcommand{\footrulewidth}{0.4pt}\setcounter{secnumdepth}{4}
\setcounter{tocdepth}{4}\newenvironment{abstract}
{\cleardoublepage\thispagestyle{empty}\vspace*{\fill}
\begin{center}\bfseries\abstractname\end{center}}
{\par\vfill}\pagestyle{fancy}
\fancyhf{}
\renewcommand{\chaptermark}[1]{\markboth{#1}{#1}}
\fancypagestyle{fncymain}{%
\renewcommand{\headrulewidth}{0.4pt}%
\fancyhf{}%
\fancyhead[LE]{\bfseries\chaptername\ \thechapter}%
\fancyhead[RO]{\bfseries\nouppercase{\leftmark}}%
\fancyfoot[LE,RO]{\thepage}}
\fancypagestyle{fncyfront}{%
\renewcommand{\headrulewidth}{0.4pt}%
\fancyhf{}%
\fancyhead[LE]{\bfseries\nouppercase{\leftmark}}%
\fancyhead[RO]{\bfseries\nouppercase{\leftmark}}%
\fancyfoot[LE,RO]{\thepage}}\fancypagestyle{plain}{\fancyhf{}%
\fancyfoot[C]{\thepage}%
\renewcommand\headrulewidth{0pt}%
\renewcommand\footrulewidth{0pt}}
\makeatletter
\def\cleardoublepage{\clearpage\if@twoside
\ifodd\c@page
\else\hbox{}\thispagestyle{empty}\newpage
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother\newcommand{\fncyblank}{\fancyhf{}}
\newcommand{\vtk}{\textit{VTK}}
\newcommand{\vmtk}{\textit{VMTK}}
\newcommand{\vmtkgui}{\textit{VMTKGui}}
\newcommand{\virtualvalvestent}{\textit{VirtualValveStent}}
\newcommand{\ct}{\textit{CT}}
%\newcommand{\ctscan}{\textit{CT-scan}}
\newcommand{\dicom}{\textit{DICOM}}
\newcommand{\mr}{\textit{MR}}
\newcommand{\cfd}{\textit{CFD}}
\newcommand{\gui}{\textit{GUI}}
\newcommand{\lss}{\textit{LSS}}
\newcommand{\fe}{\textit{FE}}
\newcommand{\python}{\textit{Python}}\begin{document}
\pagestyle{fncyfront}
\frontmatter
\include{copertina/copertina}\cleardoublepage
\selectlanguage{italian}
\pagenumbering{roman}
\include{dedica/dedica}
\include{abs/sommario}
\selectlanguage{english}
\include{abs/abs}
\selectlanguage{italian}
\include{ringraziamenti/ring}
\selectlanguage{english}
\include{ringraziamenti/ackn}
\tableofcontents
\listoffigures
\selectlanguage{italian}
\include{prefazione/prefazione}
\selectlanguage{english}
\include{prefazione/preface}\pagestyle{fncymain}
\mainmatter
\pagenumbering{arabic}
\include{chap1/chap1}
\include{chap3/chap3}
\include{chap2/chap2}
\include{chap4/chap4}
\appendix
\include{app3/app3}\clearpage
\include{app2/app2}\clearpage\backmatter
\pagestyle{fncyfront}
\bibliographystyle{plain}
\bibliography{biblio/biblio.bib}
\include{biblio/biblio}\clearpage
\printindex\clearpage\end{document}`
Mi pare (dalle altre discussioni che avevo aperto!) che ci sia qualcosa da cambiare per quel che riguarda la bibliografia. Mi sapete aiutare?
Grazie.
Samuele.
- Devi essere connesso per rispondere a questo topic.