Created
February 10, 2019 18:57
-
-
Save sim590/d0a7659b71a2f5c3d7f48344b89a7649 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt]{memoireuqam1.3} | |
\usepackage[french]{babel} | |
\usepackage[utf8]{inputenc} | |
\usepackage[T1]{fontenc} | |
\usepackage[colorlinks]{hyperref} | |
\usepackage{amsthm} | |
\usepackage{amssymb} | |
\usepackage{tikz} | |
\usetikzlibrary{calc} | |
\usepackage[many]{tcolorbox} | |
\usepackage[indexonlyfirst,stylemods=bookindex,nopostdot]{glossaries-extra} | |
\setabbreviationstyle{long-short} | |
\renewcommand*\glsxtrfullsep[1]{~} % espaces insécables avec abbréviation et parenthèse | |
\glsdisablehyper | |
\makeglossaries | |
\setglossarystyle{bookindex} | |
\usepackage[numbers,sort]{natbib} | |
\makeatletter | |
\renewcommand*{\NAT@spacechar}{~} % produit espace insécable dans \citet | |
\makeatother | |
\usepackage{general} | |
\usepackage{mathematiques} | |
\author{Simon Désaulniers} | |
\title{Algorithmique et sécurité des systèmes distribués} | |
\matiere{informatique} | |
\uqammemoire | |
\input{glossaire} | |
\makeatletter | |
\hypersetup{ | |
pdfauthor={\@author}, | |
pdftitle={\@title}, | |
pdfkeywords={Maîtrise Informatique {Systèmes distribués} Cryptographie Mémoire} | |
} | |
\makeatother | |
\begin{document} | |
\thispagestyle{empty} | |
\maketitle | |
\tableofcontents | |
\listoftables | |
\listoffigures | |
\printglossary[title=Lexique] | |
\renewcommand{\bibname}{R\'EF\'ERENCES} | |
\bibliographystyle{apalike-uqam} | |
\bibliography{\jobname} | |
\end{document} | |
% vim: set ts=2 sw=2 tw=100 et : | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment