cleanup
This commit is contained in:
parent
bdcb3764f0
commit
533f8e0b8a
2 changed files with 3 additions and 6 deletions
|
@ -1,11 +1,5 @@
|
|||
\documentclass{../easyLetter}
|
||||
|
||||
% Fix hauteur
|
||||
\renewcommand{\paperheight}{11in}
|
||||
|
||||
% Désactive les césures des mots
|
||||
\usepackage[none]{hyphenat}
|
||||
|
||||
% Titre et auteur
|
||||
\titre{Lettre}
|
||||
\auteur{Prénom Nom}
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
\LoadClass[12pt]{lettre}
|
||||
|
||||
% Fix hauteur
|
||||
\renewcommand{\paperheight}{11in}
|
||||
|
||||
\AtEndPreamble{
|
||||
% Encoding
|
||||
\RequirePackage[utf8]{inputenc}
|
||||
|
|
Loading…
Reference in a new issue