summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pst-exa
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-17 22:43:49 +0000
committerKarl Berry <karl@freefriends.org>2011-04-17 22:43:49 +0000
commitb35f6c069825f540759ae0c3cbcc784a1411e115 (patch)
treed05c56c587f59994875fe09745ea248b92bfbf3b /Master/texmf-dist/doc/latex/pst-exa
parent5d6e60ca4389101ea5334dc9e6370e9bb63d9d53 (diff)
pst-exa (14apr11)
git-svn-id: svn://tug.org/texlive/trunk@22113 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst-exa')
-rw-r--r--Master/texmf-dist/doc/latex/pst-exa/pst-exa-doc.pdfbin0 -> 218102 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pst-exa/pst-exa-doc.tex38
2 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-exa/pst-exa-doc.pdf b/Master/texmf-dist/doc/latex/pst-exa/pst-exa-doc.pdf
new file mode 100644
index 00000000000..90d4d26daf0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pst-exa/pst-exa-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pst-exa/pst-exa-doc.tex b/Master/texmf-dist/doc/latex/pst-exa/pst-exa-doc.tex
new file mode 100644
index 00000000000..8037430885a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pst-exa/pst-exa-doc.tex
@@ -0,0 +1,38 @@
+\documentclass[pagesize=auto, fontsize=14pt, DIV=9, parskip=half]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{etex}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage[utf8]{inputenc}
+\usepackage{microtype}
+\usepackage{hyperref}
+
+\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}}
+\newcommand*{\pkg}[1]{\textsf{#1}}
+\newcommand*{\env}[1]{\texttt{#1}}
+
+\addtokomafont{title}{\rmfamily}
+
+\title{The \pkg{pst-exa} package\thanks{This manual corresponds to \pkg{pst-exa.sty}~v0.01, dated~2010/01/01.}}
+\author{Herbert Voß\thanks{\mail{hvoss@tug.org}}}
+\date{2010/01/01}
+
+
+\begin{document}
+
+\maketitle
+
+The package \pkg{pst-exa} was created to realize examples with printed code and output
+side by side or on top of each other. The package looks in the image directory for the source
+code of the examples and inserts only the code between the environment \env{document},
+which is the sequence \verb+\begin{document} ... \end{document}+.
+
+The package provides the environment \env{PSTexample} with the optional
+arguments. For more information read the documentation of \texttt{pst2pdf}.
+
+Using \pkg{pst-exa} makes only sense together with the Perl script \texttt{pst2pdf}, which
+allows the use of Postscript code and running the document in \textsc{pdf} mode.
+
+\end{document}