Re: [NTG-context] modify resume

2010-09-27 Thread pol stra

Ok i removed \definefont and \Dings :
It works now !

I’ve got two last questions:
how can I make starting the head at the backspace (in margin) but continuing in 
text? 
where can i find documentation about hbox,hfill etc. ?

Thanks

From: r...@hotmail.fr
To: ntg-context@ntg.nl
Subject: Re: [NTG-context] modify resume
Date: Wed, 22 Sep 2010 13:55:12 +0200








I’m sorry but it still don’t work.
I add "\usesymbols[mvs]" but i have this message:

! Font \**Dings**:=MarVoSym at 8.3pt not loadable: Metric (TFM) file not fo
und.
 
   \relax 
\definefontlocal ...ndcsname \lastfontname \relax 
  \expandafter \let \expanda...

\dododefinefont ...ontspec {#2}\rawfontidentifier 
  \let \localrelativefontsiz...

\redodefinefont #1#2#3->\dododefinefont {#1}{#2}
\doifsetupselse {#3} {\setup...

\placehead ...} \hbox {\addressb } \hbox {{\Dings 
  B} \email } \hbox {{\Dings...
l.14 \placehead

I think this line is suspect:
\definefont[Dings][name:MarVoSym]
Why "name:" ?


  ___
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
___


Re: [NTG-context] modify resume

2010-09-22 Thread pol stra

I’m sorry but it still don’t work.
I add "\usesymbols[mvs]" but i have this message:

! Font \**Dings**:=MarVoSym at 8.3pt not loadable: Metric (TFM) file not fo
und.
 
   \relax 
\definefontlocal ...ndcsname \lastfontname \relax 
  \expandafter \let \expanda...

\dododefinefont ...ontspec {#2}\rawfontidentifier 
  \let \localrelativefontsiz...

\redodefinefont #1#2#3->\dododefinefont {#1}{#2}
\doifsetupselse {#3} {\setup...

\placehead ...} \hbox {\addressb } \hbox {{\Dings 
  B} \email } \hbox {{\Dings...
l.14 \placehead

I think this line is suspect:
\definefont[Dings][name:MarVoSym]
Why "name:" ?


  ___
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
___


Re: [NTG-context] modify resume

2010-09-21 Thread Wolfgang Schuster

Am 21.09.2010 um 11:20 schrieb pol stra:

> 2010/9/19 Wolfgang Schuster :
> > 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.
> >  
> >   \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
___


Re: [NTG-context] modify resume

2010-09-21 Thread pol stra

2010/9/19 Wolfgang Schuster :
> 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.
>  
>   \par 
> l.87 {{\margintext{#1} #2 \par
>   }}
>


i don’t understand why.
  ___
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
___


Re: [NTG-context] modify resume

2010-09-19 Thread Henning Hraban Ramm
2010/9/19 Wolfgang Schuster :
> http://pastie.org/1091180
> http://pastie.org/1091177

Regarding the second one:
MVS (marvosym) symbols are included in the distribution and accessable
via \usesymbols[mvs], see http://wiki.contextgarden.net/Symbols

(Didn't check if the code makes sense otherwise.)

Greetlings, Hraban
___
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
___


Re: [NTG-context] modify resume

2010-09-19 Thread Wolfgang Schuster

Am 19.09.2010 um 22:29 schrieb pol stra:

> Hi all,
> 
> I like the result of the t-resume module, but i think it waste space so it is 
> possible to modify layout ?
> I can’t make a two lines title  (if too long overwrite adress field).
> I don’t want page numbering.
> 
> The fact is i don’t know how module works and how to «fork» it for my own use.

The moderncv style is not very easy to modify but here is another
implementation (not from me) for ConTeXt which is easier to change.

http://pastie.org/1091180
http://pastie.org/1091177

You can ask the author of he is willing to put the module on the garden.

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
___


[NTG-context] modify resume

2010-09-19 Thread pol stra

Hi all,

I like the result of the t-resume module, but i think it waste space so it is 
possible to modify layout ?
I can’t make a two lines title  (if too long overwrite adress field).
I don’t want page numbering.

The fact is i don’t know how module works and how to «fork» it for my own use.

Thanks
  ___
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
___