From 68a91178c8664d1c523cde23ab2ab13f5f9f73fa Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 29 Sep 2008 10:50:10 +0200 Subject: [PATCH] plain option to suprress smoothbars --- beamerthemedmi-unict.sty | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/beamerthemedmi-unict.sty b/beamerthemedmi-unict.sty index 0a189b6..5f8ceb8 100644 --- a/beamerthemedmi-unict.sty +++ b/beamerthemedmi-unict.sty @@ -7,7 +7,14 @@ \mode +\newif\ifplain@presentation\plain@presentationfalse +\DeclareOptionBeamer{plain}{\plain@presentationtrue} % no secion list on top + +\ProcessOptionsBeamer + +\ifplain@presentation\else \useoutertheme[subsection=false]{smoothbars} +\fi \useinnertheme[shadow=true]{rounded} \setbeamerfont{block title}{size={}} -- 2.32.0.93.g670b81a890