Skip to content

Instantly share code, notes, and snippets.

@sim590
Created February 10, 2019 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sim590/d0a7659b71a2f5c3d7f48344b89a7649 to your computer and use it in GitHub Desktop.
Save sim590/d0a7659b71a2f5c3d7f48344b89a7649 to your computer and use it in GitHub Desktop.
\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