Ok, it was my trivial mistake, now EVERYTHING works perfectly! Thanks a lot for the great suggestions!
T
Search found 4 matches
- Mon Jul 07, 2008 12:03 pm
- Forum: General
- Topic: \label question for experts
- Replies: 7
- Views: 6430
- Sun Jul 06, 2008 9:15 pm
- Forum: General
- Topic: \label question for experts
- Replies: 7
- Views: 6430
Re: \label question for experts
Thanks again for your efforts. With your suggestion the code is still doing the right things and the minor improvements are working perfectly.
Unfortunately during the compilation I still get the <<label '' multiply defined>> warning...
gyru
Unfortunately during the compilation I still get the <<label '' multiply defined>> warning...
gyru
- Sat Jul 05, 2008 10:21 am
- Forum: General
- Topic: \label question for experts
- Replies: 7
- Views: 6430
Re: \label question for experts
@ Juanjo: That's *EXACTLY* what I needed and it works perfectly! THANK YOU!!
There is only a minor drawback: if I leave the label key empty in the \entryNN{} the compilers thinks that there are multiple EMTPY labels ('') and gives lot of warnings (I use an long list of \entryNN. Is there a way to ...
There is only a minor drawback: if I leave the label key empty in the \entryNN{} the compilers thinks that there are multiple EMTPY labels ('') and gives lot of warnings (I use an long list of \entryNN. Is there a way to ...
- Fri Jul 04, 2008 9:02 pm
- Forum: General
- Topic: \label question for experts
- Replies: 7
- Views: 6430
\label question for experts
Hello,
I am using a newcommand with 2 arguments which basically sets a couple of minipages and an \item. It works perfectly, see below:
\newcommand{\entryNN}[2]{
\addtocounter{pippo}{1}
\begin{minipage}[t]{.25\textwidth}
\noindent \small \bfseries \sffamily \raggedleft{#1}
\end{minipage ...
I am using a newcommand with 2 arguments which basically sets a couple of minipages and an \item. It works perfectly, see below:
\newcommand{\entryNN}[2]{
\addtocounter{pippo}{1}
\begin{minipage}[t]{.25\textwidth}
\noindent \small \bfseries \sffamily \raggedleft{#1}
\end{minipage ...