Risposte nei forum create
-
AutoreRisposte
-
::
ok allora troppo casino, prendo i file .tex e li compilo senza usare il pacchetto in italiano finchè sono a casa.
Tanto a me basta vedere che impagino decentemente durante la compilazione e non faccia errori di battitura
Quando vado all’università compilo tutto in italiano con i pacchetti per avere le list of figures e altro in ita.
zero sbattimento coi programmi ed installazioni e funziona tutto 😀
::
bene allora, nel pc dell’università va tutto abbastanza bene, compila ma con 3 warning come detto
nel pc a casa, ci sono invece un macello di errori, ho provato nuovamente a cancellare tutti i file ausiliari, ma stavolta non compila e dà nuovamente l’errore package di babel 332, quindi qui nel pc a casa si vede che non ho installato qualcosa di necessario…
se avete qualche idea su come fare per installare…..
::
ok allora ho preso, cancellato le robe come detto, eliminato thesis.aux e compagnia bellaora ho le scritte corrette, escono i 3 badbox classici che risolverò in futuro, mentre ho 3 nuovi warning
.\thesis.tex:0: No file T1cmbr.fd. on input line 61
thesis.tex 61: Font shape ‘T1/cmbr//m/n undefined font using instead of ecc eccsono cmq nel computer dell’università,m quindi alcuni pacchetti che uso a casa potrebbero non esserci. riproverò a compilare quando torno a casa
grazie mille intanto 😀
::
allora questo è il file thesis.tex`
\documentclass[12pt]{ociamthesis} % default square logo
%\documentclass[12pt,beltcrest]{ociamthesis} % use old belt crest logo
%\documentclass[12pt,shieldcrest]{ociamthesis} % use older shield crest logo
% personnal definitions
%load any additional packages
\usepackage{amssymb}
\usepackage{cancel}
\usepackage{txfonts}
\usepackage{graphicx}
\usepackage{txfonts}
\usepackage{color}
\usepackage{xspace}
\usepackage{dcolumn}
\usepackage{longtable,lscape}
\usepackage{lscape}
\usepackage{soul}
\usepackage{txfonts}
\usepackage{natbib}
\usepackage[italian]{babel} <--------------------- senza questo va tutto \usepackage{savesym} \savesymbol{iint} \savesymbol{iiint} \savesymbol{iiiint} \savesymbol{idotsint} \usepackage{amsmath} \bibpunct{(}{)}{;}{a}{}{,} \usepackage{rotating} \usepackage{afterpage} \def\tablebib#1{\par\vspace*{2ex}% \parbox{\hsize}{\leftskip0pt\rightskip0pt {\noindent\small\textbf{References.}~#1\par}}} %input macros (i.e. write your own macros file called mymacros.tex %and uncomment the next line) \include{mymacros} \title{titolo} %note \\[1ex] is a line break in the title \author{nome cognome} %your name \college{Universit\´a degli studi di città} %your college %\renewcommand{\submittedtext}{change the default text here if needed} \degree{dottore in università} %the degree \degreedate{città, boh} %the degree date %end the preamble and start the document \begin{document} %this baselineskip gives sufficient line spacing for an examiner to easily %markup the thesis with comments \baselineskip=18pt plus1pt %set the number of sectioning levels that get number and appear in the contents \setcounter{secnumdepth}{3} \setcounter{tocdepth}{3} \maketitle % create a title page from the preamble info %\include{dedication} % include a dedication.tex file %\include{acknowlegements} % include an acknowledgements.tex file %\include{abstract} % include the abstract %\include{riassunto} % include the abstract %\include{resume} \begin{romanpages} % start roman page numbering \tableofcontents % generate and include a table of contents \listoffigures % generate and include a list of figures %\listoftables \end{romanpages} % end roman page numbering %now include the files of latex for each of the chapters etc %%%%%%% qui metti i capitoli che vuoi inserire, in ordine. il nome deve essere lo stesso! Eg. se chiami il Cap I ciccio.tex, devi scrivere \include{ciccio} ok? \include{cap1} \include{cap2} \include{cap3} \include{cap4} %now enable appendix numbering format and include any appendices %\appendix %\include{appendix_rv} %\include{appendix_beta} %\include{appendix_bib} %next line adds the Bibliography to the contents page \addcontentsline{toc}{chapter}{Bibliografia} %uncomment next line to change bibliography name to references \renewcommand{\bibname}{Bibliografia} \bibliography{refs} %use a bibtex bibliography file refs.bib \bibliographystyle{aa} %use the plain bibliography style \end{document}` il casino penso si generi dentro a mymacros o a ociamthesis, se serve copio e incollo anche quelli -
AutoreRisposte