[162] | 1 | \ProvidesPackageRCS $Header: /Users/garonne/Documents/papers/Soutenance/styles/beamerthemeMarseille.sty,v 1.10 2004/10/07 20:53:10 garonne Exp $
|
---|
| 2 | \DeclareOptionBeamer{compress}{\beamer@compresstrue}
|
---|
| 3 | \ProcessOptionsBeamer
|
---|
| 4 |
|
---|
| 5 | \mode<article>
|
---|
| 6 | {
|
---|
| 7 | \usepackage{fullpage}
|
---|
| 8 | \usepackage{hyperref}
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | \mode<presentation>
|
---|
| 12 | \usecolortheme{whale}
|
---|
| 13 | \usecolortheme{orchid}
|
---|
| 14 |
|
---|
| 15 | \usefonttheme[onlylarge]{structureitalicserif}
|
---|
| 16 | \usefonttheme[onlysmall]{structuresmallcapsserif}
|
---|
| 17 | %\setbeamercolor{section in head/foot}{use=structure,bg=structure.fg!25!bg}
|
---|
| 18 |
|
---|
| 19 | \setbeamerfont{block title}{size={}}
|
---|
| 20 |
|
---|
| 21 | %\useoutertheme[footline=authorinstitutetitle]{miniframes}
|
---|
| 22 | \setbeamercolor{section in head/foot}{parent=palette tertiary}
|
---|
| 23 | \setbeamercolor{subsection in head/foot}{parent=palette secondary}
|
---|
| 24 | \setbeamercolor{author in head/foot}{parent=subsection in head/foot}
|
---|
| 25 | \setbeamercolor{title in head/foot}{parent=section in head/foot}
|
---|
| 26 |
|
---|
| 27 | \setbeamertemplate{sections/subsections in toc}[sections numbered]
|
---|
| 28 |
|
---|
| 29 | \defbeamertemplate*{footline}{miniframes theme}
|
---|
| 30 | {%
|
---|
| 31 | \begin{beamercolorbox}[colsep=1.5pt]{upper separation line foot}
|
---|
| 32 | \end{beamercolorbox}
|
---|
| 33 | \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
|
---|
| 34 | leftskip=.3cm,rightskip=.3cm plus1fil]{author in head/foot}%
|
---|
[341] | 35 | \leavevmode{\usebeamerfont{author in head/foot} V. Garonne}%\insertshortauthor}%
|
---|
[162] | 36 | \hfill%
|
---|
| 37 | {\usebeamerfont{institute in head/foot}\usebeamercolor[fg]{institute in head/foot}\insertshortinstitute}%
|
---|
| 38 | \end{beamercolorbox}%
|
---|
| 39 | \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
|
---|
| 40 | leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}%
|
---|
| 41 | {\usebeamerfont{title in head/foot}\insertshorttitle}%
|
---|
[171] | 42 | {\usebeamerfont{page number in head/foot} \hfill \insertframenumber\,/\,\inserttotalframenumber}
|
---|
[162] | 43 | \end{beamercolorbox}%
|
---|
| 44 | \begin{beamercolorbox}[colsep=1.5pt]{lower separation line foot}
|
---|
| 45 | \end{beamercolorbox}
|
---|
| 46 | }
|
---|
| 47 |
|
---|
| 48 | \defbeamertemplate*{headline}{miniframes theme}
|
---|
| 49 | {%
|
---|
| 50 | \begin{beamercolorbox}[colsep=1.5pt]{upper separation line head}
|
---|
| 51 | \end{beamercolorbox}
|
---|
| 52 | \begin{beamercolorbox}{section in head/foot}
|
---|
| 53 | \vskip2pt\insertnavigation{\paperwidth}\vskip2pt
|
---|
| 54 | \end{beamercolorbox}%
|
---|
| 55 | %\ifbeamer@theme@subsection%
|
---|
| 56 | %\begin{beamercolorbox}[colsep=1.5pt]{middle separation line head}
|
---|
| 57 | %\end{beamercolorbox}
|
---|
| 58 | % \begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,%
|
---|
| 59 | % leftskip=.3cm,rightskip=.3cm plus1fil]{subsection in head/foot}
|
---|
| 60 | % \usebeamerfont{subsection in head/foot}%\insertsubsectionhead
|
---|
| 61 | % \end{beamercolorbox}%
|
---|
| 62 | % \fi%
|
---|
| 63 | \begin{beamercolorbox}[colsep=1.5pt]{lower separation line head}
|
---|
| 64 | \end{beamercolorbox}
|
---|
| 65 | }
|
---|
| 66 |
|
---|
| 67 | \mode
|
---|
| 68 | <all> |
---|