From 3b7a6ef9882df288bbaf33adf25faef5969d0be0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 4 Apr 2013 23:08:57 +0000 Subject: crbox (4apr13) git-svn-id: svn://tug.org/texlive/trunk@29651 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/crbox/README | 22 +++++++++++ Master/texmf-dist/doc/latex/crbox/crbox-doc.pdf | Bin 0 -> 29045 bytes Master/texmf-dist/doc/latex/crbox/crbox-doc.tex | 50 ++++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100755 Master/texmf-dist/doc/latex/crbox/README create mode 100644 Master/texmf-dist/doc/latex/crbox/crbox-doc.pdf create mode 100755 Master/texmf-dist/doc/latex/crbox/crbox-doc.tex (limited to 'Master/texmf-dist/doc/latex/crbox') diff --git a/Master/texmf-dist/doc/latex/crbox/README b/Master/texmf-dist/doc/latex/crbox/README new file mode 100755 index 00000000000..25c7dbc478f --- /dev/null +++ b/Master/texmf-dist/doc/latex/crbox/README @@ -0,0 +1,22 @@ +__________________ +The crbox package + +This package implements \crbox command that can be used +for producing boxes with crossing lines at the corners in LaTeX. + +If you want to report any bugs or typos and corrections in the documentation, +or ask for any new features, or suggest any improvements, or ask any questions +about the package, then please do not send any direct emails to us; we will not +answer any direct emails. Instead please use the issue tracker: + +In doing so, please always explain your issue well enough, always include +a minimal working examples showing the issue, and always choose the appropriate +label for your query (i.e. if you are reporting any bugs, choose `bug' label). + +Current version release date: 2013/04/04 +______________ +Persian TeX Group +persian-tex@tug.org + +Copyright 2011–2013 +Distributed under the LaTeX Project Public License diff --git a/Master/texmf-dist/doc/latex/crbox/crbox-doc.pdf b/Master/texmf-dist/doc/latex/crbox/crbox-doc.pdf new file mode 100644 index 00000000000..27ffa15e84f Binary files /dev/null and b/Master/texmf-dist/doc/latex/crbox/crbox-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/crbox/crbox-doc.tex b/Master/texmf-dist/doc/latex/crbox/crbox-doc.tex new file mode 100755 index 00000000000..9b6abd39292 --- /dev/null +++ b/Master/texmf-dist/doc/latex/crbox/crbox-doc.tex @@ -0,0 +1,50 @@ +\documentclass[a4paper]{article} +\usepackage{bidicode} +\usepackage{crbox} +\setlength{\fboxsep}{10pt} +\title{The \textsf{crbox} Package} +\author{Persian TeX Group\\ \texttt{persian-tex@tug.org}} +\begin{document} +\maketitle +Provides \Lcs{crbox} which typesets boxes with crossing lines at corners. The syntax is: +\begin{BDef} +\Lcs{crbox}\OptArgs\Largb{\Larga{text}} +\end{BDef} +Options are \textsf{curved} and \textsf{hollowcurved}. + +\bigskip +\begin{lstlisting}[morekeywords={crbox}] +%\crbox{\parbox{0.8\linewidth}{ +%Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +%}} +\end{lstlisting} + +\bigskip +\crbox{\parbox{0.8\linewidth}{ +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +}} + +\bigskip +\begin{lstlisting}[morekeywords={crbox}] +%\crbox[curved]{\parbox{0.8\linewidth}{ +%Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +%}} +\end{lstlisting} + +\bigskip +\crbox[curved]{\parbox{0.8\linewidth}{ +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +}} + +\bigskip +\begin{lstlisting}[morekeywords={crbox}] +%\crbox[hollowcurved]{\parbox{0.8\linewidth}{ +%Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +%}} +\end{lstlisting} + +\bigskip +\crbox[hollowcurved]{\parbox{0.8\linewidth}{ +Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. +}} +\end{document} -- cgit v1.2.3