Skip to content
Snippets Groups Projects
Commit 995f811c authored by Jean-Marie  FAVREAU's avatar Jean-Marie FAVREAU
Browse files

Choix d'une police plus facile

parent 3c1d831c
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,10 @@ class GenerateurExercice(GammeTemperee):
result += "\\usepgflibrary{arrows}\n"
result += "\\usetikzlibrary{arrows}\n"
result += "\\pagestyle{empty}\n"
result += "\\usepackage{libertine}"
result += "\\usepackage{libertinust1math}"
result += "\\title{" + titre + "}\n"
result += "\\date{}\n"
result += "\\begin{document}\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment