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}
|
\documentclass{../easyLetter}
|
||||||
|
|
||||||
% Fix hauteur
|
|
||||||
\renewcommand{\paperheight}{11in}
|
|
||||||
|
|
||||||
% Désactive les césures des mots
|
|
||||||
\usepackage[none]{hyphenat}
|
|
||||||
|
|
||||||
% Titre et auteur
|
% Titre et auteur
|
||||||
\titre{Lettre}
|
\titre{Lettre}
|
||||||
\auteur{Prénom Nom}
|
\auteur{Prénom Nom}
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
|
|
||||||
\LoadClass[12pt]{lettre}
|
\LoadClass[12pt]{lettre}
|
||||||
|
|
||||||
|
% Fix hauteur
|
||||||
|
\renewcommand{\paperheight}{11in}
|
||||||
|
|
||||||
\AtEndPreamble{
|
\AtEndPreamble{
|
||||||
% Encoding
|
% Encoding
|
||||||
\RequirePackage[utf8]{inputenc}
|
\RequirePackage[utf8]{inputenc}
|
||||||
|
|
Loading…
Reference in a new issue