Am 21.09.2010 um 11:20 schrieb pol stra:

> 2010/9/19 Wolfgang Schuster <schuster.wolfg...@googlemail.com>:
> > http://pastie.org/1091180
> > http://pastie.org/1091177
>  
> I renamed the first one into "cv.tex" and the second one into "moderncv.tex".
> When i run texexec cv.tex, i’ve got this message :
> 
> > Runaway argument?
> > {{\margintext {##1} ##2 
> > ! Paragraph ended before \complexdefine was complete.
> > <to be read again> 
> >                   \par 
> > l.87 {{\margintext{#1} #2 \par
> >                               }}
> >
> 
> i don’t understand why.

Change in moderncv.tex

\define[2]\cvcompactentry
{{\margintext{#1} #2 \par}}

to

\define[2]\cvcompactentry
  {\margintext{#1} #2 \endgraf}

This isn't the only problem when you use the code with mkii, the author
wrote it for mkiv and used the marvosym font in a way which doesn't work
with pdftex.

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to