% % Code_Saturne version 1.3 % ------------------------ % % This file is part of the Code_Saturne Preprocessor, element of the % Code_Saturne CFD tool. % % Copyright (C) 1998-2007 EDF S.A., France % % contact: saturne-support@edf.fr % % The Code_Saturne Preprocessor is free software; you can redistribute it % and/or modify it under the terms of the GNU General Public License % as published by the Free Software Foundation; either version 2 of % the License, or (at your option) any later version. % % The Code_Saturne Preprocessor is distributed in the hope that it will be % useful, but WITHOUT ANY WARRANTY; without even the implied warranty % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License % along with the Code_Saturne Preprocessor; if not, write to the % Free Software Foundation, Inc., % 51 Franklin St, Fifth Floor, % Boston, MA 02110-1301 USA % \NeedsTeXFormat {LaTeX2e}[1994/12/01] \def \filename {setspace2.sty} \def \filedate {1998/11/26} \def \fileversion {6.4} \ProvidesPackage {setspace2}[\filedate\space\fileversion\space Contributed and Supported LaTeX2e package] \typeout {Package: `setspace' \fileversion\space <\filedate>} %%%%%%% \newcommand{\setstretch}[1]{% \def\baselinestretch{#1}% \@currsize } \newcommand{\SetSinglespace}[1]{% \def\setspace@singlespace{#1}% } % Here's the default single line spacing value. \SetSinglespace{1} \newcommand{\singlespacing}{% \setstretch {\setspace@singlespace}% \vskip \baselineskip % Correction for coming into singlespace } \newenvironment{singlespace}{% \vskip \baselineskip \setstretch {\setspace@singlespace}% \vskip -\baselineskip }{% \par } \newenvironment{singlespace*}{% \setstretch {\setspace@singlespace}% \vskip -\baselineskip }{% \vskip -0.5\baselineskip } \newcommand{\restore@spacing}{% \par \vskip \parskip \vskip \baselineskip \endgroup \vskip -\parskip \vskip -\baselineskip } \newenvironment{spacing}[1]{% \par \begingroup % moved from \endspacing by PGBR 29-1-91 \setstretch {#1}% }{% \restore@spacing } \endinput %%% EOF.