diff --git a/README.md b/README.md
index ea39be06e7cb6aeda6ac0000c1ad758f21c0f61a..accc02d6133e2d37d50328bc6dbff06ae3c78b5a 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,5 @@ This project contains my [Pandoc template](https://pandoc.org/MANUAL.html#templa
 3. `pandoc -o example.pdf example.md --template latex.template`
 
 ## Example
-See [example.md](./example.md)
+- Markdown: [example.md](./example.md)
+- Generated PDF: [example.pdf](./example.pdf)
diff --git a/example.md b/example.md
index 5bdcd8c4bd730bdd6f5a79067acda43a4bc2c4d3..1a593bf35734e2656d1f608476e9a021103eed0d 100644
--- a/example.md
+++ b/example.md
@@ -12,7 +12,8 @@ bibliography: biblio.bib
 # Context {-}
 High Performance Computing (HPC) centers are large-scale computational platforms composed of many nodes and cores.
 Many different users  execute their applications on them, notably to conduct scientific simulation studies.
-Users do not directly access such platforms but use a middleware called a resource manager to reserve computational resources and to execute their applications on them — [Slurm] is the resource manager used in most HPC centers.
+Users do not directly access such platforms but use a middleware called a resource manager to reserve computational resources and to execute their applications on them.
+Examples of such resource managers include [OAR], [Slurm], [PBS], [Flux]...
 
 Resource managers can take many decisions about the execution of applications (when to execute them, on which resources) but also on the resources themselves (the frequency the processors should run at, when to shutdown or boot resources).
 Resources managers are therefore a key component when one wants to optimize the whole behavior of an HPC center, as tuning resource management policies can lead to significant gains.
@@ -39,7 +40,7 @@ The prediction of the execution time of applications has been studied in the lit
 
 - Machine learning skills, especially on time series
 - Programming skills in Python or R (C++ is a plus)
-- Taste for experimental methods (chocolate is a plus)
+- A taste for experimental methods (a taste for chocolate is a plus)
 - Fluent French or English
 
 # Practical details {-}
@@ -57,9 +58,12 @@ You can send us your application (cover letter + resume / short curriculum vitæ
 - [[ZCLT22]] Salah Zrigui, Raphael Y. de Camargo, Arnaud Legrand and Denis Trystram. *Improving the Performance of Batch Schedulers Using Online Job Runtime Classification.* Journal of Parallel and Distributed Computing, Elsevier, 2022, 164, pp.83-95.
 - [[GGRT15]] Eric Gaussier, David Glesser, Valentin Reis, and Denis Trystram. *Improving Backfilling by using Machine Learning to predict Running Times.* SuperComputing 2015, Nov 2015, Austin, TX, United States.
 
+[OAR]: https://oar.imag.fr
 [Slurm]: https://slurm.schedmd.com/overview.html
+[PBS]: https://www.openpbs.org
+[Flux]: https://flux-framework.org
 [Frontier]: https://en.wikipedia.org/wiki/Frontier_(supercomputer)
-[SEPIA]: https://www.irit.fr/en/departement/dep-architecture-systems-and-networks/sepia-team/
+[SEPIA]: https://www.irit.fr/en/departement/dep-architecture-systems-and-networks/sepia-team
 [IRIT]: https://www.irit.fr/en
 [Parallel Workload Archive]: https://www.cs.huji.ac.il/labs/parallel/workload/logs.html
 [[ZCLT22]]: https://hal.archives-ouvertes.fr/hal-03023222
diff --git a/example.pdf b/example.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..dce18d7044ce73936738f80e3d7ec08d5e1865cd
Binary files /dev/null and b/example.pdf differ
diff --git a/latex.template b/latex.template
index 966ae90dd5670416ff7645c06965a3156ea4d45a..4f7a6f42888fc9daa353f256db8b4e6974e92eaa 100644
--- a/latex.template
+++ b/latex.template
@@ -102,7 +102,7 @@ Université Paul Sabatier, IRIT\\
 \noindent\makebox[\linewidth]{\rule{\paperwidth}{1pt}}
 
 \begin{center}
-  \Large\textbf{$title$}
+  \Large\textbf{\textcolor{blue-irit}{$title$}}
 \end{center}
 
 $body$