Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Jonas Stein
>> # whereis mpost >> mpost: /usr/bin/mpost /usr/share/man/man1/mpost.1.gz > > Does it work? That is if you compile > > beginfig(1) > draw fullcircle scaled 3cm ; > endfig ; > end ; > > using `mp file.mp` do you get a correct file.1 file (open it using a ps > viewer). $ mpost file.mp && okular

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Aditya Mahajan
On Mon, 10 Jan 2011, Jonas Stein wrote: I put \runMPgraphicsfalse in the first line of test.tex. That changed nothing. Do you have the metapost executable and format. Does a minimal metapost file work. i think i have metapost installed: # whereis mpost mpost: /usr/bin/mpost /usr/share/man/m

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Jonas Stein
>> I put \runMPgraphicsfalse in the first line of test.tex. >> That changed nothing. > > Do you have the metapost executable and format. Does a minimal metapost > file work. i think i have metapost installed: # whereis mpost mpost: /usr/bin/mpost /usr/share/man/man1/mpost.1.gz >> Hans respons

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Aditya Mahajan
On Sun, 9 Jan 2011, Jonas Stein wrote: You need to either enable write18 or add \runMPgraphicsfalse on the top of your file. I put \runMPgraphicsfalse in the first line of test.tex. That changed nothing. Do you have the metapost executable and format. Does a minimal metapost file work.

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Jonas Stein
> You need to either enable write18 or add > \runMPgraphicsfalse > on the top of your file. I put \runMPgraphicsfalse in the first line of test.tex. That changed nothing. Then i searched for write18 in the wiki. I found "ConTeXt defines \systemcommandmode that is 2 if \write18 is enabled, 1 o

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Aditya Mahajan
On Sun, 9 Jan 2011, Jonas Stein wrote: now i have different color for the text in the pdf, but i can not see the wave-effect yet. Please also upload the pdf. https://github.com/jonasstein/context-quickstart/blob/master/context-schnelleinstieg.pdf Does a simple file with metappost graphic

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Jonas Stein
>> now i have different color for the text in the pdf, but i can not see >> the wave-effect yet. > > Please also upload the pdf. https://github.com/jonasstein/context-quickstart/blob/master/context-schnelleinstieg.pdf > Does a simple file with metappost graphics works? > > \starttext > \startMPc

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Aditya Mahajan
On Sun, 9 Jan 2011, Jonas Stein wrote: It appears that you have a mismatch of the log and tex files. sorry, my fault. module. (BTW, the style is Swoosh, with capital S). Moreover, the call to i changed it to capital "Swoosh" now i have different color for the text in the pdf, but i can not

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Jonas Stein
> It appears that you have a mismatch of the log and tex files. sorry, my fault. > module. (BTW, the style is Swoosh, with capital S). Moreover, the call to i changed it to capital "Swoosh" now i have different color for the text in the pdf, but i can not see the wave-effect yet. > near th

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Aditya Mahajan
On Sun, 9 Jan 2011, Wolfgang Schuster wrote: Am 09.01.2011 um 18:15 schrieb Jonas Stein: there are two things i do not understand: 1) why are the modules still not found? 2) why is no errorcode raised but a pdf is created on a major problem like missing module? kind regards, sorry i forgot

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Wolfgang Schuster
Am 09.01.2011 um 18:15 schrieb Jonas Stein: >> there are two things i do not understand: >> 1) why are the modules still not found? >> 2) why is no errorcode raised but a pdf is created on a >> major problem like missing module? >> >> kind regards, >> > sorry i forgot the link: > the log file

Re: [NTG-context] howto start with presentations?

2011-01-09 Thread Jonas Stein
On 2011-01-09, Jonas Stein wrote: >> You can extract the files inside $TEXMFLOCAL (usually set to >> /usr/local/share/texmf, but see the output of > > Thank you again. I tried it now: > > > $ kpsewhich --expand-var=\$TEXMFLOCAL > /usr/local/share/texmf > > i extracted the zip file there as root a

Re: [NTG-context] howto start with presentations?

2011-01-08 Thread Jonas Stein
> You can extract the files inside $TEXMFLOCAL (usually set to > /usr/local/share/texmf, but see the output of Thank you again. I tried it now: $ kpsewhich --expand-var=\$TEXMFLOCAL /usr/local/share/texmf i extracted the zip file there as root and called # mktexlsr as root. Then i checked as

Re: [NTG-context] howto start with presentations?

2011-01-08 Thread Aditya Mahajan
On Sun, 9 Jan 2011, Jonas Stein wrote: Where can i find an example of simpleslides usage? http://modules.contextgarden.net/simpleslides Thank you. I found out, that my code did not work because simpleslides was not part of the debian context package. I have downloaded the zip file and extr

Re: [NTG-context] howto start with presentations?

2011-01-08 Thread Jonas Stein
>> Where can i find an example of simpleslides usage? > http://modules.contextgarden.net/simpleslides Thank you. I found out, that my code did not work because simpleslides was not part of the debian context package. I have downloaded the zip file and extracted it. What should i do with it? I d

Re: [NTG-context] howto start with presentations?

2011-01-08 Thread Marco
> Where can i find an example of simpleslides usage? Either take a look on your hard drive at: tex/texmf-context/doc/context/third/simpleslides/simpleslides.pdf or at: http://dl.contextgarden.net/modules/t-simpleslides/doc/context/third/simpleslides/simpleslides.pdf There you'll find many exam

Re: [NTG-context] howto start with presentations?

2011-01-08 Thread Aditya Mahajan
On Sat, 8 Jan 2011, Jonas Stein wrote: i am familiar with latex beamer and like to make a similar pdf presentation in context [1]. I found nice designs like pre-22 where can i find a good example for the text structure (like table of contents and headlines)? Take a look at the simpleslides mo

Re: [NTG-context] howto start with presentations?

2011-01-08 Thread Jonas Stein
>> i am familiar with latex beamer and like to make a similar >> pdf presentation in context [1]. >> >> I found nice designs like pre-22 where can i find a good >> example for the text structure >> (like table of contents and headlines)? > > Take a look at the simpleslides module. Where can i

Re: [NTG-context] howto start with presentations?

2011-01-08 Thread Thomas A. Schmitz
On Jan 8, 2011, at 6:08 PM, Wolfgang Schuster wrote: >> I found nice designs like pre-22 where can i find a good >> example for the text structure >> (like table of contents and headlines)? > > Take a look at the simpleslides module. Which, however, doesn't do TOCS. Thomas __

Re: [NTG-context] howto start with presentations?

2011-01-08 Thread Wolfgang Schuster
Am 08.01.2011 um 17:40 schrieb Jonas Stein: > Hi, > > i am familiar with latex beamer and like to make a similar > pdf presentation in context [1]. > > I found nice designs like pre-22 where can i find a good > example for the text structure > (like table of contents and headlines)? Take a

[NTG-context] howto start with presentations?

2011-01-08 Thread Jonas Stein
Hi, i am familiar with latex beamer and like to make a similar pdf presentation in context [1]. I found nice designs like pre-22 where can i find a good example for the text structure (like table of contents and headlines)? My title page appeares on all pages and such. Kind regards, [1] h