ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Module taspresent
@ 2009-03-18 22:20 Curious Learn
  2009-03-19  3:50 ` Curious Learn
  0 siblings, 1 reply; 7+ messages in thread
From: Curious Learn @ 2009-03-18 22:20 UTC (permalink / raw)
  To: ntg-context

As mentioned on the wiki, I tried to install taspresent module by running

./first-setup.sh --extras="t-taspresent" in the terminal. 

A lot of things happened and then I ran 

luatools --generate

and then

context --make. 

Then I tried to compile the file 

\usemodule[taspresent][style=blackblue] 

\starttext
     
This is a presentation

\stoptext 

This gives me just a plain page with the line "This is a presentation".  

The log window says that "module taspresent not found". 

Before I did all the above, I also installed taspresent manually in the
~/Library/texmf/tex/context/taspresent folder. I downloaded the .zip file from
ctan and unzipped it inside the taspresent folder mentioned above. Still no
success. How do I use taspresent?

Thanks very much. 

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Module taspresent
  2009-03-18 22:20 Module taspresent Curious Learn
@ 2009-03-19  3:50 ` Curious Learn
  2009-03-19  7:21   ` Thomas A. Schmitz
  0 siblings, 1 reply; 7+ messages in thread
From: Curious Learn @ 2009-03-19  3:50 UTC (permalink / raw)
  To: ntg-context

I figured out how and where to install the taspresent module. Now when I try to
compile the file it loads the module. However, I do not get any of the colors or
the frames. For example, the following code does not give me any color. It does
though take out the page numbers and sets the correct papersize. Other than that
everything is as if it is a plain text file.

The presentation I am trying is

\usemodule[taspresent][style=bluegray]

\starttext

A presentation

\stoptext

Does anyone have an idea why this is happening?

Thanks very much.



___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Module taspresent
  2009-03-19  3:50 ` Curious Learn
@ 2009-03-19  7:21   ` Thomas A. Schmitz
  2009-03-19  8:01     ` Lutz Haseloff
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas A. Schmitz @ 2009-03-19  7:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Mar 19, 2009, at 4:50 AM, Curious Learn wrote:

> \usemodule[taspresent][style=bluegray]
                               ^^^^^^^^
                               BlueGray

which is the way it is explained in the manual

> \starttext
>
> A presentation
>
> \stoptext
>
> Does anyone have an idea why this is happening?
>
> Thanks very much.


Thomas

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Module taspresent
  2009-03-19  7:21   ` Thomas A. Schmitz
@ 2009-03-19  8:01     ` Lutz Haseloff
  2009-03-19  8:11       ` Lutz Haseloff
  2009-03-19 10:01       ` Thomas A. Schmitz
  0 siblings, 2 replies; 7+ messages in thread
From: Lutz Haseloff @ 2009-03-19  8:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1186 bytes --]

Hi Thomas, Hi all,

Curious is right, no colors here too, with [style=BlueGray], even with
the demo.tex from the module archive.

(using last beta 2009.03.18 21:58 MKIV , LuaTeX, Version
snapshot-0.36.0-2009031820)

Greetings

Lutz

2009/3/19 Thomas A. Schmitz <thomas.schmitz@uni-bonn.de>

