changed color of speaker to green

This commit is contained in:
s5260822 2025-03-22 20:02:41 +01:00
parent 41aab00db7
commit 28ae98bd86
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,6 @@ public class Speaker_MongoDB_Impl extends Speaker_File_Impl implements Speaker {
}
public String toTeX() {
return "\\textcolor{blue}{Redner/Rednerin}: " + this.getSpeakerName() + "\\\\\n";
return "\\textcolor{darkgreen}{Redner/Rednerin}: " + this.getSpeakerName() + "\\\\\n";
}
}

View file

@ -7,6 +7,8 @@
\pagestyle{fancy}
\definecolor{darkgreen}{rgb}{0.0, 0.5, 0.0}
\geometry{
top=2.5cm, % Top margin
bottom=3cm, % Bottom margin