- Questo topic ha 9 risposte, 5 partecipanti ed è stato aggiornato l'ultima volta 15 anni, 1 mese fa da .
-
Topic
-
Ciao a tutti,ho da poco installato Ubuntu 11.04 e con esso anche la TeXLive 2011 e TeXstudio. Ho provato a compilare un vecchio file per vedere come andavano le cose su Ubuntu. Il risultato è che, mentre su Windows 7 va tutto liscio, quando compilo su Ubuntu mi compare una finestra di avviso con scritto “File di Log non trovato!”. Il preambolo che uso è questo:
`% Codifica di input e di output
%******************************
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}% Scelta tipografica
%*******************
\usepackage[italian]{babel}% Lipsum
%*******
\usepackage{lipsum}% Epigrafe
%*********
\usepackage{epigraph}
\setlength{\epigraphwidth}{.75\textwidth}% Bibliografia
%*************
\usepackage[babel,italian=guillemets]{csquotes}
\usepackage[style=philosophy-modern,square=true,backref,ibidtracker=false]{biblatex}
\bibliography{Bibliografia.bib}% Pacchetti per la matematica
%****************************
\usepackage[centertags]{amsmath}
\usepackage{amssymb,amsthm}
\usepackage{mathrsfs,eucal,dsfont}
\usepackage{bbm}% Footnote
%*********
\usepackage{footnote}
\usepackage[perpage,symbol*]{footmisc}% Tabelle
%********
\usepackage{tabularx}
\makesavenoteenv{tabular}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{booktabs}% Prima lettera
%**************
\usepackage{lettrine}% Riferimenti “automatici''
%***************************
\usepackage[italian]{varioref}% Acronimi
%*********
\DeclareRobustCommand*{\acronimo}[1]{%
\mbox{\scshape\MakeLowercase{#1}}}% Ding
%*****
\usepackage{pifont}% Lettere greche dritte
%**********************
\usepackage{upgreek}% Scrivere colonne affiancate
%****************************
\usepackage{parallel}% SI delle misure
%****************
\usepackage{siunitx}% Opzioni di caption
%*******************
\usepackage[bf]{caption}% Righe di codici
%****************
\usepackage{listings}
\lstset{language=Matlab,basicstyle=\small\ttfamily}% Profondità di numerazione dei titoli
%*************************************
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}% Numerazione equazioni, figure e subfigure
%******************************************
\numberwithin{equation}{section}
\numberwithin{figure}{chapter}% Nuovi comandi
%**************
\newcommand{\ull}{\underline}
\newcommand{\dul}[1]{\underline{\underline{#1}}}
\newcommand{\ol}{\overline}
\newcommand{\dol}[1]{\overline{\overline{#1}}}
\newcommand{\ds}{\displaystyle}
\newcommand{\enep}{\text{e}}
\newcommand{\diff}{\mathop{}\!d}
\newcommand{\imm}{\text{i}}
\newcommand{\immag}[1]{\text{Im}\left\{#1\right\}}
\newcommand{\real}[1]{\text{Re}\left\{#1\right\}}
\newcommand{\e}[1]{\num[exponent-product=\cdot,exponent-base=10]{#1}}
\newcommand{\refeq}[1]{(\ref{#1})}\makeatletter
\newcommand{\der}[2]{\begingroup
\@tempswafalse\toks@={}\count@=\z@
\@for\next:=#2\do
{\expandafter\check@var\next\@nil
\advance\count@\der@exp
\if@tempswa
\toks@=\expandafter{\the\toks@\,}%
\else
\@tempswatrue
\fi
\toks@=\expandafter{\the\expandafter\toks@\expandafter\partial\der@var}}%
\frac{\partial\ifnum\count@=\@ne\else^{\number\count@}\fi#1}{\the\toks@}%
\endgroup}
\def\check@var{\@ifstar{\mult@var}{\one@var}}
\def\mult@var#1#2\@nil{\def\der@var{#2^{#1}}\def\der@exp{#1}}
\def\one@var#1\@nil{\def\der@var{#1}\chardef\der@exp\@ne}
\makeatother
%esempio:\der{*{2}{x_i},y}{f}\makeatletter
\newcommand{\dert}[2]{\begingroup
\@tempswafalse\toks@={}\count@=\z@
\@for\next:=#2\do
{\expandafter\check@var\next\@nil
\advance\count@\der@exp
\if@tempswa
\toks@=\expandafter{\the\toks@\,}%
\else
\@tempswatrue
\fi
\toks@=\expandafter{\the\expandafter\toks@\expandafter d\der@var}}%
\frac{d\ifnum\count@=\@ne\else^{\number\count@}\fi#1}{\the\toks@}%
\endgroup}
\def\check@var{\@ifstar{\mult@var}{\one@var}}
\def\mult@var#1#2\@nil{\def\der@var{#2^{#1}}\def\der@exp{#1}}
\def\one@var#1\@nil{\def\der@var{#1}\chardef\der@exp\@ne}
\makeatother\DeclareRobustCommand{\vect}[1]{
\ifcat#1\relax
\boldsymbol{#1}
\else
\mathbf{#1}
\fi}
\DeclareRobustCommand{\mat}[1]{
\ifcat#1\relax
\boldsymbol{#1}
\else
\mathbf{#1}
\fi}% Nuovi ambienti
%***************
\newenvironment{citazione}
{\begin{quotation}\small}
{\end{quotation}}% Nuovi operatori
%****************
\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it}
\DeclareMathOperator{\arcot}{arcot}
\DeclareMathOperator{\diverg}{div}
\DeclareMathOperator{\sym}{sym}
\DeclareMathOperator{\tr}{tr}
\DeclareMathOperator{\grad}{grad}% Newtheorem
%***********
\theoremstyle{definition}
\newtheorem{definizione}{Definizione}
\newtheorem{proposizione}{Proposizione}
\newtheorem{ipotesi}{Ipotesi}
\newtheorem{osservazione}{Osservazione}
\newtheorem{principio}{Principio}
\newtheorem{equazione}{Equazione}
\theoremstyle{plain}
\newtheorem{teorema}{Teorema}%*******************************************************************************
% CLASSICTHESIS
%*******************************************************************************% ClassicThesis-ldpkg (va caricato PRIMA del pacchetto classicthesis)
%********************
\usepackage[]{classicthesis-ldpkg}% ClassicThesis
%**************
\usepackage[beramono,eulerchapternumbers,eulermath,pdfspacing,subfig]{classicthesis}% Arsclassica
%************
\usepackage[italian]{arsclassica}% Opzioni colori
%***************
\hypersetup{urlcolor=black,linkcolor=black,citecolor=black,pagecolor=black}% Opzioni di pagina e corpo testo
%********************************
\areaset[1.cm]{365pt}{700pt}
\pagestyle{scrheadings}% Cartella delle immagini
%************************
\graphicspath{{Immagini/}}% Opzioni caption
%****************
\captionsetup{format=plain}% Figure
%*******************
\usepackage{wrapfig}
\usepackage[percent]{overpic}`L’errore che mi viene fornito nella finestra “Messaggi/Log” di TeXstudio è il seguente:
`Process started: pdflatex -synctex=1 -interaction=nonstopmode “MeccanicaFrattura”.tex
kpathsea: Running mktexfmt pdflatex.fmt
fmtutil: running `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' …
This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011) (INITEX) restricted \write18 enabled. (/usr/local/texlive/2011/texmf/web2c/cp227.tcx)
entering extended mode (/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/pdflatex.ini
(/usr/local/texlive/2011/texmf/tex/generic/config/pdftexconfig.tex) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/latex.ltx (/usr/local/texlive/2011/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, compatibility for TeX 2, parameters, LaTeX2e <2011/06/27> hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (/usr/local/texlive/2011/texmf-dist/tex/latex/base/fonttext.cfg (/usr/local/texlive/2011/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omlenc.def) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1enc.def) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1enc.def) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omsenc.def) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1cmr.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1cmr.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1cmss.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (/usr/local/texlive/2011/texmf-dist/tex/latex/base/fontmath.cfg (/usr/local/texlive/2011/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omlcmm.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omscmsy.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omxcmex.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ucmr.fd)
)) ==================================== Local config file preload.cfg used ===================================== (/usr/local/texlive/2011/texmf-dist/tex/latex/base/preload.cfg (/usr/local/texlive/2011/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output,
=========================================== Local configuration file hyphen.cfg used =========================================== (/usr/local/texlive/2011/texmf-dist/tex/generic/babel/hyphen.cfg (/usr/local/texlive/2011/texmf/tex/generic/hyphen/hyphen.tex) (/usr/local/texlive/2011/texmf/tex/generic/hyphen/dumyhyph.tex) (/usr/local/texlive/2011/texmf/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2009-06-19.tex'.
\relax l.375 \repeat (Press Enter to retry, or Control-D to exit) Please type another input file name: ! Emergency stop. \relax l.375 \repeat ! ==> Fatal error occurred, no output PDF file produced! Transcript written on pdflatex.log. Error: `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' failed
############################################################################### fmtutil: Error! Not all formats have been built successfully. Visit the log files in directory /home/marco/.texlive2011/texmf-var/web2c for details. ############################################################################### This is a summary of all `failed' messages: `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' failed
warning: kpathsea: mktexfmt output `This is pdfTeX, Version 3.1415926-2.3-1.40.12 (TeX Live 2011) (INITEX) restricted \write18 enabled. (/usr/local/texlive/2011/texmf/web2c/cp227.tcx) entering extended mode (/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/pdflatex.ini (/usr/local/texlive/2011/texmf/tex/generic/config/pdftexconfig.tex) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/latex.ltx (/usr/local/texlive/2011/texmf-dist/tex/latex/base/texsys.cfg) ./texsys.aux found \@currdir set to: ./. Assuming \openin and \input have the same search path. Defining UNIX/DOS style filename parser. catcodes, registers, compatibility for TeX 2, parameters, LaTeX2e <2011/06/27> hacks, control, par, spacing, files, font encodings, lengths, ==================================== Local config file fonttext.cfg used ==================================== (/usr/local/texlive/2011/texmf-dist/tex/latex/base/fonttext.cfg (/usr/local/texlive/2011/texmf-dist/tex/latex/base/fonttext.ltx === Don't modify this file, use a .cfg file instead === (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omlenc.def) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1enc.def) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1enc.def) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omsenc.def) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/t1cmr.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1cmr.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1cmss.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ot1cmtt.fd))) ==================================== Local config file fontmath.cfg used ==================================== (/usr/local/texlive/2011/texmf-dist/tex/latex/base/fontmath.cfg (/usr/local/texlive/2011/texmf-dist/tex/latex/base/fontmath.ltx === Don't modify this file, use a .cfg file instead === (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omlcmm.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omscmsy.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/omxcmex.fd) (/usr/local/texlive/2011/texmf-dist/tex/latex/base/ucmr.fd))) ==================================== Local config file preload.cfg used ===================================== (/usr/local/texlive/2011/texmf-dist/tex/latex/base/preload.cfg (/usr/local/texlive/2011/texmf-dist/tex/latex/base/preload.ltx)) page nos., x-ref, environments, center, verbatim, math definitions, boxes, title, sectioning, contents, floats, footnotes, index, bibliography, output, =========================================== Local configuration file hyphen.cfg used =========================================== (/usr/local/texlive/2011/texmf-dist/tex/generic/babel/hyphen.cfg (/usr/local/texlive/2011/texmf/tex/generic/hyphen/hyphen.tex) (/usr/local/texlive/2011/texmf/tex/generic/hyphen/dumyhyph.tex) (/usr/local/texlive/2011/texmf/tex/generic/hyphen/zerohyph.tex) ! I can't find file `dehypht-x-2009-06-19.tex'.
\relax l.375 \repeat (Press Enter to retry, or Control-D to exit) Please type another input file name: ! Emergency stop. \relax l.375 \repeat ! ==> Fatal error occurred, no output PDF file produced! Transcript written on pdflatex.log.' instead of a filename. Process exited with error(s)`
C’è qualcosa che sbaglio? Qualcuno ha già provato a compilare qualche file .tex con la TeXLive 2011 e TeXstudio su Ubuntu?
Grazie dell’aiuto e buona giornata, 🙂
Marco.
- Devi essere connesso per rispondere a questo topic.