summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/boites/demo.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-23 23:59:23 +0000
committerKarl Berry <karl@freefriends.org>2013-11-23 23:59:23 +0000
commitb83e40cafc2d8b440489311729d1e34d4aba372f (patch)
tree9cf18fa9338ac76409ed8ab82bf15e4861675468 /Master/texmf-dist/doc/latex/boites/demo.tex
parent416fb244aa3fb5b9bbf58e6a4c20ad3b0fe32cb7 (diff)
boites (23nov13)
git-svn-id: svn://tug.org/texlive/trunk@32221 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/boites/demo.tex')
-rw-r--r--Master/texmf-dist/doc/latex/boites/demo.tex102
1 files changed, 102 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/boites/demo.tex b/Master/texmf-dist/doc/latex/boites/demo.tex
new file mode 100644
index 00000000000..91511f9c575
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/boites/demo.tex
@@ -0,0 +1,102 @@
+\documentclass[a4paper,10pt]{article}
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{boites,boites_exemples}
+\usepackage{graphicx,pstricks}
+\usepackage{multicol}
+\usepackage{lipsum}
+
+\begin{document}
+
+\title{Demonstration of the \texttt{boites} Package}
+\date{}
+\maketitle
+
+\subsubsection*{Using the \texttt{breakbox} environment and line counting}
+
+\bkcounttrue
+\begin{breakbox}
+ \begin{itemize}
+ \item \lipsum[1]
+ \item \lipsum[2]
+ \end{itemize}
+\end{breakbox}
+
+\subsubsection*{Using the \texttt{boiteepaisseavecuntitre} environment}
+
+\begin{boiteepaisseavecuntitre}{ Coucou ! }
+ \lipsum[1-3]
+\end{boiteepaisseavecuntitre}
+
+\subsubsection*{Using the \texttt{boitenumeroteeavecunedoublebarre} environment}
+
+\begin{boitenumeroteeavecunedoublebarre}{3.5}
+ \lipsum[1-3]
+\end{boitenumeroteeavecunedoublebarre}
+
+\subsubsection*{Using the \texttt{boitenumeroteeavecunedoublebarre} environment}
+
+\begin{boitenumeroteeavecunedoublebarre}{3.5}
+ \begin{itemize}
+ \item \lipsum[1]
+ \item \lipsum[2]
+ \end{itemize}
+\end{boitenumeroteeavecunedoublebarre}
+
+\subsubsection*{Using the \texttt{boiteavecunelignequiondulesurlecote} environment}
+
+\begin{boiteavecunelignequiondulesurlecote}
+ \lipsum[1-3]
+\end{boiteavecunelignequiondulesurlecote}
+
+\subsubsection*{Using the \texttt{boitecoloriee} environment}
+
+\bkcounttrue
+\begin{boitecoloriee}
+ \lipsum[1-2]
+\end{boitecoloriee}
+
+\subsubsection*{Using small fonts in the \texttt{boitecoloriee} environment}
+
+\bkcounttrue
+\begin{boitecoloriee}
+ \small
+ \lipsum[1-2]
+\end{boitecoloriee}
+
+\subsubsection*{Using nested \texttt{boiteavecunelignequiondulesurlecote} environments}
+
+\bkcountfalse
+\begin{boiteavecunelignequiondulesurlecote}
+ \lipsum[1]\bigskip
+ \begin{boiteavecunelignequiondulesurlecote}
+ \lipsum[2]\bigskip
+ \begin{boiteavecunelignequiondulesurlecote}
+ \lipsum[3]\bigskip
+ \end{boiteavecunelignequiondulesurlecote}
+ \lipsum[4]
+ \end{boiteavecunelignequiondulesurlecote}
+ \lipsum[5]
+\end{boiteavecunelignequiondulesurlecote}
+
+\subsubsection*{Using the \texttt{boiteavecunelignequiondulesurlecote} environment in multiple columns}
+
+\bkcountfalse
+\begin{multicols}{3}
+ \lipsum[1]
+ \begin{boiteavecunelignequiondulesurlecote}
+ \lipsum[2-4]
+ \end{boiteavecunelignequiondulesurlecote}
+ \lipsum[5]
+ \begin{boiteavecunelignequiondulesurlecote}
+ \lipsum[6-8]
+ \end{boiteavecunelignequiondulesurlecote}
+ \lipsum[9-14]
+\end{multicols}
+
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: