From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/crbox/README | 22 ++++++ macros/latex/contrib/crbox/crbox-doc.pdf | Bin 0 -> 29045 bytes macros/latex/contrib/crbox/crbox-doc.tex | 50 +++++++++++++ macros/latex/contrib/crbox/crbox.sty | 116 +++++++++++++++++++++++++++++++ 4 files changed, 188 insertions(+) create mode 100755 macros/latex/contrib/crbox/README create mode 100644 macros/latex/contrib/crbox/crbox-doc.pdf create mode 100755 macros/latex/contrib/crbox/crbox-doc.tex create mode 100755 macros/latex/contrib/crbox/crbox.sty (limited to 'macros/latex/contrib/crbox') diff --git a/macros/latex/contrib/crbox/README b/macros/latex/contrib/crbox/README new file mode 100755 index 0000000000..25c7dbc478 --- /dev/null +++ b/macros/latex/contrib/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/macros/latex/contrib/crbox/crbox-doc.pdf b/macros/latex/contrib/crbox/crbox-doc.pdf new file mode 100644 index 0000000000..27ffa15e84 Binary files /dev/null and b/macros/latex/contrib/crbox/crbox-doc.pdf differ diff --git a/macros/latex/contrib/crbox/crbox-doc.tex b/macros/latex/contrib/crbox/crbox-doc.tex new file mode 100755 index 0000000000..9b6abd3929 --- /dev/null +++ b/macros/latex/contrib/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} diff --git a/macros/latex/contrib/crbox/crbox.sty b/macros/latex/contrib/crbox/crbox.sty new file mode 100755 index 0000000000..95a619f03d --- /dev/null +++ b/macros/latex/contrib/crbox/crbox.sty @@ -0,0 +1,116 @@ +%% +%% This is file `crbox.sty', + +%% +%% __________________________________ +%% Copyright © 2011–2013 Persian TeX Group +%% +%% License information appended. +%% +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{crbox}[2013/04/04 typesetting boxes with crossing lines in the four corners] +\RequirePackage{biditools} +\newif\ifcurved +\newif\ifhollowcurved + +\newdimen\length@corner@paper \length@corner@paper1cm +\newdimen\thickness@corner@paper \thickness@corner@paper0.4pt + +\newcommand\crbox[1][]{\def\@tempa{#1}% +\ifx\@tempa\@void \toks@{}\else +\toks@\expandafter{\csname#1true\endcsname}\fi +\edef\option@cr{\noexpand\curvedfalse\noexpand\hollowcurvedfalse\the\toks@}% +\leavevmode\@crbox} + +\let\option@cr\@void +\bidi@AtEndPreamble{% +\@ifpackageloaded{bidi}{% +\def\@crbox#1{\vbox{\setbox\tw@\vbox{\vskip\fboxsep +\hbox{\hskip\fboxsep\hbox{#1}\hskip\fboxsep}% +\vskip\fboxsep}\offinterlineskip% +\dimen@\thickness@corner@paper \@tempdima\length@corner@paper +\option@cr \font@corner \@tempdimb\z@ +\ifhollowcurved \advance\@tempdima-1em \curvedtrue +\let\llap\hbox \let\rlap\hbox +\else \@tempdimb-\dimen@ \fi +\advance\@tempdimb\@tempdima +\ifcurved +\def\@makecorner##1##2{\setbox\z@\hbox to \wd\tw@ +{\rlap{\if@RTL\char##2\else\char##1\fi}\copy\thr@@\hfil\copy\thr@@\llap{\if@RTL\char##1\else\char##2\fi}}% +\ifhollowcurved\else\dp\z@\z@ \ht\z@\dimen@\fi}% +\else +\def\@makecorner##1##2{\setbox\z@\hbox to \wd\tw@ +{\copy\thr@@\hfil\copy\thr@@}}% +\fi +\ifdim\dimen@<0.4\p@ +\chardef\ch@pa16 \chardef\r@pa17% +\chardef\r@ba18 \chardef\ch@ba19% +\else% +\chardef\ch@pa8 \chardef\r@pa9% +\chardef\r@ba10 \chardef\ch@ba11% +\fi % +\setbox\thr@@\hbox to \@tempdima{\leaders\hrule\@height\dimen@\hfil}% +\setbox\@ne\vbox to \@tempdimb{\leaders\vrule\@width\dimen@\vfil}% +\@makecorner\ch@ba\r@ba +\setbox\@ne\hbox to \wd\tw@{\copy\@ne\hfil\copy\@ne}% +\copy\z@ \copy\@ne +\vskip-\ht\@ne \vskip-\dp\z@ \vskip-\ht\z@ +\copy\tw@ +\@makecorner\ch@pa\r@pa +\vskip-\ht\z@ \vskip-\dp\z@ \vskip-\ht\@ne +\copy\@ne\copy\z@}}% +}{% +\def\@crbox#1{\vbox{\setbox\tw@\vbox{\vskip\fboxsep +\hbox{\hskip\fboxsep\hbox{#1}\hskip\fboxsep}% +\vskip\fboxsep}\offinterlineskip% +\dimen@\thickness@corner@paper \@tempdima\length@corner@paper +\option@cr \font@corner \@tempdimb\z@ +\ifhollowcurved \advance\@tempdima-1em \curvedtrue +\let\llap\hbox \let\rlap\hbox +\else \@tempdimb-\dimen@ \fi +\advance\@tempdimb\@tempdima +\ifcurved +\def\@makecorner##1##2{\setbox\z@\hbox to \wd\tw@ +{\rlap{\char##1}\copy\thr@@\hfil\copy\thr@@\llap{\char##2}}% +\ifhollowcurved\else\dp\z@\z@ \ht\z@\dimen@\fi}% +\else +\def\@makecorner##1##2{\setbox\z@\hbox to \wd\tw@ +{\copy\thr@@\hfil\copy\thr@@}}% +\fi +\ifdim\dimen@<0.4\p@ +\chardef\ch@pa16 \chardef\r@pa17% +\chardef\r@ba18 \chardef\ch@ba19% +\else% +\chardef\ch@pa8 \chardef\r@pa9% +\chardef\r@ba10 \chardef\ch@ba11% +\fi % +\setbox\thr@@\hbox to \@tempdima{\leaders\hrule\@height\dimen@\hfil}% +\setbox\@ne\vbox to \@tempdimb{\leaders\vrule\@width\dimen@\vfil}% +\@makecorner\ch@ba\r@ba +\setbox\@ne\hbox to \wd\tw@{\copy\@ne\hfil\copy\@ne}% +\copy\z@ \copy\@ne +\vskip-\ht\@ne \vskip-\dp\z@ \vskip-\ht\z@ +\copy\tw@ +\@makecorner\ch@pa\r@pa +\vskip-\ht\z@ \vskip-\dp\z@ \vskip-\ht\@ne +\copy\@ne\copy\z@}}% +}} +\font\font@corner=ghab + +\endinput +%% +%% Copyright © 2011–2013 by Persian TeX Group +%% +%% Distributable under the LaTeX Project Public License, +%% version 1.3c or higher (your choice). The latest version of +%% this license is at: http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) +%% by Persian TeX Group. +%% +%% +%% +%% +%% +%% End of file `crbox.sty'. -- cgit v1.2.3