diff --git a/doc/doc.md b/doc/doc.md
index 042f8f349a483cb20ffe6c0521d6aca6261f10f6..1e9c2d145274d30a3149e97cef30407966455609 100644
--- a/doc/doc.md
+++ b/doc/doc.md
@@ -1,9 +1,9 @@
 ---
-title:  'Tp Simplex'
+title: 'Tp Simplex'
 author: [Juliano Souza Luz, Thibault Capt]
 date: "18.01.2023"
 subject: "TP Simplex"
-subtitle: "Résoudre un programme linéaire grâce à la méthode du simplex\r\nhttps://gitedu.hesge.ch/math/2e-annee/tp-math"
+subtitle: "Résoudre un programme linéaire grâce à la méthode du simplex - git disponible [ici](https://gitedu.hesge.ch/math/2e-annee/tp-math)"
 titlepage: true
 titlepage-color: "ffffff"
 titlepage-background: "background.png"
@@ -22,8 +22,8 @@ pour la résolution du problème.
 ## Astuces utilisées
 
 Ensuite, dans la plupart des cas, nous avons utilisé des **array** à 1 ou 2 dimension(s) qui
-est bien plus rapide que les Listes Java. 
-(https://stackoverflow.com/questions/716597/array-or-list-in-java-which-is-faster).
+est bien plus rapide que les Listes Java. Lien disponible 
+[ici](https://stackoverflow.com/questions/716597/array-or-list-in-java-which-is-faster "Stack overflow").
 
 Nous avons aussi opté pour que l'utilisateur puisse choisir un mode débogage ou non, ce qui permet de supprimer presque 
 tous les prints en mode non-débogage et gagner énormément de temps d'exécution.
diff --git a/doc/doc.pdf b/doc/doc.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..44451212753e15ce7384dd937e638559abbdf20a
Binary files /dev/null and b/doc/doc.pdf differ
diff --git a/src/META-INF/MANIFEST.MF b/src/META-INF/MANIFEST.MF
index 54eaf3d029e374dbeb5ec26977147455f22d9ea7..5ee19cb097ba1bb5961c11d204d1c4a34f14da5f 100644
--- a/src/META-INF/MANIFEST.MF
+++ b/src/META-INF/MANIFEST.MF
@@ -1,9 +1,3 @@
-<<<<<<< HEAD
 Manifest-Version: 1.0
 Main-Class: Main
 
-=======
-Manifest-Version: 1.0
-Main-Class: Main
-
->>>>>>> origin/main
diff --git a/tp-math.iml b/tp-math.iml
index 415b7f863bff78637d06e0b14c07073d839015d2..5502e1a62912d710ef9d72d88d2f5980ef607682 100644
--- a/tp-math.iml
+++ b/tp-math.iml
@@ -5,6 +5,7 @@
     <content url="file://$MODULE_DIR$">
       <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
       <excludeFolder url="file://$MODULE_DIR$/.idea/libraries" />
+      <excludeFolder url="file://$MODULE_DIR$/.idea/artifacts" />
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
diff --git a/tp-math.jar b/tp-math.jar
new file mode 100644
index 0000000000000000000000000000000000000000..5bc36c62f2c64d3677e5d04fe4b5d62b3b2ff7f5
Binary files /dev/null and b/tp-math.jar differ