blob: cf56bc140befa35315e1f8bb8d9df570c3002afb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\input ydocstrip.tex
\keepsilent
\askforoverwritefalse
\generate{%
\nopreamble
\file{standalone.cls}{\from{standalone.dtx}{standalone.cls}}%
\file{standalone.sty}{\from{standalone.dtx}{standalone.sty}}%
\nopostamble
\file{standalone.tex}{\from{standalone.dtx}{standalone.tex}}%
\file{standalone.cfg}{\from{standalone.dtx}{standalone.cfg}}%
%\file{standalone.ins}{\from{standalone.dtx}{install}}%
}
\endbatchfile
%% vim: ft=tex
|