I am completely new to LaTex and am using Kile in Ubuntu 10.10, which is proving to be rather good as an IDE.
I have a question regarding the \newcommand command.
If I have an indeterminate number of arguments can I create a \newcommand feature?
i.e. if I want to create a new command that takes in n arguments and creates an item list, i.e.
Code: Select all
\begin{itemize}
\item item1
\item item2
\item item3
\end{itemize}
Code: Select all
\newcommand{\newlist}[??]{??}
Can this be done?
Thanks in Advance,
David