summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tram
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-04 23:12:54 +0000
committerKarl Berry <karl@freefriends.org>2013-04-04 23:12:54 +0000
commita1fe741ca8e24eacf24bcbe23b94a8a171a6142c (patch)
treee3eb656af821ad77d23bddff7294e578a61f0a37 /Master/texmf-dist/doc/latex/tram
parent09380955364b299a4ed071cca1282c7f0424e34e (diff)
tram (4apr13)
git-svn-id: svn://tug.org/texlive/trunk@29657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tram')
-rwxr-xr-xMaster/texmf-dist/doc/latex/tram/README23
-rw-r--r--Master/texmf-dist/doc/latex/tram/tram-doc.pdfbin0 -> 28274 bytes
-rwxr-xr-xMaster/texmf-dist/doc/latex/tram/tram-doc.tex32
3 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tram/README b/Master/texmf-dist/doc/latex/tram/README
new file mode 100755
index 00000000000..d06655d0979
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tram/README
@@ -0,0 +1,23 @@
+__________________
+The tram package
+
+This package implements tram environment that can be used
+for producing tram 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/tram/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/tram/tram-doc.pdf b/Master/texmf-dist/doc/latex/tram/tram-doc.pdf
new file mode 100644
index 00000000000..88663564835
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tram/tram-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tram/tram-doc.tex b/Master/texmf-dist/doc/latex/tram/tram-doc.tex
new file mode 100755
index 00000000000..4a1164b0ca5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tram/tram-doc.tex
@@ -0,0 +1,32 @@
+\documentclass{article}
+\usepackage[left=2.5cm,right=2.5cm,bottom=2.5cm,top=2.5cm]{geometry}
+\usepackage{bidicode}
+\usepackage{tram}
+\title{The \textsf{tram} Package}
+\author{Persian TeX Group\\ \texttt{persian-tex@tug.org}}
+\begin{document}
+\maketitle
+\textsf{tram.sty} provides the \texttt{tram} environment for typesetting tram boxes. Tram is a collection of heaps of tiny dots that you can put it in different parts of your document to decorate/emphasize your text. To tramize our text, we use \texttt{tram} environment which has the following syntax:
+\begin{BDef}
+\LBEG{tram}\OptArg{\Larga{integer}}\\
+\ldots\ \Larga{text} \ldots\\
+\LEND{tram}
+\end{BDef}
+Where \Larga{integer} is the optional argument and $0\leq\langle integer\rangle\leq1535$. Specifying \Larga{integer} changes the overall shapes of dots. If your text is more than one line, then you should use \Lcs{parbox} command or \texttt{minipage} environment:
+
+\bigskip
+\begin{lstlisting}
+%\begin{tram}[209]
+%\parbox{0.94\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{tram}
+\end{lstlisting}
+
+\bigskip
+\begin{tram}[209]
+\parbox{0.94\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{tram}
+\end{document} \ No newline at end of file