>
> On Mar 19, 2009, at 4:50 AM, Curious Learn wrote:
>
>  \usemodule[taspresent][style=bluegray]
>>
>                              ^^^^^^^^
>                              BlueGray
>
> which is the way it is explained in the manual
>
>  \starttext
>>
>> A presentation
>>
>> \stoptext
>>
>> Does anyone have an idea why this is happening?
>>
>> Thanks very much.
>>
>
>
> Thomas
>
>
>
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2351 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Module taspresent
  2009-03-19  8:01     ` Lutz Haseloff
@ 2009-03-19  8:11       ` Lutz Haseloff
  2009-03-19 10:01       ` Thomas A. Schmitz
  1 sibling, 0 replies; 7+ messages in thread
From: Lutz Haseloff @ 2009-03-19  8:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1393 bytes --]

Hi all,

to be more precise, there seems to be no backgrounds at all.


Greetings Lutz

2009/3/19 Lutz Haseloff <lutz.haseloff@googlemail.com>

> Hi Thomas, Hi all,
>
> Curious is right, no colors here too, with [style=BlueGray], even with
> the demo.tex from the module archive.
>
> (using last beta 2009.03.18 21:58 MKIV , LuaTeX, Version
> snapshot-0.36.0-2009031820)
>
> Greetings
>
> Lutz
>
> 2009/3/19 Thomas A. Schmitz <thomas.schmitz@uni-bonn.de>
>
>
>> On Mar 19, 2009, at 4:50 AM, Curious Learn wrote:
>>
>>  \usemodule[taspresent][style=bluegray]
>>>
>>                              ^^^^^^^^
>>                              BlueGray
>>
>> which is the way it is explained in the manual
>>
>>  \starttext
>>>
>>> A presentation
>>>
>>> \stoptext
>>>
>>> Does anyone have an idea why this is happening?
>>>
>>> Thanks very much.
>>>
>>
>>
>> Thomas
>>
>>
>>
>> ___________________________________________________________________________________
>> 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  : https://foundry.supelec.fr/projects/contextrev/
>> wiki     : http://contextgarden.net
>>
>> ___________________________________________________________________________________
>>
>
>

[-- Attachment #1.2: Type: text/html, Size: 2820 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Module taspresent
  2009-03-19  8:01     ` Lutz Haseloff
  2009-03-19  8:11       ` Lutz Haseloff
@ 2009-03-19 10:01       ` Thomas A. Schmitz
  2009-03-19 11:32         ` Curious Learn
  1 sibling, 1 reply; 7+ messages in thread
From: Thomas A. Schmitz @ 2009-03-19 10:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Mar 19, 2009, at 9:01 AM, Lutz Haseloff wrote:

> Hi Thomas, Hi all,
>
> Curious is right, no colors here too, with [style=BlueGray], even with
> the demo.tex from the module archive.
>
> (using last beta 2009.03.18 21:58 MKIV , LuaTeX, Version  
> snapshot-0.36.0-2009031820)
>
> Greetings
>
> Lutz

Yes you're right, and I'm very sorry for spreading misinformation: I  
have now looked at it, and for a reason I cannot see, the bluegray  
style is loaded, but doesn't work. AFAICS, the other styles work.  
Since the taspresent module is being phased out, I can only say: use  
the styles that work, and switch to the new simpleslides module as  
soon as it comes out (or even now if you can live with it).

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Module taspresent
  2009-03-19 10:01       ` Thomas A. Schmitz
@ 2009-03-19 11:32         ` Curious Learn
  0 siblings, 0 replies; 7+ messages in thread
From: Curious Learn @ 2009-03-19 11:32 UTC (permalink / raw)
  To: ntg-context


Thanks Thomas and Lutz. Now that I have figured out how to manually install the
third party modules, I can try the simpleslides module. 

Aditya and Thomas, thanks very much for providing us with these modules.

Just for information, I wanted to inform you that some other styles, such as
blackblue, embossed, doubleframe also do not work in taspresent. Perhaps, it
might be better to update this information on the wiki where we have third-party
modules, so that others do not go through the whole process of downloading and
trying the taspresent module. 

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-03-19 11:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-18 22:20 Module taspresent Curious Learn
2009-03-19  3:50 ` Curious Learn
2009-03-19  7:21   ` Thomas A. Schmitz
2009-03-19  8:01     ` Lutz Haseloff
2009-03-19  8:11       ` Lutz Haseloff
2009-03-19 10:01       ` Thomas A. Schmitz
2009-03-19 11:32         ` Curious Learn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).