\newcommand mit mehr als 9 Argumenten



Hallo!

Ist es moeglich ein newcommand mit mehr als 9 Argumenten zu definieren?

Folgender Versuch

\newcommand*{\designsfourfiguresfull}[11]{%
% 1. max. width of left figure
% 2. Space between boxes
% 3. max. width of right figure
% 4. Name of upper left figure
% 5. Name of upper right figure
% 6. Caption of upper left box
% 7. Caption of upper right box
% 8. Name of lower left figure
% 9. Name of lower right figure
% 10. Caption of lower left box
% 11. Caption of lower right box
\settoheight{\doubleparboxht}{\includegraphics[width=#1]{#4}}%
\settoheight{\@tempdima}{\includegraphics[width=#3]{#5}}%
\ifdim \doubleparboxht >\@tempdima
\setlength{\doubleparboxht}{\@tempdima}%
\fi
\subfigure[#6]{\includegraphics[height=\doubleparboxht]{#4}}%
\hspace{#2}%
\subfigure[#7]{\includegraphics[height=\doubleparboxht]{#5}}\\%
\subfigure[#10]{\includegraphics[height=\doubleparboxht]{#8}}%
\hspace{#2}%
\subfigure[#11]{\includegraphics[height=\doubleparboxht]{#9}}%
}

liefert folgende Fehlermeldung:
! You already have nine parameters.


--

Ciao , Frank.


.



Relevant Pages

  • Re: GroupBox text - invisible in W2K, ok in XP
    ... When the app is executed on an XP box, all the groupbox ... When executed on win2k pro, the caption on the ... > upper left groupbox is invisible (but there is a broken border where the ...
    (microsoft.public.dotnet.languages.vb)
  • Re: numbering picture captions
    ... When you add a caption to an object whose Text Wrapping is set to something ... relative positions of the text box *anchors* rather than the position of the ... the second paragraph, and so on. ... It should begin upper left, upper right, lower left, lower ...
    (microsoft.public.word.pagelayout)
  • GroupBox text - invisible in W2K, ok in XP
    ... When the app is executed on an XP box, all the groupbox ... the caption on the ... upper left groupbox is invisible (but there is a broken border where the ...
    (microsoft.public.dotnet.languages.vb)
  • Re: wrap around figure
    ... If the caption is ordinary inline text, it can be wrapped around a graphic ... Suzanne S. Barnhill ... Microsoft MVP (Word) ... I want to start the caption in the upper right ...
    (microsoft.public.word.drawing.graphics)