Blame view

exemplos/ex-dimensoes.tex 381 Bytes
43b1cb3e   Francisco Coelho   auto update Thu D...
1
2
3
4
5
6
7
\documentclass{article}
% Português
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage{lipsum}
\usepackage[portuges]{babel}
\usepackage{siunitx}
23be622a   Francisco Coelho   auto update Thu D...
8
% Acronym
43b1cb3e   Francisco Coelho   auto update Thu D...
9
10
11
12
13
14
15
16
17
18
19
20
\usepackage{geometry}
\geometry{
    paper=a4paper,
    left=5mm,
    right=5cm
}
%
\title{Dimensão da Página e do Texto}
\author{Francisco Coelho}
%
\begin{document}
    \maketitle
43b1cb3e   Francisco Coelho   auto update Thu D...
21
22
    \lipsum
\end{document}