diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/standalone')
-rw-r--r-- | Master/texmf-dist/doc/latex/standalone/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/standalone/standalone.pdf | bin | 0 -> 128971 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/standalone/standalone.tex | 9 |
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 Binary files differnew file mode 100644 index 00000000000..32a8ac02feb --- /dev/null +++ b/Master/texmf-dist/doc/latex/standalone/standalone.pdf 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 |