diff options
author | Karl Berry <karl@freefriends.org> | 2006-08-27 22:38:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-08-27 22:38:54 +0000 |
commit | 2607d53137ede06e9780342b225218743e100bb4 (patch) | |
tree | c6c88c805dd21a5bbb6ad6f26d3d53c517f4b866 /Master/texmf-dist/tex/latex/oberdiek/chemarr.sty | |
parent | fb0d58de45c0fc32bab09a839c186de46f75628e (diff) |
oberdiek update from tds zip (28aug06)
git-svn-id: svn://tug.org/texlive/trunk@2054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/chemarr.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/chemarr.sty | 74 |
1 files changed, 32 insertions, 42 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/chemarr.sty b/Master/texmf-dist/tex/latex/oberdiek/chemarr.sty index defcfb3b925..c6afaada665 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/chemarr.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/chemarr.sty @@ -1,48 +1,36 @@ -% File: chemarr.sty -% Version: 2001/06/22 v1.1 -% Author: Heiko Oberdiek -% Email: <oberdiek@uni-freiburg.de> -% -% Copyright: Copyright (C) 2001 Heiko Oberdiek. -% -% This program may be distributed and/or modified under -% the conditions of the LaTeX Project Public License, -% either version 1.2 of this license or (at your option) -% any later version. The latest version of this license -% is in -% http://www.latex-project.org/lppl.txt -% and version 1.2 or later is part of all distributions -% of LaTeX version 1999/12/01 or later. -% -% Function: Very often chemists need a longer version -% of reaction arrows (\rightleftharpoons) with -% the possibility to put text above and below. -% Analogous to amsmath's \xrightarrow and -% \xleftarrow this package provides the macro -% \xrightleftharpoons. -% -% Requirement: amsmath -% Use: LaTeX: \usepackage{chemarr} -% \xrightleftharpoons[below]{above} -% -% History: 2001/06/21 v1.0: -% * first public version -% 2001/06/22 v1.1: -% * documentation fixes -% +%% +%% This is file `chemarr.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% chemarr.dtx (with options: `package') +%% +%% This is a generated file. +%% +%% Copyright (C) 2001, 2006 by Heiko Oberdiek <oberdiek@uni-freiburg.de> +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3 of this license or (at your option) any later +%% version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% This Current Maintainer of this work is Heiko Oberdiek. +%% +%% This work consists of the main source file chemarr.dtx +%% and the derived files +%% chemarr.sty, chemarr.pdf, chemarr.ins, chemarr.drv, +%% chemarr-example.tex. +%% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{chemarr}% - [2001/06/22 v1.1 Chemical reaction arrows (HO)] -% + [2006/02/20 v1.2 Chemical reaction arrows (HO)] \RequirePackage{amsmath} -% The package amsmath is needed for the following commands: -% \ext@arrow, \@ifnotempty, \arrowfill@ -% \relbar, \std@minus -% \@ifempty, \@xifempty, \@xp -% -% In fontmath.ltx \rightleftharpoons is defined with -% a vertical space of 2pt. -% \newcommand{\xrightleftharpoons}[2][]{% \ensuremath{% \mathrel{% @@ -75,3 +63,5 @@ \arrowfill@\relbar\relbar\rightharpoonup } \endinput +%% +%% End of file `chemarr.sty'. |