fixes in the examples
This commit is contained in:
parent
dc3182c8bf
commit
ca12a50daf
@ -477,7 +477,7 @@
|
||||
\setbeamertemplate{block end}[lines]{0pt}
|
||||
\begin{small}
|
||||
\texttt{\textbackslash setbeamerfont\{block title\}\{size=\textbackslash #1\}}\\
|
||||
\texttt{\textbackslash setbeamerfont\{block body\}\{size=\textbackslash #1\}}\\
|
||||
\texttt{\textbackslash setbeamerfont\{block body\}\{size=\textbackslash #2\}}\\
|
||||
\end{small}
|
||||
\blockdemo
|
||||
\setbeamertemplate{block begin}[lines]{0.5pt}{0.5pt}
|
||||
@ -489,7 +489,7 @@
|
||||
\begin{frame}[fragile]{Fonts for block environments}
|
||||
\setbeamerfont{block title}{size=\LARGE}
|
||||
\setbeamerfont{block body}{size=\normalsize}
|
||||
\blockfontdemo{large}{normalsize}
|
||||
\blockfontdemo{Large}{normalsize}
|
||||
\vfill
|
||||
\setbeamerfont{block title}{size=\normalsize}
|
||||
\setbeamerfont{block body}{size=\tiny}
|
||||
@ -577,13 +577,11 @@
|
||||
Here we even start a second paragraph.
|
||||
\end{quotation}
|
||||
\vfill
|
||||
Quote something else of somebody else without indentation:
|
||||
Quote something short of somebody else without indentation:
|
||||
\begin{quote}[Me And Myself]
|
||||
A \verb!quote! environment. There is a lot to talk about and
|
||||
it really takes a lot of words to express this. Most likely this
|
||||
does not fit into a single line.
|
||||
|
||||
Here we even start a second paragraph.
|
||||
A \verb!quote! environment. There is less to talk about and it
|
||||
just takes a few words to express this. A second line is not
|
||||
really needed.
|
||||
\end{quote}
|
||||
\vfill
|
||||
Here is a poem:
|
||||
@ -656,7 +654,7 @@
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Source settings for quote and quotation environments}
|
||||
Right aligned in a new line:
|
||||
Right aligned in a separate line:
|
||||
\vfill
|
||||
\quotesourcedemo{right}
|
||||
\quotesourcedemo{rightbrackets}
|
||||
@ -665,7 +663,7 @@
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}[fragile]{Source settings for quote and quotation environments}
|
||||
Right aligned in the last line:
|
||||
Right aligned within the last line if possible:
|
||||
\vfill
|
||||
\quotesourcedemo{rightline}
|
||||
\quotesourcedemo{rightlinebrackets}
|
||||
|
@ -256,11 +256,11 @@
|
||||
Here we even start a second paragraph.
|
||||
\end{quotation}
|
||||
\vfill
|
||||
Quote something else of somebody else (empty author argument):
|
||||
\begin{quote}
|
||||
A \verb!quote! environment.
|
||||
|
||||
With a second line.
|
||||
Quote something short of somebody else without indentation:
|
||||
\begin{quote}[Me And Myself]
|
||||
A \verb!quote! environment. There is less to talk about and it
|
||||
just takes a few words to express this. A second line is not
|
||||
really needed.
|
||||
\end{quote}
|
||||
\vfill
|
||||
Here is a poem:
|
||||
|
Loading…
Reference in New Issue
Block a user