summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/crbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-10-26 22:58:17 +0000
committerKarl Berry <karl@freefriends.org>2011-10-26 22:58:17 +0000
commite38407b8608ab0f0ab6d2ad0dfbe576572d48df6 (patch)
tree9a0f1fe220805d0982abaeddbf613acba91995d1 /Master/texmf-dist/doc/latex/crbox
parentf036cf9529b4707b59ea7bb8410a5df349366001 (diff)
new latex package crbox (26oct11)
git-svn-id: svn://tug.org/texlive/trunk@24414 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/crbox')
-rw-r--r--Master/texmf-dist/doc/latex/crbox/README12
-rw-r--r--Master/texmf-dist/doc/latex/crbox/crbox-doc.pdfbin0 -> 27119 bytes
-rw-r--r--Master/texmf-dist/doc/latex/crbox/crbox-doc.tex50
3 files changed, 62 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/crbox/README b/Master/texmf-dist/doc/latex/crbox/README
new file mode 100644
index 00000000000..c10bf589b83
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/crbox/README
@@ -0,0 +1,12 @@
+__________________
+The crbox package
+
+This package implements \crbox command that can be used
+for producing boxes with crossing lines at the corners in LaTeX.
+
+______________
+Vafa Khalighi
+vafaklg@gmail.com
+
+Copyright 2011
+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..f3edb46945c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/crbox/crbox-doc.pdf
Binary files 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 100644
index 00000000000..9703be262cf
--- /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{Vafa Khalighi}
+\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}