Skip to content
Snippets Groups Projects
Commit 44af1fba authored by Jean-Marie Favreau's avatar Jean-Marie Favreau
Browse files

mm

parent 5debf2ce
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ class GenerateurExercice(GammeTemperee): ...@@ -146,7 +146,7 @@ class GenerateurExercice(GammeTemperee):
result += "\\begin{tabular}{|c||c|c||c|c||c|c|}\n" result += "\\begin{tabular}{|c||c|c||c|c||c|c|}\n"
result += "\\hline\n" result += "\\hline\n"
result += " & \multicolumn{2}{c||}{Lecture} & \multicolumn{2}{c||}{Transcription} & \multicolumn{2}{c|}{Codage} \\\\ \n" result += " & \multicolumn{2}{c||}{Lecture} & \multicolumn{2}{c||}{Transcription} & \multicolumn{2}{c|}{Codage} \\\\ \n"
result += "\\textbf{Note} & \\textbf{Abscisses} (cm) & \\textbf{Ordonnées} (cm) & \\textbf{Fréquence} (Hz) & \\textbf{Durée} (s) &\\textbf{Note} & \\textbf{Durée} \\\\ \n" result += "\\textbf{Note} & \\textbf{Abscisses} (mm) & \\textbf{Ordonnées} (mm) & \\textbf{Fréquence} (Hz) & \\textbf{Durée} (s) &\\textbf{Note} & \\textbf{Durée} \\\\ \n"
result += "\\hline \n" result += "\\hline \n"
for i, note in enumerate(partition): for i, note in enumerate(partition):
result += str(i + 1) + " & " result += str(i + 1) + " & "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment