16 lines
304 B
TeX
16 lines
304 B
TeX
|
\documentclass[a4paper]{article}
|
||
|
|
||
|
%% Language and font encodings
|
||
|
\usepackage[english]{babel}
|
||
|
\usepackage[utf8x]{inputenc}
|
||
|
|
||
|
%% Sets page size and margins
|
||
|
\usepackage[a4paper,top=3cm,bottom=2cm,left=3cm,right=3cm,marginparwidth=1.75cm]{geometry}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\section{Book Of Faces}
|
||
|
|
||
|
\end{document}
|
||
|
|