Re: Classe book: dimensione font Titolo Capitolo

#37351
Up
0
Down
::


la classe è book:

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

questo il frontespizio completo:

Ti rignrazio, sto scrivendo la mia Tesi in Ingegneria, quella di mia Madre in Giurisprudenza e componendo entrambe le Slides con beamer!

`\documentclass[a4paper,12pt,openright]{book}
\usepackage[english,italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage [ T 1]{ fontenc }
\usepackage{natbib}
\usepackage[a4paper,top=5cm,bottom=6.2cm,right=4.4cm,left=4.4cm,bindingoffset=0mm]{geometry}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage[onehalfspacing]{setspace}
\usepackage[font=small]{caption}
\usepackage[T1]{fontenc}
\usepackage[tight,italian]{minitoc}
\usepackage{type1ec}
\usepackage{microtype}
\usepackage[italian]{varioref}
\usepackage{lettrine}
\usepackage{fancyhdr}
\usepackage[]{frontespizio} %Per il frontespizio
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\fancyhf{}
\fancyhead[LE]{}
\fancyhead[RO]{}
\fancyhead[LO]{\slshape\rightmark}
\fancyhead[RE]{\slshape\leftmark}
\fancyfoot[C]{\thepage}

%%%%% SOMMARIO %%%%%%%
%\newcommand {\fncyblank}{\fancyhf{}}

\usepackage[colorlinks=false]{hyperref}
\usepackage{mathptmx}
\usepackage[scaled=.90]{helvet}
\usepackage{courier}
%\renewcommand{\thepage}{\cfoot{thepage}}

%%% ABSTRACT
\usepackage{fancyhdr}
\newcommand{\fncyblank}{\fancyhf{}}
\newenvironment{abstract} %
{\cleardoublepage \fncyblank \begin{center} \bfseries \abstractname \end{center}} %
{\vfill \null}

%%%%% VOCI Bibliogrtafia in italiano %%%%%
% \renewcommand*{\backreftwosep}{ e~}
% \renewcommand*{\backreflastsep}{ e~}
% \renewcommand*{\backrefalt}[4]{%
% \ifcase #1 %
% \relax%
% \or
% (Citato a pagina~#2.)%
% \else
% (Citato alle pagine~#2.)
% \fi}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%% Numeri capitoli in Romano
\renewcommand{\thechapter}{\Roman{chapter}}
\renewcommand{\thesection}{\thechapter.\Roman{section}}
\renewcommand{\thesubsection}{\thesection.\Roman{subsection}}
%\renewcommand{\thesubsubsection}{\thesubsection.\Roman{subsubsection}}

%%% Per i riferimenti a capitoli o pagine in Italiano
\makeatletter
\vref@addto\extrasitalian{%
\def\reftextfaraway#1{a pagina~\pageref{#1}}%
}
\makeatother
%%% FINE %%%`

Go to top