diff options
author | Nao Pross <naopross@thearcway.org> | 2017-10-17 20:30:02 +0200 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2017-10-17 20:30:02 +0200 |
commit | b0c16711c5b79a95309b5bc0fa86156033e1c173 (patch) | |
tree | 0f0c7ba04774ee4bcfed3a2569169ea63305c2d8 /lfc_draft.tex | |
download | LFC-b0c16711c5b79a95309b5bc0fa86156033e1c173.tar.gz LFC-b0c16711c5b79a95309b5bc0fa86156033e1c173.zip |
First commit
Diffstat (limited to '')
-rw-r--r-- | lfc_draft.tex | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/lfc_draft.tex b/lfc_draft.tex new file mode 100644 index 0000000..79566f6 --- /dev/null +++ b/lfc_draft.tex @@ -0,0 +1,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} |