kamet69

Risposte nei forum create

Stai visualizzando 15 risposte – dal 31 al 45 (di 60 totali)
  • Autore
    Risposte
  • in risposta a: Caratteri lituani #64042
    Up
    0
    Down
    ::


    allora questa è la mia classe:

    `

    \documentclass[a4paper, 12pt]{book}%

    \usepackage[UTF8]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[italian]{babel}

    %\usepackage{hyperref}

    \usepackage{lmodern} %ANTI SGRANAGGIO!!! %Type1-font for non-english texts and characters

    \usepackage{url}
    \usepackage{float}

    %% Multibibliografia per fa funzionare sitografia %%%%%%%%%%%
    \usepackage[resetlabels]{multibib}
    \newcites{web}{Siti Web Consultati}

    %% Line Spacing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \usepackage{setspace}
    %\singlespacing %% 1-spacing (default)
    \onehalfspacing %% 1,5-spacing
    %\doublespacing %% 2-spacing

    %% Other Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %\usepackage{a4wide} %%Smaller margins = more text per page.
    %\usepackage{fancyhdr} %%Fancy headings
    %\usepackage{longtable} %%For tables, that exceed one page

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% Options / Modifications
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

    %\input{options} %You need a file 'options.tex' for this
    %% ==> TeXnicCenter supplies some possible option files
    %% ==> with its templates (File | New from Template…).

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% Comandi e ambienti definiti da me
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

    \newenvironment{tab}[1]%
    {\begin{tabular}{|#1|}\hline}%
    {\hline\end{tabular}}

    \newenvironment{tabSenzaLinee}[1]%
    {\begin{tabular}{|#1|}}%
    {\end{tabular}}

    \usepackage{amsmath}%
    \usepackage{amsfonts}%
    \usepackage{amssymb}%
    \usepackage{graphicx}
    %———————————————————-
    \newtheorem{theorem}{Theorem}
    \newtheorem{acknowledgement}[theorem]{Acknowledgement}
    \newtheorem{algorithm}[theorem]{Algorithm}
    \newtheorem{axiom}[theorem]{Axiom}
    \newtheorem{case}[theorem]{Case}
    \newtheorem{claim}[theorem]{Claim}
    \newtheorem{conclusion}[theorem]{Conclusion}
    \newtheorem{condition}[theorem]{Condition}
    \newtheorem{conjecture}[theorem]{Conjecture}
    \newtheorem{corollary}[theorem]{Corollary}
    \newtheorem{criterion}[theorem]{Criterion}
    \newtheorem{definition}[theorem]{Definition}
    \newtheorem{example}[theorem]{Example}
    \newtheorem{exercise}[theorem]{Exercise}
    \newtheorem{lemma}[theorem]{Lemma}
    \newtheorem{notation}[theorem]{Notation}
    \newtheorem{problem}[theorem]{Problem}
    \newtheorem{proposition}[theorem]{Proposition}
    \newtheorem{remark}[theorem]{Remark}
    \newtheorem{solution}[theorem]{Solution}
    \newtheorem{summary}[theorem]{Summary}
    \newenvironment{proof}[1][Proof]{\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
    %———————————————————-

    %Lettere Lituane
    \usepackage{newunicodechar}
    \newunicodechar{Ė}{\.{E}}
    \newunicodechar{Į}{\k{I}}
    \newunicodechar{Ų}{\textogonekcentered{U}}
    \newunicodechar{Ū}{\={U}}
    \newunicodechar{ė}{\.{e}}
    \newunicodechar{į}{\k{i}}
    \newunicodechar{ų}{\k{u}}
    \newunicodechar{ū}{\={u}}

    \begin{document}

    \frontmatter
    \pagestyle{empty} %No headings for the first pages.

    \title{Social Network Analysis\\Progetto Veivirzenu Gimnazija}
    \author{Andrea Febbo\\Mat: 0000555778}
    \date{Anno Accademico 2011/2012}
    \maketitle

    \tableofcontents%Stampa l'indice.

    \input{files/introduzione}

    \mainmatter
    \pagestyle{headings}

    a ą b c č d e ę ė f g h i į y j k l m n o p r s š t u ų ū v z ž

    A Ą B C Č D E Ę Ė F G H I Į Y J K L M N O P R S Š T U Ų Ū V Z Ž

    \input{files/obbiettivi}
    \input{files/raccolta}
    \input{files/analisi}
    \input{files/conclusioni}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% BIBLIOGRAFIA
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \cleardoublepage
    \addcontentsline{toc}{chapter}{\bibname}
    \nocite{*}
    \bibliographystyle{plain}
    \bibliography{bibliografia}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% SITOGRAFIA
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \cleardoublepage
    \addcontentsline{toc}{chapter}{Siti Web Consultati}
    \nociteweb{*}
    \bibliographystyleweb{plain}
    \bibliographyweb{web}

    %% The List of Figures
    \clearpage
    \addcontentsline{toc}{chapter}{List of Figures}
    \listoffigures

    %% The List of Tables
    %\clearpage
    %\addcontentsline{toc}{chapter}{List of Tables}
    %\listoftables

    %\appendix

    %\chapter{The First Appendix}

    \end{document}

    `

    Questo codice non so perche mi da appunto gli otto errori.

    però se scrivo questo tex non me li da:

    `

    \documentclass[a4paper]{article}
    \usepackage[T1]{fontenc}
    \usepackage[utf8]{inputenc}
    \usepackage{newunicodechar}
    \newunicodechar{Ė}{\.{E}}
    \newunicodechar{Į}{\k{I}}
    \newunicodechar{Ų}{\textogonekcentered{U}}
    \newunicodechar{Ū}{\={U}}
    \newunicodechar{ė}{\.{e}}
    \newunicodechar{į}{\k{i}}
    \newunicodechar{ų}{\k{u}}
    \newunicodechar{ū}{\={u}}

    \pagestyle{empty}
    \begin{document}

    a ą b c č d e ę ė f g h i į y j k l m n o p r s š t u ų ū v z ž

    A Ą B C Č D E Ę Ė F G H I Į Y J K L M N O P R S Š T U Ų Ū V Z Ž
    \end{document}

    `

    sapete dirmi perché?

    in risposta a: Caratteri lituani #64040
    Up
    0
    Down
    ::


    no, devo commentare le lettere ė į ų ū e poi funziona

    in risposta a: Caratteri lituani #64038
    Up
    0
    Down
    ::


    messo tutto quello che devo nell’intestazione, alcune lettere funzionano scrivendole e basta, queste:
    ą č ę š ž

    le altre (ė į ų ū) invece funzionano solo se scrivi il comando “specifico”, ad esempio \={u}

    in risposta a: Caratteri lituani #64036
    Up
    0
    Down
    ::


    Ho provato a fere come ho scritto Enrico:

    Quando copio il seguente codice nell’intestazione compila senza problemi

    `
    \usepackage{newunicodechar}
    \newunicodechar{Ė}{\.{E}}
    \newunicodechar{Į}{\k{I}}
    \newunicodechar{Ų}{\textogonekcentered{U}}
    \newunicodechar{Ū}{\={U}}
    \newunicodechar{ė}{\.{e}}
    \newunicodechar{į}{\k{i}}
    \newunicodechar{ų}{\k{u}}
    \newunicodechar{ū}{\={u}}
    `

    Naturamente utilizzo gia l’UTF8 ed il T1.

    Però non appena provo a scrivere i caratteri lituani mi da questo errore:

    ! Package inputenc Error: Unicode char \u8:Ä– not set up for use with LaTeX.

    Sono questi che non funzionnano: ė į ų ū

    però se quelle stesse lettere le scrivo così:

    `
    \.{e}
    \k{u}
    \={u}
    \k{i}
    `

    allora funzionano

    Sapete dirmi perché?

    in risposta a: Centrare nel foglio, non nella colonna di testo #59555
    Up
    0
    Down
    ::


    ho capito……
    allora penso che non ho bisogno di rifare il pdf uguale al sito.

    due domande:

    perché la lunghezza ideale è 65 +o- 5 caratteri?

    se la lunghezza perfetta di una riga è 65+o-5 perché latec mi genera automaticamente righe di circa 75 80 caratteri?

    grazie ancora dell’aiuto

    in risposta a: Centrare nel foglio, non nella colonna di testo #59552
    Up
    0
    Down
    ::


    Forse non mi sono spiegato….. io volevo allargare un po le righe, non accorciarle.
    Colpa mia… 😳

    in risposta a: Centrare nel foglio, non nella colonna di testo #59550
    Up
    0
    Down
    ::


    ok per quanto riguarda il frontespizio; ma per quanto riguarda il testo volevo allargare un po i margini per fare in modo che le riche andassero a capo come nel sito dove è publicato il libro. secondo voi è una cattiva idea?

    in risposta a: Centrare nel foglio, non nella colonna di testo #59547
    Up
    0
    Down
    ::


    `

    \usepackage[a4paper,top=3cm,bottom=3cm,left=3.5cm,right=3.5cm,%
    heightrounded,bindingoffset=5mm]{geometry}

    `

    Da come ho capito questo geometry si può usare anche per modificare i margini del testo, quindi la larghezza della colonna ad esempio.
    giusto?

    come faccio a far si che il frontespizio abbia una geometry diversa dal resto del testo?

    usare geometry è il metodo migliore per allargare un po i margini verso la parte che latex lascia un po più larga? (che è a destra o sinistra a seconda della pagina)

    spero di essermi spiegato 🙂

    grazie infinite del vostro prezioso aiuto! 😀

    in risposta a: Codifiche utf8 latin1 ISO-8859-1 #59497
    Up
    0
    Down
    ::


    Finalmente funziona…… credo che non funzionava perché compilavo col file figlio davanti…..
    forse lui lo interpreta come compila il file figlio…… 😕
    in texniccenter era uguale… 😛

    grazie 1000 dell’aiuto 😀

    in risposta a: Codifiche utf8 latin1 ISO-8859-1 #59495
    Up
    0
    Down
    ::


    in effetti hai ragione…… cosi funziona…..

    ho fatto delle prove e se lo faccio su un unico file funziona, se invece lo faccio con un file principale e poi inserisco il comando: \input{files/capitolo1} non funziona…..

    qualche idea?

    in risposta a: Citare dalla seconda bibliografia #39587
    Up
    0
    Down
    ::


    risolto….. semplicemente bisogna compilare 2 volte.

    in risposta a: Problemi di compilazione col pacchetto \caption usando #39542
    Up
    0
    Down
    ::


    Non è che non mi è chiara e che se inserisco nel preambolo:

    `

    \usepackage{subfig}
    \usepackage{caption}
    \captionsetup{labelfont=bf,font=footnotesize}

    \newlength{\larghfig}
    \setlength{\larghfig}{0.48\columnwidth}

    `

    non compila più nulla come ho descritto sopra.

    in risposta a: Problemi di compilazione col pacchetto \caption usando #39540
    Up
    0
    Down
    ::


    ma deve importare anche subfig allora?

    in risposta a: Problemi di compilazione col pacchetto \caption usando #39537
    Up
    0
    Down
    ::

    Ciao.
    Per aiutarti avremmo bisogno di vedere il codice, un cosiddetto “esempio minimo compilabile”.
    Non basta una descrizione sommaria di quello che accade quando compili.

    🙂
    LuCa

    eccolo:

    `

    %% Based on a TeXnicCenter-Template by Gyorgy SZEIDL.
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

    %———————————————————-
    %
    \documentclass[a4paper, 12pt]{book}%

    \usepackage[latin1]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage[italian]{babel}

    %\usepackage{hyperref}

    \usepackage{lmodern} %ANTI SGRANAGGIO!!! %Type1-font for non-english texts and characters

    \usepackage{url}
    \usepackage{float}

    %% Multibibliografia per fa funzionare sitografia %%%%%%%%%%%
    \usepackage[resetlabels]{multibib}
    \newcites{web}{Siti Web Consultati}

    %% Line Spacing %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \usepackage{setspace}
    %\singlespacing %% 1-spacing (default)
    \onehalfspacing %% 1,5-spacing
    %\doublespacing %% 2-spacing

    %% Other Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %\usepackage{a4wide} %%Smaller margins = more text per page.
    %\usepackage{fancyhdr} %%Fancy headings
    %\usepackage{longtable} %%For tables, that exceed one page

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% Remarks
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %
    % TODO:
    % 1. Edit the used packages and their options (see above).
    % 2. If you want, add a BibTeX-File to the project
    % (e.g., 'literature.bib').
    % 3. Happy TeXing!
    %
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% Options / Modifications
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

    %\input{options} %You need a file 'options.tex' for this
    %% ==> TeXnicCenter supplies some possible option files
    %% ==> with its templates (File | New from Template…).

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% Comandi e ambienti definiti da me
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

    \newenvironment{tab}[1]%
    {\begin{tabular}{|#1|}\hline}%
    {\hline\end{tabular}}

    \newenvironment{tabSenzaLinee}[1]%
    {\begin{tabular}{|#1|}}%
    {\end{tabular}}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% Consigli per documentclass book di TeXnicCenter
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %———————————————————-
    % This is a sample document for the standard LaTeX Book Class
    % Class options
    % — Body text point size:
    % 10pt (default), 11pt, 12pt
    % — Paper size: letterpaper (8.5×11 inch, default)
    % a4paper, a5paper, b5paper,
    % legalpaper, executivepaper
    % — Orientation (portrait is the default):
    % landscape
    % — Printside: oneside, twoside (default)
    % — Quality: final(default), draft
    % — Title page: titlepage, notitlepage
    % — Columns: onecolumn (default), twocolumn
    % — Start chapter on left:
    % openright(no, default), openany
    % — Equation numbering (equation numbers on right is the default):
    % leqno
    % — Displayed equations (centered is the default):
    % fleqn (flush left)
    % — Open bibliography style (closed bibliography is the default):
    % openbib
    % For instance the command
    % \documentclass[a4paper,12pt,reqno]{book}
    % ensures that the paper size is a4, fonts are typeset at the size 12p
    % and the equation numbers are on the right side.
    %
    \usepackage{amsmath}%
    \usepackage{amsfonts}%
    \usepackage{amssymb}%
    \usepackage{graphicx}
    %———————————————————-
    \newtheorem{theorem}{Theorem}
    \newtheorem{acknowledgement}[theorem]{Acknowledgement}
    \newtheorem{algorithm}[theorem]{Algorithm}
    \newtheorem{axiom}[theorem]{Axiom}
    \newtheorem{case}[theorem]{Case}
    \newtheorem{claim}[theorem]{Claim}
    \newtheorem{conclusion}[theorem]{Conclusion}
    \newtheorem{condition}[theorem]{Condition}
    \newtheorem{conjecture}[theorem]{Conjecture}
    \newtheorem{corollary}[theorem]{Corollary}
    \newtheorem{criterion}[theorem]{Criterion}
    \newtheorem{definition}[theorem]{Definition}
    \newtheorem{example}[theorem]{Example}
    \newtheorem{exercise}[theorem]{Exercise}
    \newtheorem{lemma}[theorem]{Lemma}
    \newtheorem{notation}[theorem]{Notation}
    \newtheorem{problem}[theorem]{Problem}
    \newtheorem{proposition}[theorem]{Proposition}
    \newtheorem{remark}[theorem]{Remark}
    \newtheorem{solution}[theorem]{Solution}
    \newtheorem{summary}[theorem]{Summary}
    \newenvironment{proof}[1][Proof]{\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
    %———————————————————-
    \begin{document}

    \frontmatter
    \pagestyle{empty} %No headings for the first pages.

    \title{S E $\cdot$ R $\cdot$ E D\\Statistical Evaluation and Representation of Electronic Data\\Uno stumento per l'analisi delle rilevazioni sulle opinioni degli studenti.}
    \author{Andrea Febbo}
    \date{15 Dicembre 2009}
    \maketitle

    \tableofcontents%Stampa l'indice.

    \input{files/prefazione}

    \input{files/introduzione}

    \mainmatter
    \pagestyle{headings}
    \part{Realizzazione del Sistema}%trovare un termine più adatto di progettista

    %\chapter{Descrizione delle Specifiche}\label{cap:desSpec}

    \input{files/pianoDiProcesso}
    \input{files/primoCicloIterazione}
    \input{files/secondoCicloIterazione}

    \part{Illustrazione del Sistema}

    \input{files/gestioneDB}
    \input{files/interpretazione}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% BIBLIOGRAFIA
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \cleardoublepage
    \addcontentsline{toc}{chapter}{\bibname}
    \nocite{*}
    \bibliographystyle{plain}
    \bibliography{bibliografia}

    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    %% SITOGRAFIA
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    \cleardoublepage
    \addcontentsline{toc}{chapter}{Siti Web Consultati}
    \nociteweb{*}
    \bibliographystyleweb{plain}
    \bibliographyweb{web}

    %% The List of Figures
    \clearpage
    \addcontentsline{toc}{chapter}{List of Figures}
    \listoffigures

    %% The List of Tables
    \clearpage
    \addcontentsline{toc}{chapter}{List of Tables}
    \listoftables

    %\appendix

    %\chapter{The First Appendix}

    %The \verb”\appendix” command should be used only once. Subsequent appendices can
    %be created using the Chapter command.

    %\chapter{The Second Appendix}
    %testo

    %\backmatter

    %\chapter{Afterword}

    %The back matter often includes one or more of an index, an afterword,
    %acknowledgements, a bibliography, a colophon, or any other similar item. In
    %the back matter, chapters do not produce a chapter number, but they are
    %entered in the table of contents. If you are not using anything in the back
    %matter, you can delete the back matter TeX field and everything that follows it.
    \end{document}

    `

    Che mi dite?

    in risposta a: Problemi di compilazione col pacchetto \caption usando #39535
    Up
    0
    Down
    ::


    Scusate…….

    Allora tutto funziona……

    poi inserisco \usepackage{caption} nel preambolo e quando compila dice 0 errori, 1 warning (che c’era anche prima quando funzionava), 0 badbox e 0 pagine.

    non genera nulla……

    Scusate ancora……

Stai visualizzando 15 risposte – dal 31 al 45 (di 60 totali)

Go to top