Skip to content
Snippets Groups Projects
Unverified Commit 134fc9a2 authored by neze's avatar neze
Browse files

simpler author, text color in blocks

parent 1902ed23
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ getversion () { ...@@ -4,7 +4,7 @@ getversion () {
} }
checkversion () { checkversion () {
echo "$1" | grep -E "^v[0-9]+\.[0-9]+\.[0-9]+(-?beta)?" >/dev/null echo "$1" | grep -E "^v[0-9]+\.[0-9]+\.[0-9]+(-beta)?" >/dev/null
} }
dissectversion () { dissectversion () {
......
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
\color{rouge485}\rmfamily\bfseries\large% \color{rouge485}\rmfamily\bfseries\large%
\insertblocktitle{} \insertblocktitle{}
\color{bleu303}\sffamily\mdseries\normalsize% \color{xtextcolor}\sffamily\mdseries\normalsize%
} }
\setbeamertemplate{block end}{% \setbeamertemplate{block end}{%
\end{minipage}\vspace*{1mm} \end{minipage}\vspace*{1mm}
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
\setbeamercolor{alerted text}{fg=xalrtcolor} \setbeamercolor{alerted text}{fg=xalrtcolor}
\setbeamercolor{item}{fg=xemphcolor} \setbeamercolor{item}{fg=xemphcolor}
\setbeamercolor{normal text}{fg=xfgcolor} \setbeamercolor{normal text}{fg=xtextcolor}
\setbeamertemplate{itemize items}{-} \setbeamertemplate{itemize items}{-}
%======================================================================= %=======================================================================
...@@ -331,10 +331,10 @@ ...@@ -331,10 +331,10 @@
} }
\let\oldauthor=\author% \let\oldauthor=\author%
\renewcommandx\author[2][1={}]{% \renewcommandx\author[1]{%
% use: \author[auteur court]{auteur} % use: \author[auteur court]{auteur}
\renewcommand\polyauteursave{#2} \renewcommand\polyauteursave{#1}
\oldauthor{\rmfamily\bfseries #1} \oldauthor{#1}
} }
% \let\olddate=\date % \let\olddate=\date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment