summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dynblocks
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-28 22:45:35 +0000
committerKarl Berry <karl@freefriends.org>2012-09-28 22:45:35 +0000
commit07888e042f25fd4196570073ba3d4d86194adb0a (patch)
treecc21686dc45b7dc0a54a72ceb48839ee75037754 /Master/texmf-dist/doc/latex/dynblocks
parente607bebc2513cccf4c6a8f2d26c06d60933682de (diff)
dynblocks (28sep12)
git-svn-id: svn://tug.org/texlive/trunk@27838 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dynblocks')
-rw-r--r--Master/texmf-dist/doc/latex/dynblocks/README4
-rw-r--r--Master/texmf-dist/doc/latex/dynblocks/dynblocks.pdfbin277870 -> 279514 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dynblocks/dynblocks.tex19
3 files changed, 14 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/dynblocks/README b/Master/texmf-dist/doc/latex/dynblocks/README
index 1ce27d49e70..9303f961104 100644
--- a/Master/texmf-dist/doc/latex/dynblocks/README
+++ b/Master/texmf-dist/doc/latex/dynblocks/README
@@ -3,11 +3,11 @@
%
% Copyright (C) 2012 Claudio Fiandrino
%
-% v0.2 - 2012/20/09
+% v0.2a - 2012/27/09
%
% * A simple way to create dynamic blocks *
%
-% * * * * * * * * * * * * * * * * * * * * *
+% * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
%
% * Abstract *
%
diff --git a/Master/texmf-dist/doc/latex/dynblocks/dynblocks.pdf b/Master/texmf-dist/doc/latex/dynblocks/dynblocks.pdf
index 9f4fd83d051..a78a438d264 100644
--- a/Master/texmf-dist/doc/latex/dynblocks/dynblocks.pdf
+++ b/Master/texmf-dist/doc/latex/dynblocks/dynblocks.pdf
Binary files differ
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}