- Questo topic ha 7 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 18 anni, 11 mesi fa da .
-
Topic
-
Salve a tutti,sono un nuovo utente del forum (oltre che di latex) e stò cominciando a scrivere la mai tesi con questo strumento.
Ammetto la mia ignoranza dicendovi che ho scaricato dalla rete un template (da qui) che stò adattando per il mio caso…ma ho difficoltà a capire i comandi.
Nello specifico vorrei, indentare il primo paragrafo, come di norma, ma probabilmente, a causa di una ridefinizione dei comandi, essa non avviene più in automatico.Vi posto l’intestazione del documento
`\newif\ifpdf
\ifx\pdfoutput\undefined \pdffalse \else \ifnum\pdfoutput=1
\pdftrue \else \pdffalse \fi \fi%\documentclass[12pt,a4paper,oneside, titlepage,fleqn,italian]{book} %stampa
\documentclass[12pt,a4paper,twoside,openright,titlepage,fleqn,italian]{book}\usepackage[italian]{babel} %<--per la sillabazione italiana \usepackage[latin1]{inputenc} %<--per la tastiera italiana e le lettere accentate \usepackage{graphicx} %<--per le figure \usepackage[colorlinks=false]{hyperref}%<--inserisce segnalibri e riferimenti indice \usepackage{longtable} \renewcommand{\thesection}{\arabic{section}} \addtolength{\voffset}{-0,5cm} \addtolength{\textheight}{1cm} \setlength{\parindent}{0pt} \frenchspacing \linespread{1.5} \usepackage{fancyhdr} \pagestyle{fancy}% \renewcommand{\chaptermark}[1]{\markboth{#1}{}}% \renewcommand{\sectionmark}[1]{\markright{\thechapter .\thesection\ #1}}% \renewcommand{\subsectionmark}[1]{\markright{\thechapter .\thesubsection\ #1}}% \fancyhf{} %Clears all header and footer fields, in preparation. \lhead{\rightmark}% \chead{}% \rhead{\bfseries\thepage}% \renewcommand{\headrulewidth}{0.4pt}% \renewcommand{\footrulewidth}{0pt}% \setlength{\headheight}{15pt}% \fancypagestyle{plain}{\fancyhead{}\renewcommand{\headrulewidth}{0pt}}% \fancyhead[LE,RO]{\textbf{\thepage}} %Displays the page number in bold in the header, %to the left on even pages and to the right on odd pages. \fancyhead[RE]{\nouppercase{\leftmark}} %Displays the upper-level (section) information - %as determined above - in non-upper case in the header, to the left on odd pages. \fancyhead[LO]{\nouppercase{\rightmark}} %Displays the lower-level (chapter) information - as %determined above - in the header, to the left on odd pages. % per far andare a capo il testo in formato \texttt{ } \usepackage[htt]{hyphenat}` c'è qualcuno così gentile da portmi spiegare cosa dovrei fare, per ripristinare l'indentazione? Grazie a tutti, ciao.
- Devi essere connesso per rispondere a questo topic.