changed color of speaker to green
This commit is contained in:
parent
41aab00db7
commit
28ae98bd86
2 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue