dearick

Risposte nei forum create

Stai visualizzando 15 risposte – dal 181 al 195 (di 226 totali)
  • Autore
    Risposte
  • in risposta a: Come usare l’ambiente abstract con la classe book #52328
    Up
    0
    Down
    ::


    ok ho capito… allora va bene così….

    in risposta a: Come usare l’ambiente abstract con la classe book #52325
    Up
    0
    Down
    ::


    stampo su tutte e due le facciate

    in risposta a: Come usare l’ambiente abstract con la classe book #52322
    Up
    0
    Down
    ::


    no…. le altre tesi che ho come modello non hanno pagine vuote e sono state fatte in latex

    in risposta a: Come usare l’ambiente abstract con la classe book #52320
    Up
    0
    Down
    ::


    quindi cosa devo fare ?

    in risposta a: Come usare l’ambiente abstract con la classe book #52318
    Up
    0
    Down
    ::


    `\documentclass [12pt,a4paper,twoside,openany]{book}

    \usepackage[rilegatura=1.3 cm]{layaureo}
    \usepackage[latin1]{inputenc}
    \usepackage[english]{babel}
    \usepackage[T1]{fontenc}
    \usepackage[tight,italian]{minitoc}
    \usepackage{amsfonts}
    \usepackage{amsmath}
    \usepackage{amsthm}
    \usepackage{amssymb}
    \usepackage{graphicx}
    \usepackage{lettrine}

    \usepackage[babel]{csquotes}
    \usepackage{biblatex}

    \usepackage[Lenny]{fncychap}
    \usepackage{fancyhdr}
    \pagestyle{fancy}
    \ChTitleVar{\LARGE\bfseries\rm\centering}
    \fancyhead{}
    \fancyfoot{}
    \fancyfoot[RO,LE]{\thepage}
    \fancyhead[LE]{{\footnotesize\nouppercase\leftmark}} % even pages!
    \fancyhead[RO]{{\footnotesize\nouppercase\rightmark}} % odd pages!
    \usepackage {epigraph} %epigrafe
    \usepackage[bf,footnotesize]{caption}
    \usepackage{doublespace}
    \usepackage{chngcntr}
    \counterwithin{figure}{section}
    \counterwithin{table}{section}
    \theoremstyle{definition}
    \newtheorem{definition}{Definition}[section]
    \bibliography{Bibliography}

    \usepackage{emptypage}

    \begin{document}
    \frontmatter % per i numeri di pagina in romano
    \tableofcontents % Indice

    %******************************************************************
    % Capitoli
    %******************************************************************
    \input{Chapters/Inizio} % Abstract Aknowledgments Declaration
    \mainmatter % per i numeri di pagina in arabo
    \input{Chapters/01-LinearBlockCodes}
    \input{Chapters/02-LowDensityParityCheckCodes}
    \input{Chapters/03-SC-MPC}
    \input{Chapters/04-PerformanceComparison}
    %******************************************************************

    \backmatter

    %******************************************************************
    % Bibliografia
    %******************************************************************
    \addcontentsline{toc}{chapter}{Bibliography}
    \printbibliography
    %******************************************************************

    \end{document}
    `

    Il file Inizio dove ci sono l’abstract ecc è
    `\chapter*{Abstract}
    \addcontentsline{toc}{chapter}{Abstract}
    In this section, we provide some examples of codes with the aim to compare M-SC-MPC codes and their irregular versions with IEEE 802.16e standard QC-LDPC codes. For this purpose, we consider codes having all values of rate specified by the standard (R = 1/2, 2/3, 3/4 and 5/6) and length n = 1632. We have designed some M-SC-MPC codes and irregular M-SC-MPC codes with exactly the same length and rate.

    \chapter*{Aknowledgments}
    \addcontentsline{toc}{chapter}{Aknowledgements}
    In this section, we provide some examples of codes with the aim to compare M-SC-MPC codes and their irregular versions with IEEE 802.16e standard QC-LDPC codes. For this purpose, we consider codes having all values of rate specified by the standard (R = 1/2, 2/3, 3/4 and 5/6) and length n = 1632. We have designed some M-SC-MPC codes and irregular M-SC-MPC codes with exactly the same length and rate.

    \chapter*{Declaration}
    \addcontentsline{toc}{chapter}{Declaration}
    In this section, we provide some examples of codes with the aim to compare M-SC-MPC codes and their irregular versions with IEEE 802.16e standard QC-LDPC codes. For this purpose, we consider codes having all values of rate specified by the standard (R = 1/2, 2/3, 3/4 and 5/6) and length n = 1632. We have designed some M-SC-MPC codes and irregular M-SC-MPC codes with exactly the same length and rate.
    `

    Dopo il declaration mi lascia una pagina vuota…. che non voglio

    in risposta a: Come usare l’ambiente abstract con la classe book #52316
    Up
    0
    Down
    ::


    si ho usato openany….

    in risposta a: Come usare l’ambiente abstract con la classe book #52314
    Up
    0
    Down
    ::


    con la classe book ho messo l’opzione anypage e non openright

    come si usa emptypage ?

    in risposta a: Come usare l’ambiente abstract con la classe book #52311
    Up
    0
    Down
    ::


    mi aiutate per favore ?

    in risposta a: Come usare l’ambiente abstract con la classe book #52310
    Up
    0
    Down
    ::


    perché alla fine dell’abstract mi lascia una pagina bianca ?

    in risposta a: [RISOLTO] cambio grandezza carattere titolo #52235
    Up
    0
    Down
    ::


    RISOLTO… guardando la documentazione del pacchetto fancychap ho trovato il comando
    \chTitleVar ed io ho inserito i seguenti parametri… perché di default è Huge

    \ChTitleVar{\LARGE\bfseries\rm\centering}

    in risposta a: [RISOLTO] cambio grandezza carattere titolo #52234
    Up
    0
    Down
    ::


    il comando \tiny per la testatina va bene, ora mi manca di rimpicciolire la grandezza del titolo del capitolo

    in risposta a: [RISOLTO] cambio grandezza carattere titolo #52233
    Up
    0
    Down
    ::


    1) si…. la tesi è in inglese
    2) OK per openright

    in risposta a: [RISOLTO] cambio grandezza carattere titolo #52229
    Up
    0
    Down
    ::


    Esteticamente il titolo del capitolo su 3 righe è orrendo perché scrive 3 parole nella prima riga, poi 2 o 3 nella seconda e 1 parola nella 3 riga….. veramente orrendo

    il comando \small non cambia niente

    in risposta a: errore caricamento immagine eps #52039
    Up
    0
    Down
    ::


    si compilo con pdflatex…. ma non ho capito cosa devo fare

    in risposta a: errore con caption #51976
    Up
    0
    Down
    ::


    grazie egreg9… con le tue istruzioni funziona tutto a meraviglia

Stai visualizzando 15 risposte – dal 181 al 195 (di 226 totali)

Go to top