Problema di codifica caratteri presenti in file .c

  • Creatore
    Topic
  • #35483
    Up
    0
    Down
    ::


    Salve, come posso fare per visualizzare correttamente in latex i miei files scritti in linguaggio C?

    Alcuni di essi hanno dei menu fatti con questi caratteri: λ6; μ5; λ9; μ2; λ2; λ3;, che ovviamente latex non conosce…

    /*
    λ6;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ9;
    λ3; PROTOTIPI DELLE FUNZIONI UTILIZZATE DAL SERVER λ3;
    μ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;λ2;μ5;
    */

    Sto letteralmente impazzendo…

    Aiutatemi… Ho provato con questo codice:

    `
    % Documentazione per il progetto di Laboratorio di Sistemi Operativi: Battaglia Navale N-dimensionale
    \documentclass[11pt]{article}
    \usepackage[hmargin=2cm,vmargin=2cm,a4paper]{geometry}
    \usepackage{fancyhdr}
    \usepackage{ucs}
    \usepackage[utf8x]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[italian]{babel}
    \usepackage{textcomp}
    \usepackage{pdfpages} % per includere PDF
    \usepackage{indentfirst}
    \usepackage[svgnames]{xcolor}
    \usepackage{listings}
    \newcommand{\includecodesnip}[1]{\lstinputlisting[stepnumber=0,frame=]{#1}}{}
    \newcommand{\includestruct}[1]{\lstinputlisting[stepnumber=0]{#1}}{}
    \newcommand{\includecodesample}[1]{\lstinputlisting{#1}}{}
    \usepackage[inputencoding=utf8/latin1]{listingsutf8}
    \usepackage{booktabs}
    \usepackage{amsmath}
    \lstloadlanguages{[ANSI]C}
    \lstset{language=[ANSI]C,
    %% alsolanguage=[ANSI]C,
    backgroundcolor=\color{LightGrey},
    keywordstyle=\color{RoyalBlue},
    directivestyle=\color{RoyalBlue},
    %alsoletter={\#},
    %morekeywords={\#include},
    %moredirectives={include},
    numbersep=6pt,
    basicstyle=\footnotesize\ttfamily,
    commentstyle=\color{Green}\footnotesize\ttfamily,
    stringstyle=\footnotesize\ttfamily,
    showstringspaces=false,
    breaklines=true,
    frame=none}
    \usepackage{color}
    \usepackage[pdftex, bookmarks=true, bookmarksopen=true, pdfstartview=FitH, colorlinks=true, linkcolor=blue, citecolor=blue, urlcolor=blue, pdftitle={Documentazione del Progetto di Laboratorio di Sistemi Operativi}, pdfauthor={Vincenzo Casu 566/2329 – Fabio Bratomi 566/2460}]{hyperref}
    \begin{document}
    % — intestazioni —
    \pagestyle{fancy}
    \rhead{\textsc{\thesubsubsection}}
    \rfoot{\footnotesize \thepage}
    \cfoot{Made with \LaTeX}
    \renewcommand{\headrulewidth}{1pt}
    \renewcommand{\footrulewidth}{1pt}
    \definecolor{gray}{rgb}{0.3,0.3,0.3}
    \section{Appendice}
    \subsection{Buttleship}
    \lstinputlisting[%
    language=C,%
    inputencoding=utf8/latin1,%
    caption={src/battleship.c}]{../src/battleship.c}
    \end{document}
    `

    Ma pdflatex impiega un secolo, (davvero un secolo) per generare il pdf con un solo file.
    E dire che ho altri 12 files .c da includere nell’appendice…
    E come se si bloccasse letteralmente, invio il file di log

    `
    This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2009.7.9) 11 JUL 2009 21:00
    entering extended mode
    %&-line parsing enabled.
    **appendice.tex
    (./appendice.tex
    LaTeX2e <2005/12/01>
    Babel and hyphenation patterns for english, usenglishmax, dumylang, noh
    yphenation, basque, french, ibycus, greek, monogreek, ancientgreek, italian, la
    tin, loaded.
    (/usr/share/texmf-texlive/tex/latex/base/article.cls
    Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
    (/usr/share/texmf-texlive/tex/latex/base/size11.clo
    File: size11.clo 2005/09/16 v1.4f 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/latex/geometry/geometry.sty
    Package: geometry 2002/07/08 v3.2 Page Geometry

    (/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty
    Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
    \KV@toks@=\toks14
    )
    \Gm@cnth=\count87
    \Gm@cntv=\count88
    \c@Gm@tempcnt=\count89
    \Gm@bindingoffset=\dimen103
    \Gm@wd@mp=\dimen104
    \Gm@odd@mp=\dimen105
    \Gm@even@mp=\dimen106
    \Gm@dimlist=\toks15

    (/usr/share/texmf-texlive/tex/xelatex/xetexconfig/geometry.cfg))
    (/usr/share/texmf-texlive/tex/latex/fancyhdr/fancyhdr.sty
    \fancy@headwidth=\skip43
    \f@ncyO@elh=\skip44
    \f@ncyO@erh=\skip45
    \f@ncyO@olh=\skip46
    \f@ncyO@orh=\skip47
    \f@ncyO@elf=\skip48
    \f@ncyO@erf=\skip49
    \f@ncyO@olf=\skip50
    \f@ncyO@orf=\skip51
    )
    (/usr/share/texmf-texlive/tex/latex/ucs/ucs.sty
    Package: ucs 2004/10/17 UCS: Unicode input support

    (/usr/share/texmf-texlive/tex/latex/ucs/data/uni-global.def
    File: uni-global.def 2004/10/17 UCS: Unicode global data
    )
    \uc@secondtry=\count90
    \uc@combtoks=\toks16
    \uc@combtoksb=\toks17
    \uc@temptokena=\toks18
    )
    (/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
    Package: inputenc 2006/05/05 v1.1b Input encoding file
    \inpenc@prehook=\toks19
    \inpenc@posthook=\toks20

    (/usr/share/texmf-texlive/tex/latex/ucs/utf8x.def
    File: utf8x.def 2004/10/17 UCS: Input encoding UTF-8
    ))
    (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
    Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

    (/usr/share/texmf-texlive/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.
    ))
    (/usr/share/texmf-texlive/tex/generic/babel/babel.sty
    Package: babel 2005/11/23 v3.8h The Babel package

    (/usr/share/texmf-texlive/tex/generic/babel/italian.ldf
    Language: italian 2005/11/17 v1.2r Italian support from the babel system

    (/usr/share/texmf-texlive/tex/generic/babel/babel.def
    File: babel.def 2005/11/23 v3.8h Babel common definitions
    \babel@savecnt=\count91
    \U@D=\dimen107
    )
    Package babel Info: Making ” an active character on input line 91.
    ))
    (/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
    Package: textcomp 2005/09/27 v1.99g Standard LaTeX package
    Package textcomp Info: Sub-encoding information:
    (textcomp) 5 = only ISO-Adobe without \textcurrency
    (textcomp) 4 = 5 + \texteuro
    (textcomp) 3 = 4 + \textohm
    (textcomp) 2 = 3 + \textestimated + \textcurrency
    (textcomp) 1 = TS1 – \textcircled – \t
    (textcomp) 0 = TS1 (full)
    (textcomp) Font families with sub-encoding setting implement
    (textcomp) only a restricted character set as indicated.
    (textcomp) Family '?' is the default used for unknown fonts.
    (textcomp) See the documentation for details.
    Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.

    (/usr/share/texmf-texlive/tex/latex/base/ts1enc.def
    File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
    )
    LaTeX Info: Redefining \oldstylenums on input line 266.
    Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
    Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line 282.
    Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line 283.
    Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line 284.
    Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line 285.
    Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line 286.
    Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
    Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
    Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
    Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
    Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
    Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
    Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
    Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
    Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
    Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
    Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
    Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
    Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
    Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
    Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
    Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line 302.
    Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line 303.
    Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line 304.

    Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
    Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line 306.
    Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line 307.
    Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
    Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line 309.
    Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line 310.
    Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line 311.
    Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line 312.
    Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line 313.
    Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314.
    Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315.
    Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line 316.
    Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line 317.
    Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 318.
    Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line 319.
    Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line 320.
    Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line 321.
    Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line 322.
    Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line 323.
    Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line 324.
    Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line 325.
    Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line 326.
    )
    (/usr/share/texmf-texlive/tex/latex/pdfpages/pdfpages.sty
    Package: pdfpages 2006/08/12 v0.4a Insert pages of external PDF documents (AM)

    (/usr/share/texmf-texlive/tex/latex/base/ifthen.sty
    Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
    )
    (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
    Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

    (/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
    Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)

    (/usr/share/texmf-texlive/tex/latex/graphics/trig.sty
    Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
    )
    (/etc/texmf/tex/latex/config/graphics.cfg
    File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
    )
    Package graphics Info: Driver file: pdftex.def on input line 90.

    (/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def
    File: pdftex.def 2007/01/08 v0.04d Graphics/color for pdfTeX
    \Gread@gobject=\count92
    ))
    \Gin@req@height=\dimen108
    \Gin@req@width=\dimen109
    )
    (/usr/share/texmf-texlive/tex/latex/tools/calc.sty
    Package: calc 2005/08/06 v4.2 Infix arithmetic (KKT,FJ)
    \calc@Acount=\count93
    \calc@Bcount=\count94
    \calc@Adimen=\dimen110
    \calc@Bdimen=\dimen111
    \calc@Askip=\skip52
    \calc@Bskip=\skip53
    LaTeX Info: Redefining \setlength on input line 75.
    LaTeX Info: Redefining \addtolength on input line 76.
    \calc@Ccount=\count95
    \calc@Cskip=\skip54
    )
    (/usr/share/texmf-texlive/tex/latex/eso-pic/eso-pic.sty
    Package: eso-pic 2006/07/14 v1.1d eso-pic (RN)

    (/usr/share/texmf-texlive/tex/latex/everyshi/everyshi.sty
    Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS)
    ))
    (/usr/share/texmf-texlive/tex/latex/pdfpages/pppdftex.def
    File: pppdftex.def 2006/08/12 v0.4a Pdfpages driver for pdfTeX (AM)
    )
    \AM@pagebox=\box26
    \AM@toc@title=\toks21
    \c@AM@survey=\count96
    )
    (/usr/share/texmf-texlive/tex/latex/tools/indentfirst.sty
    Package: indentfirst 1995/11/23 v1.03 Indent first paragraph (DPC)
    )
    (/usr/share/texmf/tex/latex/xcolor/xcolor.sty
    Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK)

    (/etc/texmf/tex/latex/config/color.cfg
    File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive
    )
    Package xcolor Info: Driver file: pdftex.def on input line 225.
    Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337.
    Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341.
    Package xcolor Info: Model `RGB' extended on input line 1353.
    Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355.
    Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356.
    Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357.
    Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358.
    Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359.
    Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360.

    (/usr/share/texmf/tex/latex/xcolor/svgnam.def
    File: svgnam.def 2007/01/21 v2.11 Predefined colors according to SVG 1.1 (UK)
    ))
    (/usr/share/texmf-texlive/tex/latex/listings/listings.sty
    \lst@mode=\count97
    \lst@gtempboxa=\box27
    \lst@token=\toks22
    \lst@length=\count98
    \lst@currlwidth=\dimen112
    \lst@column=\count99
    \lst@pos=\count100
    \lst@lostspace=\dimen113
    \lst@width=\dimen114
    \lst@newlines=\count101
    \lst@lineno=\count102
    \c@lstlisting=\count103
    \lst@maxwidth=\dimen115

    (/usr/share/texmf-texlive/tex/latex/listings/lstpatch.sty
    File: lstpatch.sty 2004/10/17 1.3b (Carsten Heinz)
    )
    (/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty
    File: lstmisc.sty 2004/09/07 1.3 (Carsten Heinz)
    \c@lstnumber=\count104
    \lst@skipnumbers=\count105
    \lst@framebox=\box28
    )
    (/usr/share/texmf-texlive/tex/latex/listings/listings.cfg
    File: listings.cfg 2004/09/05 1.3 listings configuration
    ))
    Package: listings 2004/10/17 1.3b (Carsten Heinz)

    (/usr/share/texmf-texlive/tex/latex/oberdiek/listingsutf8.sty
    Package: listingsutf8 2007/11/11 v1.1 Adding support for UTF-8 to listings (HO)

    (/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
    Package: pdftexcmds 2009/04/10 v0.4 LuaTeX support for pdfTeX utility functions
    (HO)

    (/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty
    Package: infwarerr 2007/09/09 v1.2 Providing info/warning/message (HO)
    )
    (/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty
    Package: ifluatex 2009/04/10 v1.1 Provides the ifluatex switch (HO)
    Package ifluatex Info: LuaTeX not detected.
    )
    Package pdftexcmds Info: LuaTeX not detected on input line 145.
    )
    (/usr/share/texmf-texlive/tex/generic/oberdiek/stringenc.sty
    Package: stringenc 2008/10/27 v1.6 Converts strings between encodings (HO)

    (/usr/share/texmf-texlive/tex/generic/oberdiek/pdfescape.sty
    Package: pdfescape 2007/11/11 v1.8 Provides hex, PDF name and string conversion
    s (HO)
    )))
    (/usr/share/texmf-texlive/tex/latex/booktabs/booktabs.sty
    Package: booktabs 2005/03/16 v1.6180 publication quality tables
    \heavyrulewidth=\dimen116
    \lightrulewidth=\dimen117
    \cmidrulewidth=\dimen118
    \belowrulesep=\dimen119
    \belowbottomsep=\dimen120
    \aboverulesep=\dimen121
    \abovetopsep=\dimen122
    \cmidrulesep=\dimen123
    \cmidrulekern=\dimen124
    \defaultaddspace=\dimen125
    \@cmidla=\count106
    \@cmidlb=\count107
    \@aboverulesep=\dimen126
    \@belowrulesep=\dimen127
    \@thisruleclass=\count108
    \@lastruleclass=\count109
    \@thisrulewidth=\dimen128
    )
    (/usr/share/texmf-texlive/tex/latex/amsmath/amsmath.sty
    Package: amsmath 2000/07/18 v2.13 AMS math features
    \@mathmargin=\skip55

    For additional information on amsmath, use the `?' option.
    (/usr/share/texmf-texlive/tex/latex/amsmath/amstext.sty
    Package: amstext 2000/06/29 v2.01

    (/usr/share/texmf-texlive/tex/latex/amsmath/amsgen.sty
    File: amsgen.sty 1999/11/30 v2.0
    \@emptytoks=\toks23
    \ex@=\dimen129
    ))
    (/usr/share/texmf-texlive/tex/latex/amsmath/amsbsy.sty
    Package: amsbsy 1999/11/29 v1.2d
    \pmbraise@=\dimen130
    )
    (/usr/share/texmf-texlive/tex/latex/amsmath/amsopn.sty
    Package: amsopn 1999/12/14 v2.01 operator names
    )
    \inf@bad=\count110
    LaTeX Info: Redefining \frac on input line 211.
    \uproot@=\count111
    \leftroot@=\count112
    LaTeX Info: Redefining \overline on input line 307.
    \classnum@=\count113
    \DOTSCASE@=\count114
    LaTeX Info: Redefining \ldots on input line 379.
    LaTeX Info: Redefining \dots on input line 382.
    LaTeX Info: Redefining \cdots on input line 467.
    \Mathstrutbox@=\box29
    \strutbox@=\box30
    \big@size=\dimen131
    LaTeX Font Info: Redeclaring font encoding OML on input line 567.
    LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
    \macc@depth=\count115
    \c@MaxMatrixCols=\count116
    \dotsspace@=\muskip10
    \c@parentequation=\count117
    \dspbrk@lvl=\count118
    \tag@help=\toks24
    \row@=\count119
    \column@=\count120
    \maxfields@=\count121
    \andhelp@=\toks25
    \eqnshift@=\dimen132
    \alignsep@=\dimen133
    \tagshift@=\dimen134
    \tagwidth@=\dimen135
    \totwidth@=\dimen136
    \lineht@=\dimen137
    \@envbody=\toks26
    \multlinegap=\skip56
    \multlinetaggap=\skip57
    \mathdisplay@stack=\toks27
    LaTeX Info: Redefining \[ on input line 2666.
    LaTeX Info: Redefining \] on input line 2667.
    )
    (/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty
    File: lstlang1.sty 2004/09/05 1.3 listings language file
    )
    (/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty
    File: lstmisc.sty 2004/09/07 1.3 (Carsten Heinz)
    )
    (/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
    Package: hyperref 2007/02/07 v6.75r Hypertext links for LaTeX
    \@linkdim=\dimen138
    \Hy@linkcounter=\count122
    \Hy@pagecounter=\count123

    (/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def
    File: pd1enc.def 2007/02/07 v6.75r Hyperref: PDFDocEncoding definition (HO)
    )
    (/etc/texmf/tex/latex/config/hyperref.cfg
    File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive
    )
    (/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
    Package: kvoptions 2009/04/10 v3.1 Keyval support for LaTeX options (HO)
    )
    Package hyperref Info: Option `bookmarks' set `true' on input line 2238.
    Package hyperref Info: Option `bookmarksopen' set `true' on input line 2238.
    Package hyperref Info: Option `colorlinks' set `true' on input line 2238.
    Package hyperref Info: Hyper figures OFF on input line 2288.
    Package hyperref Info: Link nesting OFF on input line 2293.
    Package hyperref Info: Hyper index ON on input line 2296.
    Package hyperref Info: Plain pages OFF on input line 2303.
    Package hyperref Info: Backreferencing OFF on input line 2308.

    Implicit mode ON; LaTeX internals redefined
    Package hyperref Info: Bookmarks ON on input line 2444.
    (/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty
    \Urlmuskip=\muskip11
    Package: url 2005/06/27 ver 3.2 Verb mode for urls, etc.
    )
    LaTeX Info: Redefining \url on input line 2599.
    \Fld@menulength=\count124
    \Field@Width=\dimen139
    \Fld@charsize=\dimen140
    \Choice@toks=\toks28
    \Field@toks=\toks29
    Package hyperref Info: Hyper figures OFF on input line 3102.
    Package hyperref Info: Link nesting OFF on input line 3107.
    Package hyperref Info: Hyper index ON on input line 3110.
    Package hyperref Info: backreferencing OFF on input l
    `

    Vi prego, devo consegnare il pdf entro le 16:00 di domani…

    A presto.

Visualizzazione 0 filoni di risposte
  • Autore
    Risposte
    • #35484
      Up
      0
      Down
      ::


      Nessuno mi sa aiutare? Ve ne prego ditemi solo se si può fare oppure no….

Visualizzazione 0 filoni di risposte
  • Devi essere connesso per rispondere a questo topic.

Go to top