-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexemple_lettre_notikz_en.tex
73 lines (61 loc) · 2.98 KB
/
exemple_lettre_notikz_en.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% customization (examples) :
%
% \setlength{\destlen}{7cm} % width of the destination address
% \setlength{\explen}{7cm} % width for your signature name
%
% to put header and/or footer on every page:
% \usepackage{everypage}
% and then for example :
% \AddEverypageHook{\laboheader}
% \AddThispageHook{\textheader{...}}
% or if you want to put it only on odd pages
% \usepackage{everypage}
% \usepackage{ifthen}
% and then
% \AddEverypageHook{\ifthenelse{\isodd{\thepage}}{\laboheader \labofooter}{}}
% \AddThispageHook{\textheader{...}}
%
\documentclass[a4paper,11pt]{article}
\usepackage[top=42mm,left=28mm,right=21mm,nohead,nofoot]{geometry}
% \usepackage{mathtools,amssymb,bm}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage{laboppnotikz}
\begin{document}
\pagestyle{empty}
% ---------------------------------------------------------- labo's header
\laboheader
% ---------------------------------------------------------- labo's footer
\labofooter
% ---------------------------------------------------------- you
\textheader{%
\textbf{First name LAST NAME}\newline
My position\newline
prenom.nom@math.univ-lille.fr\newline
+33(0)320 43X XXX
}
% ---------------------------------------------------------- recipient
\begin{destinataire}
\textbf{prof. Frodo BAGGINS}\\
Shire\\
XXXXX MIDDLE-EARTH\\
\end{destinataire}
\today
\vspace{1cm}
\renewcommand{\baselinestretch}{1.3}\selectfont
% ============================================================= the letter
\hspace{4cm}My Dear Frodo,
\vspace{4mm}
This is an example of a letter of our laboratory.
Euclid's Elements is a mathematical and geometric treatise consisting of 13 books written by the ancient Greek mathematician Euclid in Alexandria, Ptolemaic Egypt c. 300 BC. It is a collection of definitions, postulates (axioms), propositions (theorems and constructions), and mathematical proofs of the propositions.
The thirteen books cover Euclidean geometry and the ancient Greek version of elementary number theory. The work also includes an algebraic system that has become known as geometric algebra, which is powerful enough to solve many algebraic problems, including the problem of finding the square root of a number.
The Elements is the second oldest extant Greek mathematical treatises after Autolycus' \emph{On the Moving Sphere}, and it is the oldest extant axiomatic deductive treatment of mathematics. It has proven instrumental in the development of logic and modern science. According to Proclus the term ``element'' was used to describe a theorem that is all-pervading and helps furnishing proofs of many other theorems. The word ``element'' is in the Greek language the same as ``letter''.
% ---------------------------------------------------------- your signature
\vspace{1cm}\hspace{5cm}Yours sincerely
\begin{expediteur}[8cm]
\textbf{My--First--Name MY--FAMILY--NAME}
\end{expediteur}
\end{document}