[NTG-context] Why is my module not automatically included?

2013-09-14 Thread Reza Housseini
Hello list I tried to compile the CV from [1] with context. But it does not recognize the module m.resume.tex in the same directory, I had to use the flag --usemodule=m-resume.tex. Why is that so and is there a way to let context detect my module automatically? Thanks for any hints. Cheers Reza

[NTG-context] Problems with repeating layers

2014-12-07 Thread Reza Housseini
Hello I try to use layers to position a figure on top of the leftmargin area. I use code like the following: \definelayer[MyLayer][option=test] \setupbackgrounds[text][leftmargin][background=MyLayer] \setlayer[MyLayer][x=0cm,y=0cm] {\externalfigure[cow][width=2cm]} This image

[NTG-context] Vertical lines in layout

2014-12-07 Thread Reza Housseini
Hello Is there an easy way to draw a vertical dotted line in the middle of the leftmargindistance from header to footer (\textheight)? Thanks for help. Cheers, Reza ___ If your question is of interest to others as

Re: [NTG-context] Problems with repeating layers

2014-12-09 Thread Reza Housseini
On Mon, Dec 8, 2014 at 10:19 AM, Pablo Rodriguez oi...@gmx.es wrote: On 12/08/2014 08:42 AM, Reza Housseini wrote: Hello I try to use layers to position a figure on top of the leftmargin area. I use code like the following: \definelayer[MyLayer][option=test