summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ghab
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/ghab')
-rw-r--r--Master/texmf-dist/doc/latex/ghab/README12
-rw-r--r--Master/texmf-dist/doc/latex/ghab/ghab-doc.pdfbin0 -> 24631 bytes
-rw-r--r--Master/texmf-dist/doc/latex/ghab/ghab-doc.tex24
3 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ghab/README b/Master/texmf-dist/doc/latex/ghab/README
new file mode 100644
index 00000000000..fd0feff1c8d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ghab/README
@@ -0,0 +1,12 @@
+__________________
+The ghab package
+
+This package implements \darghab command that can be used
+for producing ghab boxes in LaTeX.
+
+______________
+Vafa Khalighi
+vafaklg@gmail.com
+
+Copyright 2011
+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..e6e71f30c77
--- /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 100644
index 00000000000..379e31dfc8d
--- /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{Vafa Khalighi}
+\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