Lorenzo

Risposte nei forum create

Stai visualizzando 3 risposte – dal 1 al 3 (di 3 totali)
  • Autore
    Risposte
  • in risposta a: Problema con bibliografia #75238
    Up
    0
    Down
    ::


    mi aiutate per favore? scusate l’insistenza, ma è abbastanza urgente…

    in risposta a: Problema con bibliografia #75237
    Up
    0
    Down
    ::


    per quanto riguarda l’ordine in base all’ordine di apparizione, ho notato che è usanza comune in ambito di articoli medici…
    Il problema principale adesso è passare da

    Autore, Titolo Articolo, Rivista, Numero, Pagine, Anno
    a
    Autore, Titolo Articolo, Rivista, Anno, Numero, Pagine

    come fare?

    in risposta a: Problema con bibliografia #75236
    Up
    0
    Down
    ::


    Main
    `% The class: the leet one
    \documentclass[a4paper,12pt,oneside]{memoir}
    %\documentclass[a4paper]{memoir}

    % Dedicated settings
    \input{preamble}

    \begin{document}
    \pagestyle{empty}
    \includepdf[pages=1]{frontespizio/main}

    \frontmatter
    \pagestyle{plain}

    % Dedication
    \begin{epigraphs}
    \qitem{
    Dedicato a …
    }{\small Lorenzo}
    \end{epigraphs}

    % Acknowkedgements
    \chapter*{Ringraziamenti}
    Ringrazio tutti.

    % Preface and conventions
    \chapter*{Acronimi}
    \label{chap:prefazione}
    Viene riportata una lista delle definizioni degli acronimi che compaiono nel documento.

    \begin{acronym}
    \setlength{\itemsep}{0pt}\small
    \acro{ACh}{\emph{Acetilcolina}}
    \acro{ACT}{\emph{Activated Clotting Time}}
    \acro{ATP}{\emph{Adenosina Tri-Fosfato}}
    \acro{CABG}{\emph{Coronary Artery Bypass Graft}}
    \acro{CAP}{\emph{Catetere in Arteria Polmonare di Swan-Ganz}}
    \acro{CI}{\emph{Indice Cardiaco}}
    \acro{CX}{\emph{Arteria Circonflessa}}
    \acro{CD}{\emph{Arteria Coronaria Destra}}
    \acro{CP}{\emph{Creatin-fosfato}}
    \acro{CPAP}{\emph{Continuous positive airway pressure}}
    \acro{CPB}{\emph{Bypass Cardiopolmonare}}
    \acro{CVP}{\emph{Catetere Venoso Periferico}}
    \acro{DBS}{\emph{Double Burst Stimulation}}
    \acro{ECG}{\emph{Elettrocardiogramma}}
    \acro{EMG}{\emph{Elettromiografia}}
    \acro{ETCO2}{\emph{End tidal CO2 – Capnografia}}
    \acro{FE}{\emph{Frazione di Eiezione}}
    \acro{IOT}{\emph{Intubazione Orotracheale}}
    \acro{IVIG}{\emph{Immunoglobuline Intravenose}}
    \acro{nAChR}{\emph{Recettore nicotinico dell'acetilcolina}}
    \acro{nAChR-Ab}{\emph{Anticorpi anti-recettore nicotinico dell'acetilcolina}}
    \acro{MG}{\emph{Miastenia gravis}}
    \acro{PA}{\emph{Pressione Arteriosa}}
    \acro{IVA}{\emph{Arteria Interventricolare Anteriore}}
    \acro{TC}{\emph{Tomografia Computerizzata}}
    \acro{PAO2}{\emph{Pressione Parziale Arteriosa di Ossigeno}}
    \acro{PACO2}{\emph{Pressione Parziale Arteriosa di Anidride Carbonica}}
    \acro{PVC}{\emph{Pressione Venosa Centrale}}
    \acro{SPO2}{\emph{Pulsiossimetria}}
    \acro{RM}{\emph{Risonanza Magnetica}}
    \acro{SIMV}{\emph{Synchronized Intermittent Mandatory Ventilation}}
    \acro{TIVA}{\emph{Anestesia Totalmente Endovenosa}}
    \acro{TOF}{\emph{Train of Four}}
    \acro{TEE}{\emph{Ecocardiografia Transesofagea}}
    \acro{TTE}{\emph{Ecocardiografia Transtoracica}}
    \acro{ROT}{\emph{Riflessi Osteotendinei}}
    \acro{VATET}{\emph{Video-Assisted Thoracoscopic Extended Thymectomy}}
    \end{acronym}

    % Lists
    \clearpage
    \tableofcontents

    % Main text
    \mainmatter
    \pagestyle{ruled}

    \include{capitoli/Introduzione}
    \include{capitoli/miastenia}
    \include{capitoli/anestesiacabg}
    \include{capitoli/bloccanti}
    \include{capitoli/anestesia}
    \include{capitoli/casereport}
    \include{capitoli/discussione}

    \backmatter
    \pagestyle{plain}

    % Lists
    \clearpage
    \listoffigures
    \clearpage
    \listoftables

    % Bibliography
    \bibliographystyle{unsrt}
    \bibliography{main}

    %\include{capitoli/Colophon}

    \end{document}`

    e preamble

    `% Packages and their settings
    \usepackage[italian]{babel}
    \usepackage[T1]{fontenc}
    %\usepackage[utf8]{inputenc}
    \usepackage[latin1]{inputenc}
    \usepackage{textcomp}
    \usepackage{palatino}
    %\usepackage[scaled=0.9]{beramono}
    \usepackage{acronym}
    \usepackage{amsmath}
    \usepackage{amssymb}
    \usepackage{wasysym}
    \usepackage{graphicx}
    \usepackage{listings}
    \usepackage[thmmarks]{ntheorem}
    \usepackage[plainpages=false,pdfpagelabels,hypertexnames=false]{hyperref}
    \usepackage{longtable}
    \usepackage{natbib}
    \usepackage{pdfpages}

    % Listings
    \lstset{
    basicstyle=\ttfamily\tiny,
    basewidth=0.6em,
    showstringspaces=false,
    frame=lines,
    keywordstyle=\bfseries,
    captionpos=b,
    numbers=left,
    numberstyle=\tiny\ttfamily,
    breaklines=true,
    aboveskip=0.4cm
    }
    \renewcommand*{\lstlistingname}{Listato}

    % Theorems
    \theoremstyle{plain}
    \newtheorem{teorema}{Teorema}[section]
    \newtheorem{lemma}{Lemma}[section]
    \newtheorem{definizione}{Definizione}[section]
    \newtheorem{proposizione}{Proposizione}[section]

    \theoremheaderfont{\bfseries}
    \theorembodyfont{\upshape}
    \theoremstyle{nonumberplain}

    \theoremheaderfont{\scshape}\theorembodyfont{\upshape}
    \theoremstyle{nonumberplain}
    \theoremseparator{}
    \theoremsymbol{\rule{1ex}{2ex}}
    \newtheorem{proof}{Dimostrazione}

    % Layout stuff
    \frenchspacing
    \raggedbottom
    \linespread{1.4}
    %\linespread{1.05}
    \setlength{\doublerulesep}{\arrayrulewidth}
    \setlength{\parskip}{0.05cm}
    \setlength{\parsep}{0cm}

    % Epigraph
    \epigraphfontsize{\Large}

    % Numbering
    \setsecnumdepth{subsection}
    \maxsecnumdepth{subsection}

    %\settocdepth{subparagraph}

    % Heading styles
    \renewcommand{\chapnumfont}{\centering\normalfont\small\scshape}
    \renewcommand{\chaptitlefont}{\centering\normalfont\huge\bfseries\scshape}
    \setlength{\beforechapskip}{-10pt}
    \setsecheadstyle{\Large\bfseries\scshape\raggedright}
    \setsubsecheadstyle{\large\scshape\raggedright}
    \setsubsubsecheadstyle{\normalsize\scshape\raggedright}
    \setparaheadstyle{\large\bfseries\raggedright}
    \setsubparaheadstyle{\normalsize\bfseries\itshape\raggedright}
    \renewcommand{\printchaptername}{}
    \renewcommand{\chapternamenum}{\scshape—~Capitolo~}
    \renewcommand{\afterchapternum}{~—\\\vspace{-0.2cm}}

    % Lists
    \renewcommand*{\descriptionlabel}[1]{\hspace\labelsep\normalsize\normalfont\sffamily #1}

    % Captions and floats
    \captionnamefont{\small\scshape}
    \captiontitlefont{\small}

    % Headers/footers styles
    \makeevenfoot{Ruled}{\sffamily\bfseries\thepage}{}{}
    \makeoddfoot{Ruled}{}{}{\sffamily\bfseries\thepage}

    % ToC
    \renewcommand{\cftchapterfont}{\normalfont\scshape\bfseries}`

Stai visualizzando 3 risposte – dal 1 al 3 (di 3 totali)

Go to top