%% %% This is file `export.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% export.dtx (with options: `package') %% %% IMPORTANT NOTICE: %% This file is a stripped version of `export.dtx', %% copyright (c) 1996 by Jean-Pierre Drucbert (drucbert@onecert.fr) %% %% You are not allowed to distribute this file. %% For distribution of the original source see %% the copyright notice in the source file. %% %% Package `export' to use with LaTeX 2e %% Copyright (C) 1996 Jean-Pierre Drucbert, all rights reserved %% %% You may use and distribute this file freely, provided that %% you don't pretend that you wrote it. \NeedsTeXFormat{LaTeX2e}[1996/06/01] \ProvidesPackage{float} [1996/09/20 v1.0 Exportation of LaTeX registers (JPFD)] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newwrite\export \def\openexport#1{% \typeout{^^JExportations into #1.xpt.^^J}% \immediate\openout\export #1.xpt} \def\closeexport{\immediate\closeout\export% \typeout{^^JEnd of exportations.^^J}} \def\ExportLength#1{% \typeout{Exportation of length #1}% \immediate\write\export{\string\setlength{\csname #1\endcsname}% {\the\csname #1\endcsname}}} \def\PreciseExportLength#1{% \typeout{Precise exportation of length #1}% \immediate\write\export{\string\setlength{\csname#1\endcsname}% {\number\csname #1\endcsname sp}}} \def\Export#1{% \typeout{Exportation of counter #1}% \immediate\write\export{\string\setcounter{#1}% {\@arabic\csname c@#1\endcsname}}} \def\Import#1{% \typeout{^^JImportations from #1.xpt^^J}% \InputIfFileExists{#1.xpt}{\relax}{\relax}} \def\xcaptionf{\refstepcounter{figure} \@dblarg{\@xcaption{figure}}} \def\xcaptiont{\refstepcounter{table} \@dblarg{\@xcaption{table}}} \def\xcaption#1{\refstepcounter{#1} \@dblarg{\@xcaption{#1}}} \long\def\@xcaption#1[#2]#3{\par\addcontentsline{\csname ext@#1\endcsname}{#1}{\protect\numberline{\csname the#1\endcsname}{\ignorespaces #2}}% } \def\iprotected@write#1#2#3{% \begingroup \let\thepage\relax #2% \let\protect\@unexpandable@protect \edef\reserved@a{\immediate\write#1{#3}}% \reserved@a \endgroup \if@nobreak\ifvmode\nobreak\fi\fi } \def\@inputx#1{{\def\bibcite##1##2{\relax}\@input{#1}}} This macro write an |\@inputx| of the given file into the \texttt{.aux} file. \def\AddInputInAux#1{% \iprotected@write\@auxout {% \let\label\@gobble \let\index\@gobble \let\glossary\@gobble}% {\string\@inputx{#1}% }% }% \def\ExportPageLayout{% \PreciseExportLength{hsize} \PreciseExportLength{vsize} \PreciseExportLength{hoffset} \PreciseExportLength{voffset} \PreciseExportLength{linewidth} \PreciseExportLength{columnwidth} \PreciseExportLength{columnsep} \PreciseExportLength{columnseprule} \PreciseExportLength{parindent} \PreciseExportLength{hoffset} \PreciseExportLength{voffset} \PreciseExportLength{oddsidemargin} \PreciseExportLength{evensidemargin} \PreciseExportLength{headheight} \PreciseExportLength{headsep} \PreciseExportLength{textheight} \PreciseExportLength{textwidth} \PreciseExportLength{paperheight} \PreciseExportLength{paperwidth} \PreciseExportLength{marginparsep} \PreciseExportLength{marginparwidth} \PreciseExportLength{marginparpush} \PreciseExportLength{footskip}} \endinput %% %% End of file `export.sty'.