von manuelkuehner » Do 7. Okt 2010, 17:54
Hallo, Danke für den Hinweis - jetzt mit Minimalbeispiel:
\documentclass{beamer}
\begin{document}
\title{Nicht Relevant}
\author{Manuel}
\date{\today}
\frame{\titlepage}
\frame{\frametitle{Inhaltsverzeichnis}
\tableofcontents
}
\section{Abschnitt 1}
\frame{\frametitle{Wo sind wir gerade}
\tableofcontents[currentsection,hideothersubsections,sections=all]
}
\frame{\frametitle{Titel}
lala
}
\subsection{Unterabschnitt}
\frame{
lolo
}
\section{Abschnitt 2}
\frame{\frametitle{Wo sind wir gerade}
\tableofcontents[currentsection,hideothersubsections,sections=all]
}
\frame{\frametitle{Titel}
lala
}
\subsection{Unterabschnitt}
\frame{
lolo
}
\section{Abschnitt 3}
\frame{\frametitle{Wo sind wir gerade}
\tableofcontents[currentsection,hideothersubsections,sections=all]
}
\frame{\frametitle{Titel}
lala
}
\subsection{Unterabschnitt}
\frame{
lolo
}
\end{document}
Die Frames mit dem Titel 'Wo sind wir gerade' beinhalten eine Übersicht, wobei die aktuelle Section opak ist und die anderen teil-transparent. Ich möchte nun den Grad der Transparenz ändern.
Grüße!
manu
Hallo, Danke für den Hinweis - jetzt mit Minimalbeispiel:
[code]
\documentclass{beamer}
\begin{document}
\title{Nicht Relevant}
\author{Manuel}
\date{\today}
\frame{\titlepage}
\frame{\frametitle{Inhaltsverzeichnis}
\tableofcontents
}
\section{Abschnitt 1}
\frame{\frametitle{Wo sind wir gerade}
\tableofcontents[currentsection,hideothersubsections,sections=all]
}
\frame{\frametitle{Titel}
lala
}
\subsection{Unterabschnitt}
\frame{
lolo
}
\section{Abschnitt 2}
\frame{\frametitle{Wo sind wir gerade}
\tableofcontents[currentsection,hideothersubsections,sections=all]
}
\frame{\frametitle{Titel}
lala
}
\subsection{Unterabschnitt}
\frame{
lolo
}
\section{Abschnitt 3}
\frame{\frametitle{Wo sind wir gerade}
\tableofcontents[currentsection,hideothersubsections,sections=all]
}
\frame{\frametitle{Titel}
lala
}
\subsection{Unterabschnitt}
\frame{
lolo
}
\end{document}
[/code]
Die Frames mit dem Titel 'Wo sind wir gerade' beinhalten eine Übersicht, wobei die aktuelle Section opak ist und die anderen teil-transparent. Ich möchte nun den Grad der Transparenz ändern.
Grüße!
manu