summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tram
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-01 22:49:23 +0000
committerKarl Berry <karl@freefriends.org>2013-04-01 22:49:23 +0000
commit8777c8fe30b9d22c6225e4e7539065d7df524590 (patch)
tree4db1ee985430c5f21e8a774152941169405fd4c2 /Master/texmf-dist/doc/latex/tram
parente315cd0aa18acc9071dd2866763fdf2da0233fe7 (diff)
rm tram, author request
git-svn-id: svn://tug.org/texlive/trunk@29596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tram')
-rw-r--r--Master/texmf-dist/doc/latex/tram/README12
-rw-r--r--Master/texmf-dist/doc/latex/tram/tram-doc.pdfbin26324 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tram/tram-doc.tex32
3 files changed, 0 insertions, 44 deletions
diff --git a/Master/texmf-dist/doc/latex/tram/README b/Master/texmf-dist/doc/latex/tram/README
deleted file mode 100644
index 1b03b8f6567..00000000000
--- a/Master/texmf-dist/doc/latex/tram/README
+++ /dev/null
@@ -1,12 +0,0 @@
-__________________
-The tram package
-
-This package implements tram environment that can be used
-for producing tram 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/tram/tram-doc.pdf b/Master/texmf-dist/doc/latex/tram/tram-doc.pdf
deleted file mode 100644
index 573ed32d6c3..00000000000
--- a/Master/texmf-dist/doc/latex/tram/tram-doc.pdf
+++ /dev/null
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
deleted file mode 100644
index 4e4c4cac3b2..00000000000
--- a/Master/texmf-dist/doc/latex/tram/tram-doc.tex
+++ /dev/null
@@ -1,32 +0,0 @@
-\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{Vafa Khalighi}
-\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