Clean up the preamble.
This commit is contained in:
parent
56ba892504
commit
288292619a
1 changed files with 3 additions and 5 deletions
8
hdr.tex
8
hdr.tex
|
@ -5,15 +5,14 @@
|
|||
%%%% manuscrit de HDR.
|
||||
%%%% 5 janvier 2024
|
||||
|
||||
\documentclass[french,12pt,a4paper]{book}
|
||||
\documentclass[english,12pt,a4paper]{book}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{amssymb}
|
||||
\usepackage[dvipsnames]{xcolor} % où xcolor selon l'installation
|
||||
\usepackage[dvipsnames]{xcolor}
|
||||
\definecolor{Prune}{RGB}{99,0,60}
|
||||
\usepackage{mdframed}
|
||||
\usepackage{multirow} %% Pour mettre un texte sur plusieurs rangées
|
||||
|
@ -21,16 +20,15 @@
|
|||
\usepackage{scrextend} %Forcer la 4eme de couverture en page pair
|
||||
\usepackage{tikz}
|
||||
\usepackage{graphicx}
|
||||
\usepackage[absolute]{textpos}
|
||||
\usepackage{colortbl}
|
||||
\usepackage{array}
|
||||
\usepackage{geometry}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{lipsum}
|
||||
|
||||
\graphicspath{{pics/}}
|
||||
\usetikzlibrary{calc}
|
||||
|
||||
\usepackage{lipsum} % à retirer!!!
|
||||
\begin{document}
|
||||
|
||||
\begin{titlepage}
|
||||
|
|
Loading…
Reference in a new issue