- Questo topic ha 16 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 13 anni, 8 mesi fa da
Riccardo.
-
CreatoreTopic
-
11 Ottobre 2012 alle 9:18 #79791::
Ciao a tutti,
Sono Riccardo, alle prime armi con LaTeX e questa è la prima volta che scrivo qui. Il mio problema, credo, riguarda fontenc, quindi scrivo qui invece di creare un nuovo thread. Ora espongo il problema, le info di background a seguire.Se compilo il seguente file con pdflatex
`
\documentclass[a4paper]{article}\begin{document}
hello!
\end{document}
`
non ho nessun problema.Se invece carico il pacchetto fontenc e compongo il seguente
`
\documentclass[a4paper]{article}\usepackage[T1]{fontenc}
\begin{document}
hello!
\end{document}
`
si arresta e da il seguente logfile:`
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./senza-nome-1.tex
LaTeX2e <2009/09/24>
Babeland hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo))
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/base/t1enc.def)
kpathsea: Running mktextfm ecrm1000
/usr/share/texmf/web2c/mktexnam: Could not map source abbreviation for ecrm1000.
/usr/share/texmf/web2c/mktexnam: Need to update ?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000
This is METAFONT, Version 2.718281 (TeX Live 2009/Debian)kpathsea: Running mktexmf ecrm1000
! I can't find file `ecrm1000'.
<*> …ljfour; mag:=1; nonstopmode; input ecrm1000Please type another input file name
! Emergency stop.
<*> …ljfour; mag:=1; nonstopmode; input ecrm1000Transcript written on mfput.log.
grep: ecrm1000.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000' failed to make ecrm1000.tfm.
kpathsea: Appending font creation commands to missfont.log.! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
relax
l.100 \fontencoding\encodingdefault\selectfont?
Processo interrotto dall'utente
`Capisco che il problema ha a che fare con il font, ma più in là di così, a causa delle mie scarse conoscenze, non posso andare, quindi chiedo aiuto a voi.
Ora un po’ di background: uno il sistema operativo Linux Mint 13, sto leggendo la guida “L’arte di scrivere con LaTeX” di Pantieri e Gordini. Per l’installazione di TeXLive 2012 ho fatto affidamento alla guida “Installare TeXLive 2010 su Ubtunu” di Enrico Greogrio. Ammetto che ho seguito passo passo le indicazioni di quest’ultima (Mint si ‘basa’ su Ubuntu, giusto?) senza avere quasi mai piena consapevolezza delle operazioni che via via eseguivo. Non mi sembra di aver avuto particolari intoppi o di aver riscontrato problemi nella fase dell’installazione.Cosa mi consigliate di fare?
Vi ringrazio anticipatamente
Riccardo
-
CreatoreTopic
-
AutoreRisposte
-
-
11 Ottobre 2012 alle 10:05 #79792::
porinoco” post=78971Ciao a tutti,
Sono Riccardo, alle prime armi con LaTeX e questa è la prima volta che scrivo qui. Il mio problema, credo, riguarda fontenc, quindi scrivo qui invece di creare un nuovo thread. Ora espongo il problema, le info di background a seguire.Se compilo il seguente file con pdflatex
`
\documentclass[a4paper]{article}\begin{document}
hello!
\end{document}
`
non ho nessun problema.Se invece carico il pacchetto fontenc e compongo il seguente
`
\documentclass[a4paper]{article}\usepackage[T1]{fontenc}
\begin{document}
hello!
\end{document}
`
si arresta e da il seguente logfile:`
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./senza-nome-1.tex
LaTeX2e <2009/09/24>
Babeland hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size10.clo))
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/base/t1enc.def)
kpathsea: Running mktextfm ecrm1000
/usr/share/texmf/web2c/mktexnam: Could not map source abbreviation for ecrm1000.
/usr/share/texmf/web2c/mktexnam: Need to update ?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000
This is METAFONT, Version 2.718281 (TeX Live 2009/Debian)kpathsea: Running mktexmf ecrm1000
! I can't find file `ecrm1000'.
<*> …ljfour; mag:=1; nonstopmode; input ecrm1000Please type another input file name
! Emergency stop.
<*> …ljfour; mag:=1; nonstopmode; input ecrm1000Transcript written on mfput.log.
grep: ecrm1000.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000' failed to make ecrm1000.tfm.
kpathsea: Appending font creation commands to missfont.log.! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
relax
l.100 \fontencoding\encodingdefault\selectfont?
Processo interrotto dall'utente
`Capisco che il problema ha a che fare con il font, ma più in là di così, a causa delle mie scarse conoscenze, non posso andare, quindi chiedo aiuto a voi.
Ora un po’ di background: uno il sistema operativo Linux Mint 13, sto leggendo la guida “L’arte di scrivere con LaTeX” di Pantieri e Gordini. Per l’installazione di TeXLive 2012 ho fatto affidamento alla guida “Installare TeXLive 2010 su Ubtunu” di Enrico Greogrio. Ammetto che ho seguito passo passo le indicazioni di quest’ultima (Mint si ‘basa’ su Ubuntu, giusto?) senza avere quasi mai piena consapevolezza delle operazioni che via via eseguivo. Non mi sembra di aver avuto particolari intoppi o di aver riscontrato problemi nella fase dell’installazione.Cosa mi consigliate di fare?
Vi ringrazio anticipatamente
RiccardoL’installazione è incompleta. Se guardi la prima riga del log, scopri che ti dice
`This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)`
quindi non stai usando la 2012.Che ti risponde [tt]echo $PATH[/tt] dal terminale?
Ciao
Enrico
-
11 Ottobre 2012 alle 10:09 #79793
-
11 Ottobre 2012 alle 10:18 #79794::
porinoco” post=78974Ciao Enrico, prima di tutto mi sono accorto che nel mio primo post ho storpiato il tuo cognome, scusami.
Qui è quanto mi compare in terminale:
`riccardo@riccardo-Inspiron-1545 ~ $ echo $PATH
/opt/texbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
`Grazie
E se dai [tt]pdftex –version[/tt] che cosa ottieni?
Per caso stavi cercando di compilare il tuo file con Kile o qualcosa di simile?
Ciao
Enrico
-
11 Ottobre 2012 alle 11:19 #79795::
`
riccardo@riccardo-Inspiron-1545 ~ $ pdftex –version
pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012)
kpathsea version 6.1.0
Copyright 2012 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
There is NO warranty. Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Compiled with libpng 1.5.10; using libpng 1.5.10
Compiled with zlib 1.2.7; using zlib 1.2.7
Compiled with xpdf version 3.03
`Sì, è vero, mi sono dimenticato di scrivere che uso TexWorks per compilare.
Grazie
Riccardo
-
11 Ottobre 2012 alle 11:28 #79796::
porinoco” post=78976`
riccardo@riccardo-Inspiron-1545 ~ $ pdftex –version
pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012)
kpathsea version 6.1.0
Copyright 2012 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
There is NO warranty. Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Compiled with libpng 1.5.10; using libpng 1.5.10
Compiled with zlib 1.2.7; using zlib 1.2.7
Compiled with xpdf version 3.03
`Sì, è vero, mi sono dimenticato di scrivere che uso TexWorks per compilare.
Grazie
RiccardoAllora è sbagliato come è impostato TeXworks. Devi andare nelle preferenze e, nel tab “Typesetting”, aggiungere [tt]/opt/texbin[/tt] in cima a tutto.
Ciao
Enrico
-
11 Ottobre 2012 alle 11:35 #79797
-
19 Dicembre 2012 alle 12:58 #79798::
Ciao a tutti,
Sono costretto a riscrivere perché ho ancora dei problemi. Ho reinstallato TeXlive 2012 sul mio Linux Mint usando questa guida. Rispetto alle impostazioni di default per unix l’ho installato nella cartella `~/texlive`Di conseguenza, pur non capendoci niente ho modificato il file .profile aggiungendo le ultime tre righe. Adesso è così:
`
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022# if running bash
if [ -n “$BASH_VERSION” ]; then
# include .bashrc if it exists
if [ -f “$HOME/.bashrc” ]; then
. “$HOME/.bashrc”
fi
fi# set PATH so it includes user's private bin if it exists
if [ -d “$HOME/bin” ] ; then
PATH=”$HOME/bin:$PATH”
fiPATH=/home/riccardo/texlive/2012/bin/i386-linux:$PATH; export PATH
MANPATH=/home/riccardo/texlive/2012/texmf/doc/man:$MANPATH; export MANPATH
INFOPATH=/home/riccardo/texlive/2012/texmf/doc/info:$INFOPATH; export INFOPATH
`Spero di aver fatto una cosa giusta. Il problema che ho è che quando compilo il seguente documento
`\documentclass[12pt]{article}\usepackage[italian]{babel}
\usepackage{biblatex}\begin{document}
This is a document.
\end{document}`
questo è il risultato:
`This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=pdflatex 2012.10.10) 19 DEC 2012 14:52
entering extended mode
%&-line parsing enabled.
**prova4.tex
(./prova4.tex
LaTeX2e <2009/09/24>
Babeland hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/size12.clo
File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/share/texmf-texlive/tex/generic/babel/babel.sty
Package: babel 2008/07/06 v3.8l The Babel package(/usr/share/texmf-texlive/tex/generic/babel/italian.ldf
Language: italian 2008/03/14 v1.2t Italian support from the babel system(/usr/share/texmf-texlive/tex/generic/babel/babel.def
File: babel.def 2008/07/06 v3.8l Babel common definitions
\babel@savecnt=\count87
\U@D=\dimen103
)Package babel Warning: No hyphenation patterns were loaded for
(babel) the language `Italian'
(babel) I will use the patterns loaded for \language=0 instead.\l@italian = a dialect from \language0
Package babel Info: Making ” an active character on input line 94.
))! LaTeX Error: File `biblatex.sty' not found.
Type X to quit or
to proceed,
or enter new name. (Default extension: sty)Enter file name: x
)
(\end occurred when \ifx on line 5 was incomplete)
(\end occurred when \ifx on line 5 was incomplete)
Here is how much of TeX's memory you used:
545 strings out of 495061
6165 string characters out of 1182620
56997 words of memory out of 3000000
3799 multiletter control sequences out of 15000+50000
3938 words of font info for 15 fonts, out of 3000000 for 9000
28 hyphenation exceptions out of 8191
24i,1n,24p,172b,36s stack positions out of 5000i,500n,10000p,200000b,50000sNo pages of output.
PDF statistics:
0 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
`
Come potete vedere non trova il pacchetto biblatex. Nonostante ciò ho controllato su tlmgr e risulta installato (avevo fatto installazione completa). Dov’è il problema? Poi, fra l’altro, è normale che pur trattandosi di Texlive 2012 compaia nel log “TeX Live 2009/Debian”?Grazie mille!
Riccardo
-
19 Dicembre 2012 alle 13:24 #79799::
porinoco” post=80667[…]
Come potete vedere non trova il pacchetto biblatex. Nonostante ciò ho controllato su tlmgr e risulta installato (avevo fatto installazione completa). Dov’è il problema? Poi, fra l’altro, è normale che pur trattandosi di Texlive 2012 compaia nel log “TeX Live 2009/Debian”?No, non è normale. Secondo me hai un problema di PATH.
Prova a riportare quello che dice la shell quando dai
`echo $PATH`
Secondo me devi mettere la modifica del PATH in [tt].bashrc[/tt], perché [tt].profile[/tt] non viene letto da una shell non di login.Ciao
Enrico
-
19 Dicembre 2012 alle 13:25 #79800
-
19 Dicembre 2012 alle 14:31 #79801
-
19 Dicembre 2012 alle 14:39 #79802::
porinoco” post=80671Ecco qui
`riccardo@riccardo-Inspiron-1545 ~ $ echo $PATH
/home/riccardo/texlive/2012/bin/i386-linux:/opt/texbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
`Allora c’è qualcosa che non va nel modo con cui lanci la compilazione. Per caso usi Kile o un altro editor del genere? Potrebbe avere i percorsi agli eseguibili impostati sulla distribuzione di sistema (in /usr/bin, quindi).
Ciao
Enrico
-
19 Dicembre 2012 alle 15:05 #79803::
Che stupido che sono, mi sono dimenticato di dire che uso TeXworks. Ho cambiato la directory e adesso sembra funzionare. L’hyphenation di babel la riconosce e il pacchetto bibliography lo trova. Ho però un problema con quest’ultimo, non so se legato ancora alla questione delle directory. In sostanza compilo questo file
`\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}\usepackage[italian]{babel}
\usepackage[babel]{csquotes}
\usepackage[style=authoryear]{biblatex}\bibliography{bibliografia}
\begin{document}
This is a document as in \cite{eco:tesi}.\printbibliography
\end{document}`
dove il file bibliografia.bib è come segue:
`@book{eco:tesi,
author = {Eco, Umberto},
title = {Come si fa una tesi di laurea},
publisher = {Bompiani},
date = {1977},
location = {Milano}
}`Apparentemente però ci sono problemi con biblatex. Segue il log:
`This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012) (format=pdflatex 2012.12.19) 19 DEC 2012 17:04
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**prova4.tex
(./prova4.tex
LaTeX2e <2011/06/27>
Babeland hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2012-05-30, ngerman-x-2012-05-30, afrikaans, ancientgreek, ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
h, french, friulan, galician, german, ngerman, swissgerman, monogreek, greek, h
ungarian, icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, ma
rathi, oriya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian,
kurmanji, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk,
polish, portuguese, romanian, romansh, russian, sanskrit, serbian, serbianc, s
lovak, slovenian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian,
welsh, loaded.
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/inputenc.sty
Package: inputenc 2008/03/30 v1.1d Input encoding file
\inpenc@prehook=\toks14
\inpenc@posthook=\toks15(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/utf8.def
File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc
Now handling font encoding OML …
… no UTF-8 mapping file for font encoding OML
Now handling font encoding T1 …
… processing UTF-8 mapping file for font encoding T1(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/t1enc.dfu
File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00AB (decimal 171)
defining Unicode char U+00BB (decimal 187)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C0 (decimal 192)
defining Unicode char U+00C1 (decimal 193)
defining Unicode char U+00C2 (decimal 194)
defining Unicode char U+00C3 (decimal 195)
defining Unicode char U+00C4 (decimal 196)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00C7 (decimal 199)
defining Unicode char U+00C8 (decimal 200)
defining Unicode char U+00C9 (decimal 201)
defining Unicode char U+00CA (decimal 202)
defining Unicode char U+00CB (decimal 203)
defining Unicode char U+00CC (decimal 204)
defining Unicode char U+00CD (decimal 205)
defining Unicode char U+00CE (decimal 206)
defining Unicode char U+00CF (decimal 207)
defining Unicode char U+00D0 (decimal 208)
defining Unicode char U+00D1 (decimal 209)
defining Unicode char U+00D2 (decimal 210)
defining Unicode char U+00D3 (decimal 211)
defining Unicode char U+00D4 (decimal 212)
defining Unicode char U+00D5 (decimal 213)
defining Unicode char U+00D6 (decimal 214)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00D9 (decimal 217)
defining Unicode char U+00DA (decimal 218)
defining Unicode char U+00DB (decimal 219)
defining Unicode char U+00DC (decimal 220)
defining Unicode char U+00DD (decimal 221)
defining Unicode char U+00DE (decimal 222)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E0 (decimal 224)
defining Unicode char U+00E1 (decimal 225)
defining Unicode char U+00E2 (decimal 226)
defining Unicode char U+00E3 (decimal 227)
defining Unicode char U+00E4 (decimal 228)
defining Unicode char U+00E5 (decimal 229)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00E7 (decimal 231)
defining Unicode char U+00E8 (decimal 232)
defining Unicode char U+00E9 (decimal 233)
defining Unicode char U+00EA (decimal 234)
defining Unicode char U+00EB (decimal 235)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F0 (decimal 240)
defining Unicode char U+00F1 (decimal 241)
defining Unicode char U+00F2 (decimal 242)
defining Unicode char U+00F3 (decimal 243)
defining Unicode char U+00F4 (decimal 244)
defining Unicode char U+00F5 (decimal 245)
defining Unicode char U+00F6 (decimal 246)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+00F9 (decimal 249)
defining Unicode char U+00FA (decimal 250)
defining Unicode char U+00FB (decimal 251)
defining Unicode char U+00FC (decimal 252)
defining Unicode char U+00FD (decimal 253)
defining Unicode char U+00FE (decimal 254)
defining Unicode char U+00FF (decimal 255)
defining Unicode char U+0102 (decimal 258)
defining Unicode char U+0103 (decimal 259)
defining Unicode char U+0104 (decimal 260)
defining Unicode char U+0105 (decimal 261)
defining Unicode char U+0106 (decimal 262)
defining Unicode char U+0107 (decimal 263)
defining Unicode char U+010C (decimal 268)
defining Unicode char U+010D (decimal 269)
defining Unicode char U+010E (decimal 270)
defining Unicode char U+010F (decimal 271)
defining Unicode char U+0110 (decimal 272)
defining Unicode char U+0111 (decimal 273)
defining Unicode char U+0118 (decimal 280)
defining Unicode char U+0119 (decimal 281)
defining Unicode char U+011A (decimal 282)
defining Unicode char U+011B (decimal 283)
defining Unicode char U+011E (decimal 286)
defining Unicode char U+011F (decimal 287)
defining Unicode char U+0130 (decimal 304)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0132 (decimal 306)
defining Unicode char U+0133 (decimal 307)
defining Unicode char U+0139 (decimal 313)
defining Unicode char U+013A (decimal 314)
defining Unicode char U+013D (decimal 317)
defining Unicode char U+013E (decimal 318)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0143 (decimal 323)
defining Unicode char U+0144 (decimal 324)
defining Unicode char U+0147 (decimal 327)
defining Unicode char U+0148 (decimal 328)
defining Unicode char U+014A (decimal 330)
defining Unicode char U+014B (decimal 331)
defining Unicode char U+0150 (decimal 336)
defining Unicode char U+0151 (decimal 337)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+0154 (decimal 340)
defining Unicode char U+0155 (decimal 341)
defining Unicode char U+0158 (decimal 344)
defining Unicode char U+0159 (decimal 345)
defining Unicode char U+015A (decimal 346)
defining Unicode char U+015B (decimal 347)
defining Unicode char U+015E (decimal 350)
defining Unicode char U+015F (decimal 351)
defining Unicode char U+0160 (decimal 352)
defining Unicode char U+0161 (decimal 353)
defining Unicode char U+0162 (decimal 354)
defining Unicode char U+0163 (decimal 355)
defining Unicode char U+0164 (decimal 356)
defining Unicode char U+0165 (decimal 357)
defining Unicode char U+016E (decimal 366)
defining Unicode char U+016F (decimal 367)
defining Unicode char U+0170 (decimal 368)
defining Unicode char U+0171 (decimal 369)
defining Unicode char U+0178 (decimal 376)
defining Unicode char U+0179 (decimal 377)
defining Unicode char U+017A (decimal 378)
defining Unicode char U+017B (decimal 379)
defining Unicode char U+017C (decimal 380)
defining Unicode char U+017D (decimal 381)
defining Unicode char U+017E (decimal 382)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201A (decimal 8218)
defining Unicode char U+201C (decimal 8220)
defining Unicode char U+201D (decimal 8221)
defining Unicode char U+201E (decimal 8222)
defining Unicode char U+2030 (decimal 8240)
defining Unicode char U+2031 (decimal 8241)
defining Unicode char U+2039 (decimal 8249)
defining Unicode char U+203A (decimal 8250)
defining Unicode char U+2423 (decimal 9251)
)
Now handling font encoding OT1 …
… processing UTF-8 mapping file for font encoding OT1(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/ot1enc.dfu
File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00B8 (decimal 184)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201C (decimal 8220)
defining Unicode char U+201D (decimal 8221)
)
Now handling font encoding OMS …
… processing UTF-8 mapping file for font encoding OMS(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/omsenc.dfu
File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc
defining Unicode char U+00A7 (decimal 167)
defining Unicode char U+00B6 (decimal 182)
defining Unicode char U+00B7 (decimal 183)
defining Unicode char U+2020 (decimal 8224)
defining Unicode char U+2021 (decimal 8225)
defining Unicode char U+2022 (decimal 8226)
)
Now handling font encoding OMX …
… no UTF-8 mapping file for font encoding OMX
Now handling font encoding U …
… no UTF-8 mapping file for font encoding U
defining Unicode char U+00A9 (decimal 169)
defining Unicode char U+00AA (decimal 170)
defining Unicode char U+00AE (decimal 174)
defining Unicode char U+00BA (decimal 186)
defining Unicode char U+02C6 (decimal 710)
defining Unicode char U+02DC (decimal 732)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2026 (decimal 8230)
defining Unicode char U+2122 (decimal 8482)
defining Unicode char U+2423 (decimal 9251)
))
(/home/riccardo/texlive/2012/texmf-dist/tex/generic/babel/babel.sty
Package: babel 2008/07/08 v3.8m The Babel package(/home/riccardo/texlive/2012/texmf-dist/tex/generic/babel/italian.ldf
Language: italian 2008/03/14 v1.2t Italian support from the babel system(/home/riccardo/texlive/2012/texmf-dist/tex/generic/babel/babel.def
File: babel.def 2008/07/08 v3.8m Babel common definitions
\babel@savecnt=\count87
\U@D=\dimen103
)
Package babel Info: Making ” an active character on input line 94.
))
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/csquotes/csquotes.sty
Package: csquotes 2011/10/22 v5.1d context-sensitive quotations(/home/riccardo/texlive/2012/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX(/home/riccardo/texlive/2012/texmf-dist/tex/latex/etex-pkg/etex.sty
Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB)
\et@xins=\count88
)
\etb@tempcnta=\count89
)
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks16
)
\csq@reset=\count90
\csq@gtype=\count91
\csq@glevel=\count92
\csq@qlevel=\count93
\csq@maxlvl=\count94
\csq@tshold=\count95
\csq@ltx@everypar=\toks17(/home/riccardo/texlive/2012/texmf-dist/tex/latex/csquotes/csquotes.def
File: csquotes.def 2011/10/22 v5.1d csquotes generic definitions
)
Package csquotes Info: Trying to load configuration file 'csquotes.cfg'…
Package csquotes Info: … configuration file loaded successfully.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/csquotes/csquotes.cfg
File: csquotes.cfg
)
Package csquotes Info: Option 'babel' depreciated.
(csquotes) Using 'autostyle'.
Package csquotes Info: Enabling multilingual quotes.
)
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2012/11/27 v2.4 programmable bibliographies (PK/JW/AB)Package biblatex Warning: No “backend” specified, using Biber backend.
(biblatex) To use BibTeX, load biblatex with
(biblatex) the “backend=bibtex” option.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/biblatex2.sty
Package: biblatex2 2012/11/27 v2.4 programmable bibliographies (biber) (PK/JW/A
B)(/home/riccardo/texlive/2012/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)(/home/riccardo/texlive/2012/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
(/home/riccardo/texlive/2012/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)(/home/riccardo/texlive/2012/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(/home/riccardo/texlive/2012/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)(/home/riccardo/texlive/2012/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
Package etexcmds Info: Could not find \expanded.
(etexcmds) That can mean that you are not using pdfTeX 1.50 or
(etexcmds) that some package has redefined \expanded.
(etexcmds) In the latter case, load this package earlier.
)))
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger
\lrq@indent=\count96(/home/riccardo/texlive/2012/texmf-dist/tex/latex/logreq/logreq.def
File: logreq.def 2010/08/04 v1.0 logreq spec v1.0
))
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(/home/riccardo/texlive/2012/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12 ver 3.3 Verb mode for urls, etc.
)
\c@tabx@nest=\count97
\c@listtotal=\count98
\c@listcount=\count99
\c@liststart=\count100
\c@liststop=\count101
\c@citecount=\count102
\c@citetotal=\count103
\c@multicitecount=\count104
\c@multicitetotal=\count105
\c@instcount=\count106
\c@maxnames=\count107
\c@minnames=\count108
\c@maxitems=\count109
\c@minitems=\count110
\c@citecounter=\count111
\c@savedcitecounter=\count112
\c@uniquelist=\count113
\c@uniquename=\count114
\c@refsection=\count115
\c@refsegment=\count116
\c@maxextratitle=\count117
\c@maxextratitleyear=\count118
\c@maxextrayear=\count119
\c@maxextraalpha=\count120
\c@abbrvpenalty=\count121
\c@highnamepenalty=\count122
\c@lownamepenalty=\count123
\c@maxparens=\count124
\c@parenlevel=\count125
\blx@tempcnta=\count126
\blx@tempcntb=\count127
\blx@tempcntc=\count128
\blx@maxsection=\count129
\blx@maxsegment@0=\count130
\blx@notetype=\count131
\blx@parenlevel@text=\count132
\blx@parenlevel@foot=\count133
\blx@sectionciteorder@0=\count134
\labelnumberwidth=\skip43
\labelalphawidth=\skip44
\shorthandwidth=\skip45
\biblabelsep=\skip46
\bibitemsep=\skip47
\bibnamesep=\skip48
\bibinitsep=\skip49
\bibparsep=\skip50
\bibhang=\skip51
\blx@bcfin=\read1
\blx@bcfout=\write3
\c@mincomprange=\count135
\c@maxcomprange=\count136
\c@mincompwidth=\count137
Package biblatex Info: Trying to load biblatex default data model…
Package biblatex Info: … file 'blx-dm.def' found.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/blx-dm.def)
Package biblatex Info: Trying to load biblatex style data model…
Package biblatex Info: … file 'authoryear.dbx' not found.
Package biblatex Info: Trying to load biblatex custom data model…
Package biblatex Info: … file 'biblatex-dm.cfg' not found.
\c@afterword=\count138
\c@savedafterword=\count139
\c@annotator=\count140
\c@savedannotator=\count141
\c@author=\count142
\c@savedauthor=\count143
\c@bookauthor=\count144
\c@savedbookauthor=\count145
\c@commentator=\count146
\c@savedcommentator=\count147
\c@editor=\count148
\c@savededitor=\count149
\c@editora=\count150
\c@savededitora=\count151
\c@editorb=\count152
\c@savededitorb=\count153
\c@editorc=\count154
\c@savededitorc=\count155
\c@foreword=\count156
\c@savedforeword=\count157
\c@holder=\count158
\c@savedholder=\count159
\c@introduction=\count160
\c@savedintroduction=\count161
\c@namea=\count162
\c@savednamea=\count163
\c@nameb=\count164
\c@savednameb=\count165
\c@namec=\count166
\c@savednamec=\count167
\c@shortauthor=\count168
\c@savedshortauthor=\count169
\c@shorteditor=\count170
\c@savedshorteditor=\count171
\c@translator=\count172
\c@savedtranslator=\count173
\c@labelname=\count174
\c@savedlabelname=\count175
\c@institution=\count176
\c@savedinstitution=\count177
\c@lista=\count178
\c@savedlista=\count179
\c@listb=\count180
\c@savedlistb=\count181
\c@listc=\count182
\c@savedlistc=\count183
\c@listd=\count184
\c@savedlistd=\count185
\c@liste=\count186
\c@savedliste=\count187
\c@listf=\count188
\c@savedlistf=\count189
\c@location=\count190
\c@savedlocation=\count191
\c@organization=\count192
\c@savedorganization=\count193
\c@origlocation=\count194
\c@savedoriglocation=\count195
\c@origpublisher=\count196
\c@savedorigpublisher=\count197
\c@publisher=\count198
\c@savedpublisher=\count199
\c@language=\count200
\c@savedlanguage=\count201
\c@pageref=\count202
\c@savedpageref=\count203
Package biblatex Info: Trying to load compatibility code…
Package biblatex Info: … file 'blx-compat.def' found.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/blx-compat.def
File: blx-compat.def 2012/11/27 v2.4 biblatex compatibility (PK/JW/AB)
)
Package biblatex Info: Trying to load generic definitions…
Package biblatex Info: … file 'biblatex.def' found.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/biblatex.def
File: biblatex.def
\c@biburlnumpenalty=\count204
\c@biburlucpenalty=\count205
\c@biburllcpenalty=\count206
\c@smartand=\count207
)
Package biblatex Info: Trying to load bibliography style 'authoryear'…
Package biblatex Info: … file 'authoryear.bbx' found.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/bbx/authoryear.bbx
File: authoryear.bbx 2012/11/27 v2.4 biblatex bibliography style (PK/JW/AB)
Package biblatex Info: Trying to load bibliography style 'standard'…
Package biblatex Info: … file 'standard.bbx' found.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/bbx/standard.bbx
File: standard.bbx 2012/11/27 v2.4 biblatex bibliography style (PK/JW/AB)
\c@bbx:relatedcount=\count208
\c@bbx:relatedtotal=\count209
))
Package biblatex Info: Trying to load citation style 'authoryear'…
Package biblatex Info: … file 'authoryear.cbx' found.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/cbx/authoryear.cbx
File: authoryear.cbx 2012/11/27 v2.4 biblatex citation style (PK/JW/AB)
Package biblatex Info: Redefining '\cite'.
Package biblatex Info: Redefining '\parencite'.
Package biblatex Info: Redefining '\footcite'.
Package biblatex Info: Redefining '\footcitetext'.
Package biblatex Info: Redefining '\smartcite'.
Package biblatex Info: Redefining '\textcite'.
)
Package biblatex Info: Trying to load configuration file…
Package biblatex Info: … file 'biblatex.cfg' found.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/biblatex.cfg
File: biblatex.cfg
)))
Package csquotes Info: Checking for multilingual support…
Package csquotes Info: … found 'babel' package.
Package biblatex Info: Trying to load language 'italian'…
Package biblatex Info: … file 'italian.lbx' found.(/home/riccardo/texlive/2012/texmf-dist/tex/latex/biblatex/lbx/italian.lbx
File: italian.lbx 2012/11/27 v2.4 biblatex localization (PK/JW/AB)
)
(./prova4.aux)
\openout1 = `prova4.aux'.LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 12.
LaTeX Font Info: … okay on input line 12.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 12.
LaTeX Font Info: … okay on input line 12.
Package biblatex Info: Input encoding 'utf8' detected.
Package biblatex Info: Automatic encoding selection.
(biblatex) Assuming data encoding 'utf8'.
\openout3 = `prova4.bcf'.Package biblatex Info: Trying to load bibliographic data…
Package biblatex Info: … file 'prova4.bbl' found.
(./prova4.bbl)
Package biblatex Info: Reference section=0 on input line 12.
Package biblatex Info: Reference segment=0 on input line 12.LaTeX Warning: Citation 'eco:tesi' on page 1 undefined on input line 13.
LaTeX Warning: Empty bibliography on input line 15.
[1
{/home/riccardo/texlive/2012/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./prova4.aux)LaTeX Warning: There were undefined references.
Package biblatex Warning: Please (re)run Biber on the file:
(biblatex) prova4
(biblatex) and rerun LaTeX afterwards.Package logreq Info: Writing requests to 'prova4.run.xml'.
\openout1 = `prova4.run.xml'.)
Here is how much of TeX's memory you used:
6872 strings out of 493488
112438 string characters out of 3139642
484037 words of memory out of 3000000
10135 multiletter control sequences out of 15000+200000
5478 words of font info for 17 fonts, out of 3000000 for 9000
957 hyphenation exceptions out of 8191
44i,4n,35p,834b,939s stack positions out of 5000i,500n,10000p,200000b,50000s
{/home/riccardo/texlive/2012/texmf-dist/fonts/enc/dvips/cm-super/cm-super-t1.
enc}
Output written on prova4.pdf (1 page, 24202 bytes).
PDF statistics:
17 PDF objects out of 1000 (max. 8388607)
11 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
`Questi problemi di bibliografia erano fra l’altro quelli che mi avevano spinto a reinstallare Texlive da zero.
Grazie per l’aiuto!
-
19 Dicembre 2012 alle 15:15 #79804
-
19 Dicembre 2012 alle 15:25 #79805::
In effetti pensandoci dopo aver eseguito pdflatex eseguivo bibtex (su TeXworks non c’è di default il comando per eseguire biber) e mi usciva un log così:
`This is BibTeX, Version 0.99d (TeX Live 2012)
The top-level auxiliary file: prova4.aux
I found no \citation commands—while reading file prova4.aux
I found no \bibdata command—while reading file prova4.aux
I found no \bibstyle command—while reading file prova4.aux
(There were 3 error messages)`Facendo invece biber da terminale e due volte pflatex scompaiono tutti i warning ti biblatex di prima tranne questo
`Package biblatex Warning: No “backend” specified, using Biber backend.
(biblatex) To use BibTeX, load biblatex with
(biblatex) the “backend=bibtex” option.`
però la bibliografia compare e sembra tutto a posto. O bisogno indagare questo ultimo warning? Ma che differenza c’è fra biber e bibtex? È possibile cambiare le opzioni dell’editor in modo che mi usi il primo invece del secondo?
Grazie
Riccardo
-
19 Dicembre 2012 alle 16:19 #79806
-
19 Dicembre 2012 alle 17:05 #79807
-
-
AutoreRisposte
- Devi essere connesso per rispondere a questo topic.