added some documentation for command arguments

This commit is contained in:
2024-05-31 13:42:42 +02:00
parent 3777b39b18
commit 269b9a5a35

View File

@ -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}