diff --git a/canoprof_to_opale/README.md b/canoprof_to_opale/README.md
index d31e68576706ea5e7bb692c70854d3e236ddf050..46d095f1725133cd465cef259e3ab197296d8b1c 100644
--- a/canoprof_to_opale/README.md
+++ b/canoprof_to_opale/README.md
@@ -6,6 +6,7 @@ Un utilisateur a créé un cours de mathématiques à l'aide de l'outil Canoprof
## Getting started
- Put the Canoprof .scar in the input folder. The scar should be the only one in this folder. The .programme should be into the root of your .scar and should be named Test.programme
+An .scar example is already in the input folder.
- Check if there's no .scar file in the input folder of canoprof_to_hdoc folder. If files exist, please remove them. Otherwise, the converter can take one of the .scar in this folder instead of the one you want to convert.
- Use the run.bat file to launch conversion.
- You will find your converted .scar in the output folder.
@@ -16,3 +17,5 @@ Un utilisateur a créé un cours de mathématiques à l'aide de l'outil Canoprof
- Activity created in the .programme, transclusion should be available soon.
- Information/Warning/Advice/ect... Method and Remind aren't handled yet.
+
+
diff --git a/hdoc_to_epub/README.md b/hdoc_to_epub/README.md
index b14f2660b6e5a6abe9e86de9bb3c6c9d9e17dc9e..f464a9fe52a82a8316a0dc86a78ac2da4cb33795 100644
--- a/hdoc_to_epub/README.md
+++ b/hdoc_to_epub/README.md
@@ -29,12 +29,22 @@ User Documentation
------------------
### Scenario
-La personne possède un hdoc et voudrait le convertir en epub. Il se dirige vers le site hdoc et télécharge le zip. Il extrait le zip et se rend vers le dossier hdoc_to_epub. Il lit le README.md et suit les directives pour obtenir son format epub. Pour cela, il doit coller son hdoc dans le dossier input et lancer l'exécutable "run". Enfin, il aura son epub dans le dossier output.
+La personne possède un (ou des) hdoc et voudrait le convertir en epub. Il se dirige vers le site hdoc et télécharge le zip. Il extrait le zip et se rend vers le dossier hdoc_to_epub. Il lit le README.md et suit les directives pour obtenir son format epub. Pour cela, il doit coller son (ou ses) hdoc dans le dossier input et lancer l'exécutable "run". Enfin, il aura son (ou ses) epub dans le dossier output.
+Supported
+---------
+
+Image : JPEG; JPG, PNG, SVG (non testé pour SVG)
+
+Gestion du multifichiers en input
+
Unsupported
-----------
+ODG : non supporté en EPUB => "Élément non supporté en EPUB : "
+
+
Known bugs
----------
@@ -47,15 +57,8 @@ Problème avec les keywords : le hdoc contient des keywords mais nous ne savons
Todo list
---------
-Validation de l'epub actuel
-
-Mise en place de la première page
-
-Validation
-
Étude compatibilité entre EPUB2 et EPUB3
-Test : Mettre un élément fondamental avec une taille plus grande qu'une page.
Technical Notes
---------------
diff --git a/hdoc_to_epub/file/stylesheet.css b/hdoc_to_epub/file/stylesheet.css
index 584817c695876bc0b437e069977400af77290dab..ff2470ed7a9671b3d8170b3f17eaae4a1b51562c 100644
--- a/hdoc_to_epub/file/stylesheet.css
+++ b/hdoc_to_epub/file/stylesheet.css
@@ -93,3 +93,20 @@ td{
.noCut{
page-break-inside: avoid;
}
+
+.titlePage{
+ margin: 30vh 0 0 0;
+ text-align: center;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%);
+ font-size: 30px;
+}
+
+.subTitlePage{
+ text-align: center;
+ font-size: 15px;
+}
+
+.bold{
+ font-weight: bold;
+}
diff --git a/hdoc_to_epub/hdoc_to_epub.ant b/hdoc_to_epub/hdoc_to_epub.ant
index 7b12b592dd36884cf1da0da00dfdddd216827ef7..f3d1a94c121323408388dd0033017bd12dce4b3c 100644
--- a/hdoc_to_epub/hdoc_to_epub.ant
+++ b/hdoc_to_epub/hdoc_to_epub.ant
@@ -95,7 +95,26 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -103,7 +122,12 @@
-
+
+
+
+
+
+
diff --git a/hdoc_to_epub/input/sample.hdoc b/hdoc_to_epub/input/sample.hdoc
new file mode 100644
index 0000000000000000000000000000000000000000..3b4b40443f3fd32f9eef347d1029dd5e64729351
Binary files /dev/null and b/hdoc_to_epub/input/sample.hdoc differ
diff --git a/hdoc_to_epub/xsl/chapitre.xsl b/hdoc_to_epub/xsl/chapitre.xsl
index 07a758b52b7b78739b6870b3bbdc22b68d786197..8764d07afdd58492bab6bb7b166436dde6a104a3 100644
--- a/hdoc_to_epub/xsl/chapitre.xsl
+++ b/hdoc_to_epub/xsl/chapitre.xsl
@@ -9,10 +9,23 @@
+
+
+
+
+
+
+
+
+