diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex3/xor/xoutput.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex3/xor/xoutput.sty | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex3/xor/xoutput.sty b/Master/texmf-dist/tex/latex3/xor/xoutput.sty new file mode 100644 index 00000000000..ac806d01623 --- /dev/null +++ b/Master/texmf-dist/tex/latex3/xor/xoutput.sty @@ -0,0 +1,44 @@ +%% +%% This is file `xoutput.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% xoutput.dtx (with options: `package,progress') +%% +%% Not for distribution +%% +%% (C) Copyright 1999-2000 Frank Mittelbach, David Carlisle, Chris Rowley +%% All rights reserved. +%% +%% Not for general distribution. In its present form it is not allowed +%% to put this package onto CD or an archive without consulting the +%% the authors. +%% +%% (C) Copyright 1999-2000 Frank Mittelbach, David Carlisle, Chris Rowley +%% All rights reserved. +%% +%% Not for general distribution. In its present form it is not allowed +%% to put this package onto CD or an archive without consulting the +%% the authors. +%% + +\def\@tempa#1: #2.dtx,v #3 #4 #5 #6 #7${ + \ProvidesPackage{#2}[#4 #3 #5 #6]} +\@tempa$Id: xoutput.dtx,v 1.13 2000/08/11 07:14:49 latex3 Exp $ +\RequirePackage{ + ldcsetup, + template, + xmarks, + xparse, + xo-trace,xo-or, + xo-here, + xo-place,xo-page,xo-float,xo-capt,xo-final, + xo-alloc, + xo-new +} + +\IgnoreWhiteSpace +\endinput +%% +%% End of file `xoutput.sty'. |