-
Notifications
You must be signed in to change notification settings - Fork 0
/
livre.html
68 lines (49 loc) · 2.14 KB
/
livre.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="description" content="Brice Loustau" />
<title>Brice Loustau - Livre</title>
<link rel="stylesheet" href="/css/style.css" type="text/css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon-32x32.png" sizes="32x32" /><link rel="icon" href="favicon-192x192.png" sizes="192x192" />
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
</head>
<body>
<div id="main">
<div id="header">
<p> <a href="/book.html">English</a></p>
</div>
<div id="leftnavbar">
<ul>
<li><a href="/indexfr.html">Accueil</a></li>
<li><a href="/enseignement.html">Enseignement</a></li>
<li class="active"><a href="/livre.html">Livre</a></li>
<li><a href="/recherche.html">Recherche</a></li>
<li><a href="/codefr.html">Code</a></li>
<li><a href="/apropos.html">À propos</a></li>
</ul>
</div>
<div id="maincontent">
<p class="titre0" id="livre">Livre : <i>Hyperbolic geometry</i></p>
<p><i>Hyperbolic geometry</i> est un livre à paraître en 2022.
Il s'agit d'un cours d'introduction à la géométrique hyperbolique de niveau L3/M1.</p>
<p>Le livre comprend 18 chapitres divisés en 7 parties, un appendice, 100+ figures, 100+ exercices avec indications et solutions.</p>
<p>Vous pouvez voir ou télécharger une version préliminaire <b>incomplète</b> ci-dessous.</p>
<center>
<br />
<p><a href="ressources/book.pdf">Voir ou télécharger (PDF)</a></p>
<br />
<p> <a href="ressources/book.pdf"> <img style="width: 300px" src="/ressources/book.png"> </a> </p>
</center>
<br /><br /><br /><br />
<center>
<p> <a href="ressources/hyp0.jpg"><img style="width: 450px" src="/ressources/hyp0-900.jpg"></a> </p>
</center>
</div>
<div id="footer">
<p>Brice Loustau. Contact : <a href="mailto:brice@loustau.eu">brice@loustau.eu</a></p>
</div>
</div>
</body>
</html>