summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/twoopt.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-05 23:13:42 +0000
committerKarl Berry <karl@freefriends.org>2007-10-05 23:13:42 +0000
commit4c911ff5ebf103e651707635abf2064ddf149c96 (patch)
treed3550a7008c8851c3df0746c7e9800df307a0699 /Master/texmf-dist/source/latex/oberdiek/twoopt.dtx
parentf020fc73ad0b6e33f65d5f0b84646131e0340f2f (diff)
oberdiek update/new: bigintcalc bitset grfext
git-svn-id: svn://tug.org/texlive/trunk@5118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/twoopt.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/twoopt.dtx36
1 files changed, 18 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/twoopt.dtx b/Master/texmf-dist/source/latex/oberdiek/twoopt.dtx
index 09ce98d6730..df7c0658b6b 100644
--- a/Master/texmf-dist/source/latex/oberdiek/twoopt.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/twoopt.dtx
@@ -223,15 +223,15 @@ and the derived files
\ProvidesPackage{twoopt}
[2006/02/20 v1.4 Definitions with two optional arguments (HO)]%
% \end{macrocode}
-% \begin{macro}{\newcommandtwoopt}
+% \begin{macro}{\newcommandtwoopt}
% \begin{macrocode}
\newcommand{\newcommandtwoopt}{%
\@ifstar{\@newcommandtwoopt*}{\@newcommandtwoopt{}}%
}
% \end{macrocode}
-% \end{macro}
+% \end{macro}
%
-% \begin{macro}{\@newcommandtwoopt}
+% \begin{macro}{\@newcommandtwoopt}
% \begin{param}
% \entry1 star\\
% \entry2 macro name to be defined
@@ -243,9 +243,9 @@ and the derived files
\csname2\string#2\endcsname{#1}{#2}%
}
% \end{macrocode}
-% \end{macro}
+% \end{macro}
%
-% \begin{macro}{\@@newcommandtwoopt}
+% \begin{macro}{\@@newcommandtwoopt}
% \begin{param}
% \entry1 help command to be defined
% (\expandafter\cmd\csname 2\bslash<name>\endcsname)\\
@@ -264,17 +264,17 @@ and the derived files
\newcommand#2#1[{#4}]%
}
% \end{macrocode}
-% \end{macro}
+% \end{macro}
%
-% \begin{macro}{\renewcommandtwoopt}
+% \begin{macro}{\renewcommandtwoopt}
% \begin{macrocode}
\newcommand{\renewcommandtwoopt}{%
\@ifstar{\@renewcommandtwoopt*}{\@renewcommandtwoopt{}}%
}
% \end{macrocode}
-% \end{macro}
+% \end{macro}
%
-% \begin{macro}{\@renewcommandtwoopt}
+% \begin{macro}{\@renewcommandtwoopt}
% \begin{param}
% \entry1 star\\
% \entry2 command name to be defined
@@ -295,17 +295,17 @@ and the derived files
\csname2\string#2\endcsname{#1}{#2}%
}
% \end{macrocode}
-% \end{macro}
+% \end{macro}
%
-% \begin{macro}{\providecommandtwoopt}
+% \begin{macro}{\providecommandtwoopt}
% \begin{macrocode}
\newcommand{\providecommandtwoopt}{%
\@ifstar{\@providecommandtwoopt*}{\@providecommandtwoopt{}}%
}
% \end{macrocode}
-% \end{macro}
+% \end{macro}
%
-% \begin{macro}{\@providecommandtwoopt}
+% \begin{macro}{\@providecommandtwoopt}
% \begin{param}
% \entry1 star\\
% \entry2 command name to be defined
@@ -327,9 +327,9 @@ and the derived files
}%
}
% \end{macrocode}
-% \end{macro}
+% \end{macro}
%
-% \begin{macro}{\to@ScanSecondOptArg}
+% \begin{macro}{\to@ScanSecondOptArg}
% \begin{param}
% \entry1 help command to be defined
% (\expandafter\cmd\csname 2\bslash<name>\endcsname)\\
@@ -345,14 +345,14 @@ and the derived files
}%
}
% \end{macrocode}
-% \end{macro}
+% \end{macro}
%
-% \begin{macro}{\to@ArgOptToArgArg}
+% \begin{macro}{\to@ArgOptToArgArg}
% \begin{macrocode}
\newcommand{\to@ArgOptToArgArg}{}
\long\def\to@ArgOptToArgArg#1[#2]{{#1}{#2}}
% \end{macrocode}
-% \end{macro}
+% \end{macro}
%
% \begin{macrocode}
%</package>