summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ghab
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-04 23:10:56 +0000
committerKarl Berry <karl@freefriends.org>2013-04-04 23:10:56 +0000
commit7633c834a919361e3341218fb7cd5c3118fa5c3e (patch)
treed2bf664816c10dc6c078daab2bcd2d362e02a359 /Master/texmf-dist/doc/latex/ghab
parent1a2b5684724961f124a0291b78b2a1f7940ceb83 (diff)
ghab (4apr13)
git-svn-id: svn://tug.org/texlive/trunk@29653 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ghab')
-rwxr-xr-xMaster/texmf-dist/doc/latex/ghab/README22
-rw-r--r--Master/texmf-dist/doc/latex/ghab/ghab-doc.pdfbin0 -> 26571 bytes
-rwxr-xr-xMaster/texmf-dist/doc/latex/ghab/ghab-doc.tex24
3 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ghab/README b/Master/texmf-dist/doc/latex/ghab/README
new file mode 100755
index 00000000000..5a488d4158c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ghab/README
@@ -0,0 +1,22 @@
+__________________
+The ghab package
+
+This package implements \darghab command that can be used
+for producing ghab boxes 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:
+ <https://github.com/persian-tex/ghab/issues>
+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/ghab/ghab-doc.pdf b/Master/texmf-dist/doc/latex/ghab/ghab-doc.pdf
new file mode 100644
index 00000000000..73349ceb6ef
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ghab/ghab-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ghab/ghab-doc.tex b/Master/texmf-dist/doc/latex/ghab/ghab-doc.tex
new file mode 100755
index 00000000000..4e8390ba9d0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ghab/ghab-doc.tex
@@ -0,0 +1,24 @@
+\documentclass{article}
+\usepackage{ghab,bidicode}
+\title{The \textsf{ghab} package}
+\author{Persian TeX Group\\ \texttt{persian-tex@tug.org}}
+\begin{document}
+\maketitle
+Provides \Lcs{darghab} command for typesetting ghab boxes which has the following syntax:
+\begin{BDef}
+\Lcs{darghab}\OptArg{\Larga{width}}\Largb{\Larga{text}}
+\end{BDef}
+The optional \Larga{width} determines the width of the box and if you do not give this optional argument, then the width of the box will be equal to \Lcs{linewidth}
+
+\bigskip
+\begin{lstlisting}[morekeywords={darghab}]
+%\darghab[10cm]{%
+%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
+\darghab[10cm]{%
+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} \ No newline at end of file