diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/dynblocks/dynblocks.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/dynblocks/dynblocks.tex | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/dynblocks/dynblocks.tex b/Master/texmf-dist/doc/latex/dynblocks/dynblocks.tex index 8b877e963ae..3aaf5fcdf7a 100644 --- a/Master/texmf-dist/doc/latex/dynblocks/dynblocks.tex +++ b/Master/texmf-dist/doc/latex/dynblocks/dynblocks.tex @@ -43,11 +43,11 @@ \renewcommand\labelitemii{\color{DodgerBlue1!60}$\circ$} \newcommand{\name}{\textsf{dynblocks}} -\newcommand{\version}{0.2} -\newcommand{\versiondate}{20/09/2012} +\newcommand{\version}{0.2a} +\newcommand{\versiondate}{27/09/2012} \author{Claudio Fiandrino \\ \footnotesize{\href{mailto:claudio.fiandrino@gmail.com}{claudio.fiandrino@gmail.com}}} -\title{The \name{} package \footnote{This package has version number \textit{v}\version{} of \versiondate{}}} +\title{The \name{} package \footnote{This package has version number \textit{v}\version{} of \versiondate{}; it is released under and subject to the \href{http://www.latex-project.org/lppl/}{\LaTeX\ Project Public License (LPPL)}.}} \begin{document} \maketitle @@ -95,7 +95,12 @@ Using the package in basic mode allows to define a block with: \item width equal to \cs{textwidth}; \item border color \cs{blue} and fill color \cs{blue!10}. \end{itemize} -thanks to the command \cs{opaqueblock}\sarg{overlay spec}\mbarg{width}\marg{text}. +thanks to the command \cs{opaqueblock}\sarg{overlay spec}\mbarg{width}\marg{text}. Notice that \sarg{overlay spec} could be: +\begin{itemize} +\item a single number: \texttt{<1>}; +\item multiple numbers separated by commas and delimited by braces: \texttt{<\{1,2,3\}>}; +\item a single number followed by a dash: \texttt{<1->}. +\end{itemize} Moreover, it is also possible to make it \emph{invisible} forcing colors to become \texttt{gray} by means of \cs{invblock}\sarg{overlay spec}. For example, the following code, generates the two frames shown in figures \ref{fig:basic1} and \ref{fig:basic2}. \medskip \begin{lstlisting}[frame=lines] @@ -322,7 +327,7 @@ allows to get the frames shown in figures \ref{fig:shdrndc1} and \ref{fig:shdrnd } \caption{Example with \texttt{shadow} and \texttt{roundedcorners} options} \end{figure} -\pagebreak + \subsection{Customized fill colors}\label{subse:cfill} By activating this option it is possible to fully customize the \emph{dynblocks} colors because several command become available: \begin{itemize} @@ -545,7 +550,7 @@ obtaining as result the frames shown in figures \ref{fig:cmby1} and \ref{fig:cmb } \caption{Example of a theme with a posteriori structure color definition} \end{figure} -\pagebreak + Here is another example: \begin{lstlisting}[frame=lines] @@ -624,7 +629,7 @@ The two frames obtained as outcome are shown in figures \ref{fig:szeg1} and \ref } \caption{Example of a customized theme} \end{figure} -\pagebreak + Notice that the \texttt{getthemecolors} option has some drawbacks when used with particular Beamer color themes like: \begin{itemize} |