Skip to content
Snippets Groups Projects
Commit e77d489d authored by orestis.malaspin's avatar orestis.malaspin
Browse files

Update README.md

parent 3f392a8a
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Cours de sciences pour étudiants en logiciel ITI (2ème année) # Cours de sciences pour étudiants en logiciel ITI (2ème année)
Ce projet contient la tentative de polycopié du cours de Mathématiques pour la filière ITI de hepia. Vous pouvez accéder au polycopié dans votre navigateur en cliquant sur [`ce lien`](https://mathintro.github.io/deuxieme_logiciel/). Ce projet contient la tentative de polycopié du cours de Mathématiques pour la filière ITI de hepia. Vous pouvez accéder au polycopié dans votre navigateur en cliquant sur [`ce lien`](http://129.194.185.180/sol/index.html).
# Production d'un pdf # Production d'un pdf
...@@ -60,6 +60,20 @@ Pour plus d'information voir le [site](https://pypi.python.org/pypi/pandoc-numbe ...@@ -60,6 +60,20 @@ Pour plus d'information voir le [site](https://pypi.python.org/pypi/pandoc-numbe
sudo pacman -Sy texlive-bin texlive-core texlive-latexextra texlive-science texlive-fontsextra texlive-formatsextra sudo pacman -Sy texlive-bin texlive-core texlive-latexextra texlive-science texlive-fontsextra texlive-formatsextra
``` ```
## La libraririe librsvg (pour la conversion des images svg en ... autre chose)
### Pour ubuntu ou debian-like
```bash
sudo apt-get install librsvg2-2
```
### Pour les distributions basées sur Arch Linux (Manjaro, ...)
```bash
sudo pacman -Sy librsvg
```
## License ## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (GNU Free Documentation License). See the [LICENSE](LICENSE.md) file for license rights and limitations (GNU Free Documentation License).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment