Risposte nei forum create
-
AutoreRisposte
-
::
LauraTex” post=108223Eccoli qua…
Preambolo:`
\documentclass [a4paper,12pt,twoside,openright]{book}
\usepackage[a4paper,top=4cm,bottom=3cm,left=3cm,right=2.5cm,height rounded,bindingoffset=0.5cm]{geometry}
\usepackage [T1]{fontenc}
\usepackage [english]{babel}
\usepackage{blindtext}
\usepackage{tabularx}
\usepackage{array}
\usepackage{longtable}
\usepackage{ mathrsfs }
\usepackage{rotating}
\usepackage{booktabs}
\usepackage{fancyhdr}
\usepackage{eurosym}
\usepackage{natbib}
\usepackage{setspace}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx, subfigure}
\usepackage{tikz}
\usepackage{chngcntr}
\counterwithout{figure}{section}
\counterwithout{table}{section}
\usepackage{subfig}
\usepackage{lscape}
\usepackage{natbib}
\setcitestyle{round,author year}
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
\hyphenation{MATLAB}
\usepackage{listings} % inserisce listati di programmi
\lstset{basicstyle=\small, keywordstyle=\color{black}\bfseries\underbar}
% Carica le impostazioni per importare script matlab
\lstloadlanguages{Matlab}
\graphicspath{{Images/}}
\onehalfspacing
\newcommand{\fncyblank}{\fancyhf{}}
\newenvironment{abstract}%
{\cleardoublepage\fncyblank\null \vfill\begin{center}%
\bfseries \abstractname \end{center}}%
{\vfill\null}
\pagestyle{plain}\begin{document}
\frontmatter
\title{Title}
\author{}
\date{Academic Year 2015-2016}%\maketitle
\begin{titlepage}
\newgeometry{left=2.5cm,right=2.5cm,bottom=1.5cm,top=2cm}
\begin{center}
\begin{figure}
\begin{center}
\includegraphics[scale=0.8] {uni2.png}
\end{center}
\end{figure}
\vspace{10mm}
{\Large{\textbf{}}}\\
\vspace{5mm}
{\large{\bf Facolt\`{a} di Economia}}\\
\vspace{7mm}
{\large{\bf \emph{}}}\\
\end{center}
\vspace{10mm}
\begin{center}
{\Large{\bf Final Dissertation in }}\\
\end{center}
\vspace{22mm}
\begin{center}
{\LARGE{\bf … }}\\
\end{center}
\vspace{47mm}
\par
\noindent
\begin{minipage}[t]{0.47\textwidth}
{\large Supervisor:\\
\large{Prof. …}}
\end{minipage}
\hfill
\begin{minipage}[t]{0.47\textwidth}\raggedleft
{\large Candidate:\\
\large{..}}
\end{minipage}
\vspace{32mm}
\begin{center}
{\large Academic Year 2015/2016}
\end{center}
\end{titlepage}\tableofcontents
\listoftables
\listoffigures\mainmatter
\input{Chapters/Introduction}
\input{Chapters/LiteratureReview}
\input{Chapters/Data}
\input{Chapters/HypothesisandModel}
\input{Chapters/Results}
\input{Chapters/Conclusion}\input{Table1}
\input{Table2}
\input{Table3}
\newpage
\input{Table4}
\newpage
\input{PROBIT}
\newpage
\input{Robustness}
\newpage\input{Figure6}
\appendix
\counterwithin{table}{chapter}
\chapter{}
\input{Appendix1}
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{plainnat}
\bibliography{references}\end{document}`
Errore:
Figure6: ! Extra }, or forgotten \endgroup.\@subfloat …use {c@\@captype }\m@ne \fi \egroup {\includegraphics{Images/Figure5}}Ma dove hai trovato quel preambolo terribile?
Ciao
Tommaso
::kilroy” post=108178Cari tutti
dopo un paio di updates sull’istallazione di MiKTeX, qualcosa è andato decisamente NUTS nel mio PC ed ora sono francamente fuori gioco…dopo aver tentato di ripristinare il sistema e reinstallato MiKTeX anew più volte.Quando lancio pdflatex ecco la diagnostica:
Impossibile trovare il punto di ingresso ?WideCharToUTF8@Utils@Core@MiKTeX@@SA?AV?$basic_string@DU?@$char_traits@D@std@@V?$allocator@D@2@@std@@PEB_W@Z della procedura nella libreria di collegamento dinamico MiTeX209-core.dll
Uso Win7 e WinEdt 5.5.
Ho scritto a Chistian Schenk ma chissà se mi leggerà mai. Oramai DISPERAZIONE sarà il mio soprannome.
Grazie in anticipo per ogni anima caritatevole che mi suggerisce qualcosa.
GianpaoloCaro @DISPERAZIONE, il vero guaio è avere installato MiKTeX.
Il mio consiglio è di armarti di pazienza: elimina ogni traccia di MiKTeX dal tuo computer e installaci la TeX Live 2016. Poi aggiornala. E il gioco è fatto.
Trovi le istruzioni a un certo punto in questa discussione:
http://www.guitex.org/home/it/forum/5-tex-e-latex/107042-tesi-moderna-pantieri
Ciao
Tommaso
::dearick” post=108158Salve a tutti,
dovrei racchiudere una parola tra virgolette inglesi, qui sul forum ho trovato un vecchio post di Pantieri:
`
\documentclass{article}
%\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[italian]{babel}
\begin{document}
“< virgolette ">
“”virgolette''
\end{document}
`Purtroppo non ottengo il risultato sperato come mai?
Riccardo
Dearick, davvero hai problemi con le virgolette con 300 e più messaggi sul forum? E davvero bisogna scomodare un vecchio post che usa ancora [tt]latin1[/tt] quando qui predichiamo di usare solo Unicode?
Che cosa non va nel codice qui sotto?
`\documentclass{article}
\usepackage[utf8]{inputenc}\begin{document}
“virgolette”
“virgolette''
‘‘virgolette’’
\end{document}`
Ciao
Tommaso
::Fischer” post=108089Ciao a tutti,
sono nuovo di questo forum, quindi perdonatemi se scrivo nella sezione sbagliata 🙂
In realtà sono alle prime armi anche per LaTeX, e come tale avrei bisogno del vostro prezioso consiglio per un mio dubbio (o per tanti miei dubbi 😀 )..
Stò provando a scrivere un documento in cui ci sono svariati elenchi numerati; il problema è che c’è troppo poco spazio tra un \item ed il successivo e vorrei aumentarlo leggermente..ho trovato questa soluzione: usando per esempio il comando \vskip 0.3cm prima di ogni \item ..
Il comando funziona, però avendo molti elenchi è una seccatura doverlo riscrivere ogni volta..conoscete per caso un modo per dichiararlo all’inizio del documento che valga una volta per tutte?
Non so se sono riuscito a spiegarmi..
Grazie a tutti in anticipo!
Ti serve il pacchetto enumitem. Cerca [tt]itemsep[/tt] nella sua documentazione.
Ciao
Tommaso
::Generale_Zod” post=108090Mi scuso se chiedo un’ovvietà:
La richiesta per la tesi è: Margini In alto, a destra e a sinistra devono essere lasciati 2,5 cm di margine, in basso devono essere lasciati cm 3 perché in questa parte deve comparire anche la numerazione di pagina.
Questo vuol dire:
– spazio a destra e a sinistra (bordo) 2,5 cm
– basso 3 cm
– alto = ??Utilizzando
`
\usepackage[margin=xx,footskip=xx]{geometry}
`Avevo impostato layaoureo, ma credo sarà diverso l’effetto , vero?
Che vuol dire ‘alto = ??’? Tu stesso hai riportato le indicazioni, complete del margine superiore, no? Le avevi lette?
Ciao
Tommaso
::Tesificatore” post=108079Salve a tutti, recentemente, per errori con la lingua inglese, sono dovuto a passare a tradurre la mia tesi in lingua italiana.
Per convertire i chapter, list of figures e varie ed eventuali denominazioni inglesi ho tentato di usare il pacchetto
\usepackage[italian]{babel}
ma ovviamente mi sono sorti un bel po’ di errori tipo
usr/ .. /babel.sty:332:Package babel Error you haven’t specified a language option… ecc ecc
ed altri 14 errori.
Ci sarebbero altre strategie per cambiare le denominazioni in inglese o solamente babel può fare questo?Hai provato a buttare i file ausiliari?
Ciao
Tommaso
::Generale_Zod” post=107992Ho provato a usare tanti codici e seguire le linee guida (della guida), ma ho sempre errori.
L’unico codice funzionate è il seguente:`
\documentclass[a4paper,titlepage]{book}\usepackage[italian]{babel}
\usepackage{frontespizio}\begin{document}
\begin{frontespizio}
\Universita {Perugia}
\Dipartimento{Immagino Matematica}
\Corso [Laurea]{Economia}
\Annoaccademico {2015-2016}
\Titolo {Nome della tua tesi}
\Candidato [numero matricola]{Mio nome} % se il numero di matricola non è richiesto puoi togliere le quadre
\Correlatore{Pinco Pallino}
\NCorrelatore{Avvocato, Professore, Ingegnere}{} % se non vuoi che il nome sia preceduto dal titolo togli questa opzione
\Relatore {Tizio Caio}
\NRelatore{Avvocato, Professore, Ingegnere}{} % se non vuoi che il nome sia preceduto dal titolo togli questa opzione
\end{frontespizio}\end{document}
`E questo
`
\documentclass[a4paper,titlepage]{book}\usepackage[italian]{babel}
\usepackage[sans,nouppercase]{frontespizio}\begin{document}
\begin{frontespizio}
\Universita{Padova}
\Facolta{Scienze Matematiche, Fisiche e Naturali}
\Corso[Laurea]{Matematica}
\Titoletto{Tesi di laurea}
\Titolo{Equivalenze fra categorie di moduli\\
e applicazioni}
\Candidato{Enrico Gregorio}
\Relatore{Ch.mo Prof.~Adalberto Orsatti}
\Annoaccademico{19??-19??}
\Rientro{1.5cm}
\NCandidato{Laureando}
\Punteggiatura{}\end{frontespizio}
\end{document}
`Solo che la pagina compilata è bianca!! 🙁
Non è affatto chiaro quale sia il tuo problema.
Hai aperto il filone lamentando un problema di font esposto malamente e mai più ripreso nemmeno dopo la domanda di Enrico, che del pacchetto frontespizio è autore.
Ora dici che il file è bianco. Insomma: vorresti una volta per tutte dire chiaramente che cosa non ti funziona, per favore? Altrimenti nessuno può aiutarti e ci stanchiamo di leggere richieste avanzate un giorno e ravvivate giorni dopo in modo completamente diverso.
Ciao
Tommaso
::OldClaudio” post=107876Ma di questo cosa dici?`Package biblatex Warning: File 'Tesi.bbl' is wrong format version – expected 2.
7.(./Tesi.bbl
./Tesi.bbl:21: Use of \sortlist doesn't match its definition.
l.21 \sortlist{
entry}{nyt}
?`L’errore marcato alla riga 21 non ha niente a che vedere con il warning della riga precedente. Magari il tutto scompare anche con le nuove versioni rifacendo girare biber, ma per obbligare l’utente a far rigirare biber, devi togliere dal bundle il file .bbl, in modo che sia obbligato alla solita trafila pdflatex, biber, pdflatex, pdflatex. Fa sempre parte delle regole da seguire per avere un template aggiornato con l’ultima distribuzione di TeXLive. E qui siamo al solito punto, visto che tu non vuoi aggiornare la tua installazione.Sono d’accordo. Se io dovessi distribuire un modello, metterei nella cartella solo i file necessari, e non certo tutti quelli ausiliari, magari datati qualche anno fa.
Tanto più che a volte sono proprio i file ausiliari a bloccare la composizione.Per risolvere i warning, bisogna scrivere a Miede chiedendogli di risolverli.
Non è concepibile dare in mano a un principiante una guida che parla di warning ed errori e insieme un modello che restituisce otto warning solo per comporre la parola [tt]ciao[/tt].
Non è che i warning siano innocui, è che non è corretto. È che scaricando la cartella di Lorenzo e compilando, ottengo un errore. È che a ogni TeX Live nuova io ricompongo l’Arte e si pianta tutto.È chiaro come il sole che qualcosa non va. E quello che non va è appunto ClassicThesis. Col cavolo che uso una distribuzione di anni fa solo perché con quella funziona. Per certi versi, Oëtzi era molto più moderno di questo stile.
Perciò lascio bellamente perdere, l’Arte se la ricompilerà Miede, se ne ha voglia. E si ricompilerà tutti i modelli basati su ClassicThesis in giro per l’orbe terracqueo.
Ciao
Tommaso
::
Allora. Il codice
`\documentclass{scrreprt}\begin{document}
Ciao
\end{document}`
produce questo log
`This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./scrrprt.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrreprt.cls
Document Class: scrreprt 2016/06/14 v3.21 KOMA-Script document class (report)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrkbase.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrbase.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package scrlfile, 2016/06/14 v3.21 KOMA-Script package (loading files)
Copyright (C) Markus Kohm))) (/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/tocbasic.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrsize11pt.clo)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/typearea.sty
Package typearea, 2016/06/14 v3.21 KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-)) (./scrrprt.aux) [1{/usr/local/texlive/2016/texmf-var/fonts/map/pdftex/updmap
/pdftex.map}] (./scrrprt.aux) )
Output written on scrrprt.pdf (1 page, 10928 bytes).
SyncTeX written on scrrprt.synctex.gz.
Transcript written on scrrprt.log.`
E il codice
`\documentclass{scrreprt}
\usepackage{classicthesis}\begin{document}
Ciao
\end{document}`
produce questo log
`This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./scrrprt.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrreprt.cls
Document Class: scrreprt 2016/06/14 v3.21 KOMA-Script document class (report)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrkbase.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrbase.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package scrlfile, 2016/06/14 v3.21 KOMA-Script package (loading files)
Copyright (C) Markus Kohm))) (/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/tocbasic.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrsize11pt.clo)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/typearea.sty
Package typearea, 2016/06/14 v3.21 KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-))
(/usr/local/texlive/2016/texmf-dist/tex/latex/classicthesis/classicthesis.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/ifthen.sty)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty))
(/usr/local/texlive/2016/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/auxhook.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/local/texlive/2016/texmf-dist/tex/latex/latexconfig/hyperref.cfg)
(/usr/local/texlive/2016/texmf-dist/tex/latex/url/url.sty))Package hyperref Message: Driver (autodetected): hpdftex.
(/usr/local/texlive/2016/texmf-dist/tex/latex/hyperref/hpdftex.def
(/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-def/pdftex.def)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/dvipsnam.def))
(/usr/local/texlive/2016/texmf-dist/tex/latex/psnfss/mathpazo.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/microtype/microtype.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/microtype/microtype-pdftex.def)
(/usr/local/texlive/2016/texmf-dist/tex/latex/microtype/microtype.cfg))
(/usr/local/texlive/2016/texmf-dist/tex/latex/booktabs/booktabs.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/textcase/textcase.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/soul/soul.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrlayer-scrpage.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrlayer.sty))
1: section
1: chapter
1: chapter
1: sectionClass scrreprt Warning: Usage of package `titlesec' together
(scrreprt) with a KOMA-Script class is not recommended.
(scrreprt) I'd suggest to use the package only
(scrreprt) if you really need it, because it breaks several
(scrreprt) KOMA-Script features, i.e., option `headings' and
(scrreprt) the extended optional argument of the section
(scrreprt) commands.
(scrreprt) Nevertheless, using requested
(scrreprt) package `titlesec' on input line 378.(/usr/local/texlive/2016/texmf-dist/tex/latex/titlesec/titlesec.sty
Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.)
Package scrreprt Warning: Activating an ugly workaround for a missing
(scrreprt) feature of package `titlesec` on input line 378.(/usr/local/texlive/2016/texmf-dist/tex/latex/tocloft/tocloft.sty)
Using KOMA-command “deffootnote” for footnote setup
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrtime.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/carlisle/remreset.sty))
(./scrrprt.aux) (/usr/local/texlive/2016/texmf-dist/tex/latex/psnfss/ot1pplj.fd
) (/usr/local/texlive/2016/texmf-dist/tex/latex/hyperref/nameref.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/gettitlestring.sty))
(/usr/local/texlive/2016/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/local/texlive/2016/texmf-dist/tex/latex/microtype/mt-ppl.cfg)
(/usr/local/texlive/2016/texmf-dist/tex/latex/psnfss/ot1pplx.fd)
(/usr/local/texlive/2016/texmf-dist/tex/latex/psnfss/omlzplm.fd)
(/usr/local/texlive/2016/texmf-dist/tex/latex/psnfss/omszplm.fd)
(/usr/local/texlive/2016/texmf-dist/tex/latex/psnfss/omxzplm.fd)
(/usr/local/texlive/2016/texmf-dist/tex/latex/psnfss/ot1zplm.fd) [1{/usr/local/
texlive/2016/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./scrrprt.aux)Package rerunfilecheck Warning: File `scrrprt.out' has changed.
(rerunfilecheck) Rerun to get outlines right
(rerunfilecheck) or use package `bookmark'.){/usr/local/texlive/2016/texmf-dist/fonts/enc/dvips/base/8r.enc}
Output written on scrrprt.pdf (1 page, 12918 bytes).
SyncTeX written on scrrprt.synctex.gz.
Transcript written on scrrprt.log.`
Ciao
Tommaso
::letteracdp” post=107864Il pacchetto bookmarks migliora significativamente la gestione dei segnalibri fornita da hyperref e quindi ha perfettamente senso caricarlo. È uno dei pochissimi pacchetti che va caricato dopo hyperref.
Grazie della precisazione: non sono particolarmente ferrato in materia perché i miei documenti non hanno bisogno di gestire bene i segnalibri. 🙂
Ciao
Tommaso
::
Non so come tu faccia, però, a compilare il file [tt]Tesi.tex[/tt].Su una TeX Live 2016 aggiornata io ottengo questo alla prima compilazione:
`This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./Tesi.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrreprt.cls
Document Class: scrreprt 2016/06/14 v3.21 KOMA-Script document class (report)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrkbase.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrbase.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrlfile.sty
Package scrlfile, 2016/06/14 v3.21 KOMA-Script package (loading files)
Copyright (C) Markus Kohm))) (/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/tocbasic.sty)
Class scrreprt Warning: You've used obsolete option `tablecaptionabove'.
(scrreprt) Usage of this option indicates an old document
(scrreprt) and changes compatibility level using
(scrreprt) `captions=tableheading,version=first,
(scrreprt) enabledeprecatedfontcommands' that may result
(scrreprt) in further warnings.
(scrreprt) If you don't want this, you should simply
(scrreprt) replace option `tablecaptionabove' by `captions=tablehe
ading'.Class scrreprt Warning: deprecated option `enabledeprecatedfontcommands'.
(scrreprt) Note, that this option was already depreacted when
(scrreprt) it has been defined. Support for old font commands
(scrreprt) has been removed from KOMA-Script more than one
(scrreprt) decade ago. It is not recommended to use them any
(scrreprt) longer. Therefore usage of this class option also
(scrreprt) is not recommended.(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrsize11pt.clo)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/typearea.sty
Package typearea, 2016/06/14 v3.21 KOMA-Script package (type area)
Copyright (C) Frank Neukam, 1992-1994
Copyright (C) Markus Kohm, 1994-)) (/usr/local/texlive/2016/texmf-dist/tex/latex/base/fontenc.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/t1enc.def))
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/inputenc.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/utf8.def
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/t1enc.dfu)
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/ot1enc.dfu)
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/omsenc.dfu)))
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel/babel.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel-english/english.ldf
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel/babel.def))
(/usr/local/texlive/2016/texmf-dist/tex/generic/babel-italian/italian.ldf))
(/usr/local/texlive/2016/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/frontespizio/frontespizio.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/tools/afterpage.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/graphicx.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-def/pdftex.def
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/infwarerr.sty)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ltxcmds.sty))))
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/atbegshi.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ifpdf.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/environ/environ.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/trimspaces/trimspaces.sty))
(/usr/local/texlive/2016/texmf-dist/tex/generic/ifxetex/ifxetex.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/tools/indentfirst.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/listings.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstmisc.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/listings.cfg))
(/usr/local/texlive/2016/texmf-dist/tex/latex/quoting/quoting.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/kvoptions.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/etexcmds.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/ifluatex.sty)))))
(/usr/local/texlive/2016/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2016/texmf-dist/tex/latex/amsmath/amstext.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/amsmath/amsgen.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/amsmath/amsopn.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/amsfonts/amssymb.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/amscls/amsthm.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/tools/varioref.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/tools/tabularx.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/tools/array.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/csquotes/csquotes.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/csquotes/csquotes.def)
(/usr/local/texlive/2016/texmf-dist/tex/latex/csquotes/csquotes.cfg))
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/iftex/iftex.sty)
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/logreq/logreq.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/logreq/logreq.def))
(/usr/local/texlive/2016/texmf-dist/tex/latex/base/ifthen.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/url/url.sty)
(/usr/local/texlive/2016/texmf-dist/tex/generic/xstring/xstring.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/xstring/xstring.tex))
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/blx-dm.def)
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/blx-compat.def)
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.def)
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex-philosophy/philosophy-mo
dern.bbx
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex-philosophy/philosophy-cl
assic.bbx
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/bbx/standard.bbx))
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex-philosophy/philosophy-st
andard.bbx)))
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex-philosophy/philosophy-mo
dern.cbx
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex-philosophy/philosophy-cl
assic.cbx
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/cbx/authoryear-comp.cbx)
)) (/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.cfg))
(/usr/local/texlive/2016/texmf-dist/tex/latex/subfig/subfig.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/caption/caption.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/caption/caption3.sty)))
(/usr/local/texlive/2016/texmf-dist/tex/latex/lipsum/lipsum.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/eurosym/eurosym.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/classicthesis/classicthesis.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/hyperref/hyperref.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(/usr/local/texlive/2016/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/auxhook.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/hyperref/pd1enc.def)
(/usr/local/texlive/2016/texmf-dist/tex/latex/latexconfig/hyperref.cfg))Package hyperref Message: Driver (autodetected): hpdftex.
(/usr/local/texlive/2016/texmf-dist/tex/latex/hyperref/hpdftex.def
(/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/xcolor/xcolor.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(/usr/local/texlive/2016/texmf-dist/tex/latex/graphics/dvipsnam.def))
(/usr/local/texlive/2016/texmf-dist/tex/latex/psnfss/mathpazo.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/bera/beramono.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/eulervm/eulervm.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/microtype/microtype.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/microtype/microtype-pdftex.def)
(/usr/local/texlive/2016/texmf-dist/tex/latex/microtype/microtype.cfg))
(/usr/local/texlive/2016/texmf-dist/tex/latex/booktabs/booktabs.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/textcase/textcase.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrlayer-scrpage.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrlayer.sty))
1: section
1: chapter
1: chapter
1: sectionClass scrreprt Warning: Usage of package `titlesec' together
(scrreprt) with a KOMA-Script class is not recommended.
(scrreprt) I'd suggest to use the package only
(scrreprt) if you really need it, because it breaks several
(scrreprt) KOMA-Script features, i.e., option `headings' and
(scrreprt) the extended optional argument of the section
(scrreprt) commands.
(scrreprt) Nevertheless, using requested
(scrreprt) package `titlesec' on input line 378.(/usr/local/texlive/2016/texmf-dist/tex/latex/titlesec/titlesec.sty
Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.Package titlesec Warning: Non standard sectioning command detected
(titlesec) Using default spacing and no format.)
Package scrreprt Warning: Activating an ugly workaround for a missing
(scrreprt) feature of package `titlesec` on input line 378.(/usr/local/texlive/2016/texmf-dist/tex/latex/tocloft/tocloft.sty)
Using KOMA-command “deffootnote” for footnote setup
(/usr/local/texlive/2016/texmf-dist/tex/latex/koma-script/scrtime.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/carlisle/remreset.sty))
(/usr/local/texlive/2016/texmf-dist/tex/latex/arsclassica/arsclassica.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/titlesec/block.tss)Package hyperref Warning: Option `hyperfootnotes' has already been used,
(hyperref) setting the option has no effect on input line 192.Package hyperref Warning: Option `pdfpagelabels' has already been used,
(hyperref) setting the option has no effect on input line 192.) (./impostazioni-tesi.tex
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang1.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang2.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang3.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang1.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang2.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang3.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang1.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang2.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstlang3.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/listings/lstmisc.sty)Package hyperref Warning: Option `hyperfootnotes' has already been used,
(hyperref) setting the option has no effect on input line 105.Package hyperref Warning: Option `pdfpagelabels' has already been used,
(hyperref) setting the option has no effect on input line 105.)
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex-philosophy/italian-philo
sophy.lbx
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/lbx/italian.lbx))
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex-philosophy/english-philo
sophy.lbx
(/usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/lbx/english.lbx))
(./Tesi.aux) (/usr/local/texlive/2016/texmf-dist/tex/latex/psnfss/t1pplj.fd)
(/usr/local/texlive/2016/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
(/usr/local/texlive/2016/texmf-dist/tex/latex/oberdiek/grfext.sty)
(/usr/local/texlive/2016/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg))Package biblatex Warning: File 'Tesi.bbl' is wrong format version – expected 2.
7.(./Tesi.bbl
./Tesi.bbl:21: Use of \sortlist doesn't match its definition.
l.21 \sortlist{
entry}{nyt}
?`
Ciao
Tommaso
::
Intanto io conto ben 15 warning nel log, e non ho generato nessuna pagina (impossibile, non avendo i file caricati con [tt]\input[/tt]).Per quanto riguarda il pacchetto che dici di non dover caricare più, è tutto scritto in uno dei warning.
Vedo due virgole consecutive tra due opzioni nel preambolo.
Eliminerei tutta la chiamata [tt]\usepackage{mparhack,fixltx2e,relsize}[/tt].
E anche [tt]\usepackage{bookmark}[/tt]: i segnalibri non li gestisce già hyperref con qualche opzione?
Potresti pensare di rivedere la chiamata di biblatex: metterei almeno un [tt]\usepackage[autostyle,italian=guillemets]{csquotes}[/tt] prima e capirei bene se quelle opzioni [tt]hyperref[/tt] e [tt]natbib[/tt] sono davvero necessarie.
Ciao
Tommaso
::zippo” post=107750Ho un problema con MikTeX. Ho l’installazione ridotta con i pacchetti che si installano all’occorrenza on the fly.
Ho il pacchetto “booktabs” nella versione del 2005 e non del 2016. Miktex non rileva che debba essere aggiornato. L’unica soluzione che propongono sul web, cioè fare l’update separatamente come utente e come admin, non risolve.
Avete qualche consiglio che non sia di passare a TeXLive?Certamente: passare a MiKTeX completo. Le installazioni parziali del sistema TeX vanno evitate possibilmente sempre.
Ciao
Tommaso
-
AutoreRisposte