diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/twoopt.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/twoopt.sty | 45 |
1 files changed, 17 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/twoopt.sty b/Master/texmf-dist/tex/latex/oberdiek/twoopt.sty index f27201202a1..ddc90a5666b 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/twoopt.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/twoopt.sty @@ -6,40 +6,29 @@ %% %% twoopt.dtx (with options: `package') %% -%% This file is part of the package `twoopt' for use with LaTeX2e. +%% This is a generated file. %% -%% Function: Defining commands with two optional arguments. +%% Copyright (C) 1999, 2006 by Heiko Oberdiek <oberdiek@uni-freiburg.de> %% -%% Copyright (C) 1998,1999 Heiko Oberdiek. +%% 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 program can be redistributed and/or modified -%% under the terms of the LaTeX Project Public License -%% distributed from CTAN archives in directory -%% macros/latex/base/lppl.txt; either version 1 of -%% the License, or (at your option) any later version. +%% This work has the LPPL maintenance status "maintained". %% -%% Please send error reports and suggestions for improvements to -%% Heiko Oberdiek <oberdiek@ruf.uni-freiburg.de>. +%% This Current Maintainer of this work is Heiko Oberdiek. %% -\NeedsTeXFormat{LaTeX2e}[1995/12/01] +%% This work consists of the main source file twoopt.dtx +%% and the derived files +%% twoopt.sty, twoopt.pdf, twoopt.ins, twoopt.drv. +%% +\NeedsTeXFormat{LaTeX2e} \ProvidesPackage{twoopt} - [1999/04/12 v1.3 Definitions with two optional arguments (HO)] -%% \CharacterTable -%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z -%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z -%% Digits \0\1\2\3\4\5\6\7\8\9 -%% Exclamation \! Double quote \" Hash (number) \# -%% Dollar \$ Percent \% Ampersand \& -%% Acute accent \' Left paren \( Right paren \) -%% Asterisk \* Plus \+ Comma \, -%% Minus \- Point \. Solidus \/ -%% Colon \: Semicolon \; Less than \< -%% Equals \= Greater than \> Question mark \? -%% Commercial at \@ Left bracket \[ Backslash \\ -%% Right bracket \] Circumflex \^ Underscore \_ -%% Grave accent \` Left brace \{ Vertical bar \| -%% Right brace \} Tilde \~} -%% + [2006/02/20 v1.4 Definitions with two optional arguments (HO)] \newcommand{\newcommandtwoopt}{% \@ifstar{\@newcommandtwoopt*}{\@newcommandtwoopt{}}% } |