diff --git a/docs.it4i/general/slurm-batch-examples.md b/docs.it4i/general/slurm-batch-examples.md
new file mode 100644
index 0000000000000000000000000000000000000000..950f8ae6679e2b42045ecab5fb46084c33a524de
--- /dev/null
+++ b/docs.it4i/general/slurm-batch-examples.md
@@ -0,0 +1,15 @@
+---
+hide:
+
+- toc
+
+---
+
+# Slurm Batch Jobs Examples
+
+Below is an excerpt from the [2024 e-INFRA CZ conference][1]
+describing best practices for Slurm batch calculations and data managing, including examples, by Ondrej Meca.
+
+![PDF presentation on Slurm Batch Jobs Examples](../src/5_einfra_meca.pdf){ type=application/pdf style="min-height:100vh;width:100%" }
+
+[1]: https://www.e-infra.cz/en/e-infra-cz-conference
\ No newline at end of file
diff --git a/docs.it4i/src/5_einfra_meca.pdf b/docs.it4i/src/5_einfra_meca.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..021328836f9b18686dc219dfb96587d99058780a
Binary files /dev/null and b/docs.it4i/src/5_einfra_meca.pdf differ
diff --git a/mkdocs.yml b/mkdocs.yml
index 699a4d1258f4b86c370b72ef5fb3d0e60aecd763..22fadcca0dffa2ab83e9c7aa3d5aff31030bd09b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -111,6 +111,7 @@ nav:
 #        - Job Arrays: general/job-arrays.md
         - HyperQueue: general/hyperqueue.md
 #      - Parallel Computing and MPI: general/karolina-mpi.md
+        - Slurm Batch Examples: general/slurm-batch-examples.md
     - Tools:
         - Data Sharing Tools: general/tools/tools-list.md
         - OpenCode: general/tools/opencode.md
@@ -335,6 +336,7 @@ plugins:
         - archive/*.md
         - prace.md
         - salomon/*.md
+  - mkdocs-pdf
 #  - optimize
 
 markdown_extensions:
@@ -349,3 +351,4 @@ markdown_extensions:
   - pymdownx.tabbed:
   - footnotes
   - pymdownx.superfences
+  - attr_list
diff --git a/requirements.txt b/requirements.txt
index b18a5e45e1448769aa6fce07d42b98de8905c73e..2f718de419b68bdc39ae10faae63769d36eb6830 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,6 +17,7 @@ mkdocs-git-committers-plugin-2==1.1.2
 mkdocs-git-revision-date-localized-plugin==1.2.0
 mkdocs-material==9.1.12
 mkdocs-material-extensions==1.1.1
+mkdocs-pdf==0.1.2
 nltk==3.5
 packaging==20.4
 Pygments==2.7.1