-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
26 lines (26 loc) · 950 Bytes
/
main.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
\documentclass[12pt,a4paper]{article}
\usepackage[frenchb]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[left=1.5cm,right=1.5cm,top=2cm,bottom=2cm]{geometry}
\usepackage{float}
\usepackage{hyperref}
\usepackage[resetlabels,labeled]{multibib}
\author{Révision \today}
\title{Pad Bibliographie Cyber}
\date{}
\newcites{C}{Bibliographie courante}
\newcites{A}{Articles essentiels}
\newcites{P}{Thèses et rapports}
\begin{document}
\maketitle
\begin{center}
Extrait du \href{https://github.com/M82-project/Bibliography}{dépôt de M82}\\Compte BlueSky : \href{https://bsky.app/profile/m82.bsky.social}{@m82.bsky.social} et Mastodon \href{https://infosec.exchange/@M82_project}{@M82\[email protected]} \nociteC{*} \nociteA{*} \nociteP{*}
\end{center}
\bibliographystyleC{plainurl}
\bibliographystyleA{plainurl}
\bibliographystyleP{plainurl}
\bibliographyC{bcur}
\bibliographyA{bart}
\bibliographyP{bphd}
\end{document}