- Questo topic ha 9 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 14 anni, 6 mesi fa da .
-
Topic
-
Ciao a tutti!
sono Paolo, mi son appena iscritto al forum e sono un neofita di latex.
Scusate se apro un topic già trattato in passato, ma non ho ancora preso confidenza con la ricerca sul forum:)
Vorrei chiedervi un consiglio su come impostare una tesi con queste caratteristiche (io utilizzo Texmaker):
-pagina di 32-35 righe, ciascuna di 65-70 caratteri di tipo Times new roman
-scrittura in recto e verso
come preambolo ho trovato questo, ma non riesco a ottenere il Times e il numero di caratteri giusti per riga.
potreste aiutarmi?`\documentclass[a4paper,12pt,twoside,openright]{report}
\author{Mrbungle}
\title{L'anemia infettiva equina}\usepackage{newlfont}
\usepackage{longtable}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\PrerenderUnicode{àèéìòù–}\usepackage{vmargin}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{latexsym}\usepackage[latin1]{inputenc}
\usepackage[italian]{babel}% Per l'indice analitico
\usepackage{makeidx}
\makeindex\linespread{1.4}
%\renewcommand{\baselinestretch}{1.5}\evensidemargin=3.75cm
\oddsidemargin=3.35cm
%\setlength{\oddsidemargin}{37.5mm}
%\setlength{\evensidemargin}{35.5mm}\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{\MakeUppercase{\chaptername}\ \thechapter.\ #1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ \ #1}{}}\fancyhead{}
\fancyhead[LE]{\slshape \leftmark}
\fancyhead[RO]{\slshape \rightmark}
\fancyfoot[EC,OC]{\thepage}\renewcommand{\headrulewidth}{0.4pt}
% Comments and questions
\newenvironment{todo}{\begin{quote}\textbf{To Do:}}{\end{quote}}
\newenvironment{dimostrazione}{\begin{quote}\textbf{Dimostrazione:}}{\end{quote}}% Theorems, examples, …
\newtheorem{example}{Esempio}
\newtheorem{definition}{Definizione}
\newtheorem{theorem}{Teorema}
\newtheorem{lemma}{Lemma}% Box to denote end of example, definition, …
\newcommand{\putbox}{\hspace*{\fill} $\Box$}%% Because html converters don't know tabularnewline
\providecommand{\tabularnewline}{\\}\begin{document}
…`
- Devi essere connesso per rispondere a questo topic.