Risposte nei forum create
-
AutoreRisposte
-
::
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é?
::
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é?
::
`\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! 😀
24 Novembre 2009 alle 19:45 in risposta a: Problemi di compilazione col pacchetto \caption usando #3954224 Novembre 2009 alle 18:16 in risposta a: Problemi di compilazione col pacchetto \caption usando #3954024 Novembre 2009 alle 10:40 in risposta a: Problemi di compilazione col pacchetto \caption usando #39537::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.🙂
LuCaeccolo:
`
%% 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?
24 Novembre 2009 alle 1:41 in risposta a: Problemi di compilazione col pacchetto \caption usando #39535 -
AutoreRisposte