summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/standalone')
-rw-r--r--Master/texmf-dist/doc/latex/standalone/README7
-rw-r--r--Master/texmf-dist/doc/latex/standalone/standalone.pdfbin128971 -> 274882 bytes
-rw-r--r--Master/texmf-dist/doc/latex/standalone/standalone.tex9
3 files changed, 0 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/standalone/README b/Master/texmf-dist/doc/latex/standalone/README
deleted file mode 100644
index 95b232e94e9..00000000000
--- a/Master/texmf-dist/doc/latex/standalone/README
+++ /dev/null
@@ -1,7 +0,0 @@
-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
index 32a8ac02feb..e9df3ca5bbf 100644
--- a/Master/texmf-dist/doc/latex/standalone/standalone.pdf
+++ 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
deleted file mode 100644
index 5ce9193eb93..00000000000
--- a/Master/texmf-dist/doc/latex/standalone/standalone.tex
+++ /dev/null
@@ -1,9 +0,0 @@
-% $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