diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05d04e87c68f1123c78d3284c6e70e7d2cdee1fa..4eff3779c7481fd2b038586e7e0cd7182a54649a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,9 @@ image: registry-gitlab.pasteur.fr/hub-courses/unix_tunis
 sphinx:
   stage: build
   script:
+    - make latexpdf
+    - mkdir -p build/html/_static/
+    - mv build/latex/unixcourseforsars-cov-2sequenceanalysis.pdf build/html/_static/unix_course_for_sars-cov-2_sequence_analysis.pdf
     - make html
     - mv build/html/ .
   artifacts:
diff --git a/source/index.rst b/source/index.rst
index 5c4f5e9da306cc30430e12d6e4fa6d06c1be42dc..51514a57efc5c84cc0cdb1c38188ed973305d5c7 100644
--- a/source/index.rst
+++ b/source/index.rst
@@ -23,3 +23,6 @@ Indices and tables
 * :ref:`genindex`
 * :ref:`modindex`
 * :ref:`search`
+
+
+:download:`Latex version <_static/unix_course_for_sars-cov-2_sequence_analysis.pdf>`