Salve a tutti,
mi aiutate a impostare un template latex per una tesi di dottorato? Le regole principali a cui sottostare sono le seguenti:-Use as printed area 17 x 24 cm
-All the text should be single spaced, with one line-space between paragraphs, 11 pt. Times New Roman font.
-All main headings shall be in numbered capital letters. Text starts on next line, 11 pt. Times New Roman font.
-The text must be justified.
-FIGURES:
-A caption in 9 pt Times New Roman font must be provided below each figure.
-A single blank line space should appear before the figure and following the caption.GRAZIE MILLE
Non l’ho provato, ma potresti partire dal seguente codice per il preambolo:
`\documentclass[a4paper, 11pt]{book}
%[…]
\usepackage[textwidth=17cm,textheight=24cm]{geometry}
\usepackage{times}
\usepackage[font=footnotesize]{caption}
\usepackage{sectsty}
\allsectionfont{\MakeUppercase}
%[…]`
LuCa