summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/awesomebox/awesomebox.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/awesomebox/awesomebox.tex')
-rw-r--r--Master/texmf-dist/doc/latex/awesomebox/awesomebox.tex19
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/awesomebox/awesomebox.tex b/Master/texmf-dist/doc/latex/awesomebox/awesomebox.tex
index 9c99aed0ad8..6410cb2ace0 100644
--- a/Master/texmf-dist/doc/latex/awesomebox/awesomebox.tex
+++ b/Master/texmf-dist/doc/latex/awesomebox/awesomebox.tex
@@ -47,7 +47,7 @@
\title{Awesome Boxes}
\author{Étienne Deparis}
-\date{\today}
+\date{2018-01-31 v0.2}
\begin{document}
@@ -268,6 +268,23 @@ This width is used for the vertical rule of our four default boxes. Its
default value is 2pt and you can change it with:
\verb!\setlength{\aweboxrulewidth}{2pt}!.
+\section{In other environments}
+
+Awesome boxes may be used in any other environments, like in a list.
+
+\begin{verbatim}
+\begin{itemize}
+\item My first item
+\item My second item with \notebox{A note box!}
+\item Last and finally
+\end{itemize}
+\end{verbatim}
+
+\begin{itemize}
+\item My first item
+\item My second item with \notebox{A note box!}
+\item Last and finally
+\end{itemize}
\colophon