summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-21 23:20:57 +0000
committerKarl Berry <karl@freefriends.org>2010-03-21 23:20:57 +0000
commitc1802566752c60e5104bdfc7c68f9a10fe490239 (patch)
tree69d1b16176d4fcba98ccbd6342a4bb81e766fff6 /Master/texmf-dist/doc/latex
parent860fa514b1a1be7f018476deccc66764bc2edfb5 (diff)
new latex package standalone 0.1 (21mar10)
git-svn-id: svn://tug.org/texlive/trunk@17521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/standalone/README7
-rw-r--r--Master/texmf-dist/doc/latex/standalone/standalone.pdfbin0 -> 128971 bytes
-rw-r--r--Master/texmf-dist/doc/latex/standalone/standalone.tex9
3 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/standalone/README b/Master/texmf-dist/doc/latex/standalone/README
new file mode 100644
index 00000000000..95b232e94e9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/standalone/README
@@ -0,0 +1,7 @@
+LaTeX class and package 'standalone'
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Copyright (c) 2010 by Martin Scharrer <martin@scharrer-online.de>
+
+Allows TeX pictures or other TeX code to be compiled standalone or as part of a main document.
+Provides support for pictures with beamer overlays.
+
diff --git a/Master/texmf-dist/doc/latex/standalone/standalone.pdf b/Master/texmf-dist/doc/latex/standalone/standalone.pdf
new file mode 100644
index 00000000000..32a8ac02feb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/standalone/standalone.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/standalone/standalone.tex b/Master/texmf-dist/doc/latex/standalone/standalone.tex
new file mode 100644
index 00000000000..5ce9193eb93
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/standalone/standalone.tex
@@ -0,0 +1,9 @@
+% $Id: standalone.dtx 1704 2010-03-21 19:25:13Z martin $
+\ProvidesFile{standalone.tex}[2010/03/21 v0.1 Provides if-switch to show if file is compiled standalone]%
+\expandafter\ifx\csname ifstandalone\endcsname\relax
+\expandafter\newif\csname ifstandalone\endcsname
+\expandafter\ifx\csname @twoclasseserror\endcsname\documentclass
+\else
+ \standalonetrue
+\fi
+\fi