summaryrefslogtreecommitdiffstats
path: root/lfc_draft.tex
blob: 79566f680ca0b8b8bf3f10383e8f86e626f9629d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\documentclass[a4paper,11pt]{article}

\usepackage[a4paper, inner=3cm, outer=3cm, marginpar=0pt]{geometry}
\usepackage[explicit]{titlesec}
\usepackage[italian]{babel}
\usepackage[T1]{fontenc}
\usepackage{ulem}
\usepackage{lmodern} % font
\usepackage{xcolor} % colored text
\usepackage{everysel} % font hypenation
\usepackage{lipsum}

% set font
\renewcommand\familydefault{\ttdefault}
\raggedright
\setlength\parindent{2em} % restore paragraph indent

% setup title(s)
\renewcommand*\thesection{\Roman{section}}
\titleformat{\section}
    % [] % shape
    {\normalfont} % format
    {\thesection.} % label
    {5pt} % separator
    {\textcolor{red!50!black}{\MakeUppercase{#1}}} % before-code
    % [] % after-code

\renewcommand*\thesubsection{\roman{subsection}}
\titleformat{\subsection}
    % [] % shape
    {\normalfont} % format
    {\thesubsection.} % label
    {5pt} % separator
    {\MakeUppercase{#1}} % before-code
    % [] % after-code


\begin{document}
\begin{center} 
    \textbf{BOZZA LAVORO DI FINE CORSO} \\
    Naoki Pross 4B
\end{center}

\section{Introduzione} 
[ da scrivere per ultima ] 

\section{Testo Narrativo}
\subsection{Cenni biografici}
\subsection{Riassunto breve}



\subsection{Riassunto Analitico}
\subsection{Tematiche presenti nel libro}
\subsection{Motivazioni della scelta}
\subsection{Risposta personale all'interrogativo}
\subsection{Risposta alla tematica secondo il libro}

% \section{Articolo}
% \section{Pellicola}
% \section{Conclusioni}

\end{document}