Re: [NTG-context] simpleslides - no macros found errors

2010-01-21 Thread Aditya Mahajan

On Thu, 21 Jan 2010, Himanshu B. Dave wrote:


I am a new user of simpleslides.
Linux 2.6.21 kernel, Slackware 12.0, teTeX

  ^^

Which version of context does tetex use? You can check with

ctxtools --contextversion



installed latest version of t-simpleslides via t-simpleslides.zip in
/usr/share/texmf tree
Executed:   mktexlsr
confirmed:  appearance of t-simpleslides.tex in /usr/share/texmf/ls-R
confirmed:  path via kpsewhich t-simpleslides.tex
copied:  speaker_introduction-2min.tex  to my HOME directory, and
tried to compile it. Got the following errors:

system  : no macros found in module style=Boxed
system  : macros of module font=Bookman already loaded


At first glance it seems that you are using too old a version of context, 
one that does not understand passing of options to \usemodule.


Aditya
___
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] simpleslides - no macros found errors

2010-01-20 Thread Himanshu B. Dave
I am a new user of simpleslides.
Linux 2.6.21 kernel, Slackware 12.0, teTeX
installed latest version of t-simpleslides via t-simpleslides.zip in
/usr/share/texmf tree
Executed:   mktexlsr
confirmed:  appearance of t-simpleslides.tex in /usr/share/texmf/ls-R
confirmed:  path via kpsewhich t-simpleslides.tex
copied:  speaker_introduction-2min.tex  to my HOME directory, and
tried to compile it. Got the following errors:

system  : no macros found in module style=Boxed
system  : macros of module font=Bookman already loaded

... ... ...
! Undefined control sequence.
l.29 \SlideTitle
 {Speaker's Name}
?

Incidentally, context system itself is running OK.

Am I missing something? Or, doing something silly?
Help requested. 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
___


Re: [NTG-context] simpleslides - no macros found errors

2010-01-20 Thread Taco Hoekwater

Himanshu B. Dave wrote:

I am a new user of simpleslides.
Linux 2.6.21 kernel, Slackware 12.0, teTeX
installed latest version of t-simpleslides via t-simpleslides.zip in
/usr/share/texmf tree
Executed:   mktexlsr
confirmed:  appearance of t-simpleslides.tex in /usr/share/texmf/ls-R
confirmed:  path via kpsewhich t-simpleslides.tex
copied:  speaker_introduction-2min.tex  to my HOME directory, and
tried to compile it. Got the following errors:

system  : no macros found in module style=Boxed
system  : macros of module font=Bookman already loaded

... ... ...
! Undefined control sequence.
l.29 \SlideTitle
 {Speaker's Name}
?

Incidentally, context system itself is running OK.

Am I missing something? Or, doing something silly?


For 'context' (which is context mark iv, as apposed to texexec which
is context mark ii) you have to run luatools --generate instead of
mktexlsr.

Best wishes,
Taco
___
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
___