From 269b9a5a35b11b4caeed72af67927afcf251fe74 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 31 May 2024 13:42:42 +0200 Subject: [PATCH] added some documentation for command arguments --- psipresentation.cls | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/psipresentation.cls b/psipresentation.cls index 1470302..05601a6 100644 --- a/psipresentation.cls +++ b/psipresentation.cls @@ -264,6 +264,9 @@ BoldItalicFont = *-Bold-Italic % section divider \newenvironment{divider}[2]{ + % #1 background color + % #2 font and logo color (white or black) + \setbeamercolor{background canvas}{bg=#1} \colorlet{frametitlefont}{#2} @@ -285,6 +288,10 @@ BoldItalicFont = *-Bold-Italic % colored tables \newenvironment{ctabular}[3]{ + % #1 tabular options + % #2 row background color + % #3 header font color + \newcolumntype{L}{>{\ifnumequal{\rownum}{1}{\bfseries\color{#3}}}l} \newcolumntype{C}{>{\ifnumequal{\rownum}{1}{\bfseries\color{#3}}}c} \newcolumntype{R}{>{\ifnumequal{\rownum}{1}{\bfseries\color{#3}}}r}