ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re:Presentation
@ 2005-08-03 13:31 piskala upendran
  2005-08-03 14:49 ` Presentation Matthias Weber
  2005-08-03 20:36 ` Presentation andrea valle
  0 siblings, 2 replies; 14+ messages in thread
From: piskala upendran @ 2005-08-03 13:31 UTC (permalink / raw)


Hi, Jessica

The context/base has so many modules s-pre-**.tex. At
the end of the module you have the examples are given.
copy the examples in seperate file and add the module
no name from with the example was taken.

\usemodule[pre-**]
 and compile the files. iam sure you can select your
flavour. you can also tweat the colors to suit your
requirement.

thanks
upendran

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

* Re: Presentation
  2005-08-03 13:31 piskala upendran
@ 2005-08-03 14:49 ` Matthias Weber
  2005-08-03 20:36 ` Presentation andrea valle
  1 sibling, 0 replies; 14+ messages in thread
From: Matthias Weber @ 2005-08-03 14:49 UTC (permalink / raw)


Hi Jessica et al too,

I can only support what Upendran wrote. A while ago I asked about 
presentation styles on this list,
and got the hints to look at the source of them. You do not even to 
write your own style in the beginning,
you can just overwrite the definitions to change the settings.
I was reluctant to look at source  code at first, but it was
much simpler and more educational I had imagined.

Matthias

On Aug 3, 2005, at 8:31 AM, piskala upendran wrote:

> Hi, Jessica
>
> The context/base has so many modules s-pre-**.tex. At
> the end of the module you have the examples are given.
> copy the examples in seperate file and add the module
> no name from with the example was taken.
>
> \usemodule[pre-**]
>  and compile the files. iam sure you can select your
> flavour. you can also tweat the colors to suit your
> requirement.
>
> thanks
> upendran
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: Presentation
  2005-08-03 13:31 piskala upendran
  2005-08-03 14:49 ` Presentation Matthias Weber
@ 2005-08-03 20:36 ` andrea valle
  2005-08-03 20:45   ` Presentation Matthias Weber
                     ` (2 more replies)
  1 sibling, 3 replies; 14+ messages in thread
From: andrea valle @ 2005-08-03 20:36 UTC (permalink / raw)


Hi,
very interesting. But I'm having troubles. Probably because I'm pretty 
new to this kind of stuff (I'm using ConTeXt very basically).

I made a demoTest.tex filestarting from s-pre-22.tex.
I copied the demo part of s-pre-22.

Here it is:

%D \module
%D   [      file=s-pre-22,

\f\usemodule[s-pre-22]
%D The demo text.

\starttext
etc.


Now,  I compiled but I obtained:

! Undefined control sequence.
l.9 \TitlePage
               {Indeed}{The Title Page}


What am I missing?

Thanks a lot

-a-




On 3 Aug 2005, at 15:31, piskala upendran wrote:

> Hi, Jessica
>
> The context/base has so many modules s-pre-**.tex. At
> the end of the module you have the examples are given.
> copy the examples in seperate file and add the module
> no name from with the example was taken.
>
> \usemodule[pre-**]
>  and compile the files. iam sure you can select your
> flavour. you can also tweat the colors to suit your
> requirement.
>
> thanks
> upendran
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
Andrea Valle
Laboratorio multimediale "G. Quazza"
Facoltà di Scienze della Formazione
Università degli Studi di Torino
andrea.valle@unito.it

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

* Re: Presentation
  2005-08-03 20:36 ` Presentation andrea valle
@ 2005-08-03 20:45   ` Matthias Weber
  2005-08-04  5:28   ` Presentation Mojca Miklavec
  2005-08-04 20:32   ` Presentation Matthias Weber
  2 siblings, 0 replies; 14+ messages in thread
From: Matthias Weber @ 2005-08-03 20:45 UTC (permalink / raw)


It does work here. Make sure that your file begins like

\usemodule[s-pre-22]

\starttext

\TitlePage{Indeed}{The Title Page}

\StartSummary{Alpha}{Title}
   A simple and not too long text just to show the topic.
   A simple and not too long text just to show the topic.
   A simple and not too long text just to show the topic.
\StopSummary

etc etc

and that it finds s-pre-22.tex . I does so here without problems, and 
I'm sure it should, but if you still get that error message,
copy s-pre-22.tex into the same directory as the sample file, and try 
again. If it works now, you should reinstall ConTeXt at some point
to make sure you have a working installation, if it doesn't, you need 
the help of somebody more knowledgeable...

Matthias



On Aug 3, 2005, at 3:36 PM, andrea valle wrote:

> Hi,
> very interesting. But I'm having troubles. Probably because I'm pretty 
> new to this kind of stuff (I'm using ConTeXt very basically).
>
> I made a demoTest.tex filestarting from s-pre-22.tex.
> I copied the demo part of s-pre-22.
>
> Here it is:
>
> %D \module
> %D   [      file=s-pre-22,
>
> \f\usemodule[s-pre-22]
> %D The demo text.
>
> \starttext
> etc.
>
>
> Now,  I compiled but I obtained:
>
> ! Undefined control sequence.
> l.9 \TitlePage
>               {Indeed}{The Title Page}
>
>
> What am I missing?
>
> Thanks a lot
>
> -a-
>
>
>
>
> On 3 Aug 2005, at 15:31, piskala upendran wrote:
>
>> Hi, Jessica
>>
>> The context/base has so many modules s-pre-**.tex. At
>> the end of the module you have the examples are given.
>> copy the examples in seperate file and add the module
>> no name from with the example was taken.
>>
>> \usemodule[pre-**]
>>  and compile the files. iam sure you can select your
>> flavour. you can also tweat the colors to suit your
>> requirement.
>>
>> thanks
>> upendran
>>
>> __________________________________________________
>> Do You Yahoo!?
>> Tired of spam?  Yahoo! Mail has the best spam protection around
>> http://mail.yahoo.com
>> _______________________________________________
>> ntg-context mailing list
>> ntg-context@ntg.nl
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>
>>
> Andrea Valle
> Laboratorio multimediale "G. Quazza"
> Facoltà di Scienze della Formazione
> Università degli Studi di Torino
> andrea.valle@unito.it
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: Presentation
  2005-08-03 20:36 ` Presentation andrea valle
  2005-08-03 20:45   ` Presentation Matthias Weber
@ 2005-08-04  5:28   ` Mojca Miklavec
  2005-08-04 20:26     ` Presentation andrea valle
  2005-08-04 20:32   ` Presentation Matthias Weber
  2 siblings, 1 reply; 14+ messages in thread
From: Mojca Miklavec @ 2005-08-04  5:28 UTC (permalink / raw)


> %D \module
> %D   [      file=s-pre-22,
> 
> \usemodule[s-pre-22]

The files with s-name and t-name are included with \usemodule[name],
so you only have to try
    \usemodule[pre-22]
or
    \usemodule[pre-cycle]
(see cont-fil.tex for other synonyms)

Mojca

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

* Re: Presentation
  2005-08-04  5:28   ` Presentation Mojca Miklavec
@ 2005-08-04 20:26     ` andrea valle
  2005-08-04 22:02       ` Presentation Hans Hagen
  0 siblings, 1 reply; 14+ messages in thread
From: andrea valle @ 2005-08-04 20:26 UTC (permalink / raw)


Thanks a lot (as usual),
It changes nothing: I obtain same results.
So I'm gonna ask something I was going to ask some months ago.

I'm using TeXShop (on OSX 10.3) to create context  files.
It comes with his version of Context (and in fact I have the s-pre- 
files) and I use this "internal" version to typeset the context files. 
But I have to say I don't know exactly how the whole context works from 
Texshop.
Could troubles depend on this non-standard installation?

Best

-a-
On 4 Aug 2005, at 07:28, Mojca Miklavec wrote:

>> %D \module
>> %D   [      file=s-pre-22,
>>
>> \usemodule[s-pre-22]
>
> The files with s-name and t-name are included with \usemodule[name],
> so you only have to try
>     \usemodule[pre-22]
> or
>     \usemodule[pre-cycle]
> (see cont-fil.tex for other synonyms)
>
> Mojca
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
Andrea Valle
Laboratorio multimediale "G. Quazza"
Facoltà di Scienze della Formazione
Università degli Studi di Torino
andrea.valle@unito.it

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

* Re: Presentation
  2005-08-03 20:36 ` Presentation andrea valle
  2005-08-03 20:45   ` Presentation Matthias Weber
  2005-08-04  5:28   ` Presentation Mojca Miklavec
@ 2005-08-04 20:32   ` Matthias Weber
  2005-08-05 22:07     ` Presentation andrea valle
  2 siblings, 1 reply; 14+ messages in thread
From: Matthias Weber @ 2005-08-04 20:32 UTC (permalink / raw)


I have the same setup (TeX installation via Gerben's iinstaller).

You haven't by any chance called the file you are TeXing also 
s-pre-22.tex?
This would explain it ---

Matthias

On Aug 3, 2005, at 3:36 PM, andrea valle wrote:

> Hi,
> very interesting. But I'm having troubles. Probably because I'm pretty 
> new to this kind of stuff (I'm using ConTeXt very basically).
>
> I made a demoTest.tex filestarting from s-pre-22.tex.
> I copied the demo part of s-pre-22.
>
> Here it is:
>
> %D \module
> %D   [      file=s-pre-22,
>
> \f\usemodule[s-pre-22]
> %D The demo text.
>
> \starttext
> etc.
>
>
> Now,  I compiled but I obtained:
>
> ! Undefined control sequence.
> l.9 \TitlePage
>               {Indeed}{The Title Page}
>
>
> What am I missing?
>
> Thanks a lot
>
> -a-
>
>
>
>
> On 3 Aug 2005, at 15:31, piskala upendran wrote:
>
>> Hi, Jessica
>>
>> The context/base has so many modules s-pre-**.tex. At
>> the end of the module you have the examples are given.
>> copy the examples in seperate file and add the module
>> no name from with the example was taken.
>>
>> \usemodule[pre-**]
>>  and compile the files. iam sure you can select your
>> flavour. you can also tweat the colors to suit your
>> requirement.
>>
>> thanks
>> upendran
>>
>> __________________________________________________
>> Do You Yahoo!?
>> Tired of spam?  Yahoo! Mail has the best spam protection around
>> http://mail.yahoo.com
>> _______________________________________________
>> ntg-context mailing list
>> ntg-context@ntg.nl
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>
>>
> Andrea Valle
> Laboratorio multimediale "G. Quazza"
> Facoltà di Scienze della Formazione
> Università degli Studi di Torino
> andrea.valle@unito.it
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: Presentation
  2005-08-04 20:26     ` Presentation andrea valle
@ 2005-08-04 22:02       ` Hans Hagen
  0 siblings, 0 replies; 14+ messages in thread
From: Hans Hagen @ 2005-08-04 22:02 UTC (permalink / raw)


andrea valle wrote:

> Thanks a lot (as usual),
> It changes nothing: I obtain same results.
> So I'm gonna ask something I was going to ask some months ago.
>
> I'm using TeXShop (on OSX 10.3) to create context  files.
> It comes with his version of Context (and in fact I have the s-pre- 
> files) and I use this "internal" version to typeset the context files. 
> But I have to say I don't know exactly how the whole context works 
> from Texshop.
> Could troubles depend on this non-standard installation?

it should work ok with texshop 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

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

* Re: Presentation
  2005-08-04 20:32   ` Presentation Matthias Weber
@ 2005-08-05 22:07     ` andrea valle
  2005-08-05 23:01       ` Presentation Mojca Miklavec
                         ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: andrea valle @ 2005-08-05 22:07 UTC (permalink / raw)


I obtain the same results from this file named demoTest put in the 
demoTest folder on my desktop, starting form s-pre-p.


% demoTest
\f\usemodule[pre-08]
%D The demo text.

\starttext

\TitlePage
   {Fancy Styles:\\layers}

\StartIdea
   \StartSample
     \input tufte
   \StopSample
   \StartText
     \input reich
   \StopText
\StopIdea

\StartIdea
   \StartSample
     \input knuth
   \StopSample
   \StartText
     \input reich
   \StopText
\StopIdea

\stoptext

% EOF

I'm looking at the console to see what's happening but don't know what 
to I should check
My s-pre files are in /sw/share/texmf/tex/context/base

I was looking forward to make my presentations... :-(

Thanks!

-a-


On 4 Aug 2005, at 22:32, Matthias Weber wrote:

> I have the same setup (TeX installation via Gerben's iinstaller).
>
> You haven't by any chance called the file you are TeXing also 
> s-pre-22.tex?
> This would explain it ---
>
> Matthias
>
> On Aug 3, 2005, at 3:36 PM, andrea valle wrote:
>
>> Hi,
>> very interesting. But I'm having troubles. Probably because I'm 
>> pretty new to this kind of stuff (I'm using ConTeXt very basically).
>>
>> I made a demoTest.tex filestarting from s-pre-22.tex.
>> I copied the demo part of s-pre-22.
>>
>> Here it is:
>>
>> %D \module
>> %D   [      file=s-pre-22,
>>
>> \f\usemodule[s-pre-22]
>> %D The demo text.
>>
>> \starttext
>> etc.
>>
>>
>> Now,  I compiled but I obtained:
>>
>> ! Undefined control sequence.
>> l.9 \TitlePage
>>               {Indeed}{The Title Page}
>>
>>
>> What am I missing?
>>
>> Thanks a lot
>>
>> -a-
>>
>>
>>
>>
>> On 3 Aug 2005, at 15:31, piskala upendran wrote:
>>
>>> Hi, Jessica
>>>
>>> The context/base has so many modules s-pre-**.tex. At
>>> the end of the module you have the examples are given.
>>> copy the examples in seperate file and add the module
>>> no name from with the example was taken.
>>>
>>> \usemodule[pre-**]
>>>  and compile the files. iam sure you can select your
>>> flavour. you can also tweat the colors to suit your
>>> requirement.
>>>
>>> thanks
>>> upendran
>>>
>>> __________________________________________________
>>> Do You Yahoo!?
>>> Tired of spam?  Yahoo! Mail has the best spam protection around
>>> http://mail.yahoo.com
>>> _______________________________________________
>>> ntg-context mailing list
>>> ntg-context@ntg.nl
>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>>
>>>
>> Andrea Valle
>> Laboratorio multimediale "G. Quazza"
>> Facoltà di Scienze della Formazione
>> Università degli Studi di Torino
>> andrea.valle@unito.it
>>
>> _______________________________________________
>> ntg-context mailing list
>> ntg-context@ntg.nl
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
Andrea Valle
Laboratorio multimediale "G. Quazza"
Facoltà di Scienze della Formazione
Università degli Studi di Torino
andrea.valle@unito.it

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

* Re: Presentation
  2005-08-05 22:07     ` Presentation andrea valle
@ 2005-08-05 23:01       ` Mojca Miklavec
  2005-08-06  0:49         ` Presentation Saji N. Hameed
  2005-08-06  1:29       ` Presentation Matthias Weber
  2005-08-09  5:27       ` Presentation 정 달영
  2 siblings, 1 reply; 14+ messages in thread
From: Mojca Miklavec @ 2005-08-05 23:01 UTC (permalink / raw)


andrea valle wrote:
> I obtain the same results from this file named demoTest put in the
> demoTest folder on my desktop, starting form s-pre-p.
> 
> 
> % demoTest
> \usemodule[pre-08]
> %D The demo text.
> 
> \starttext
> 
> \TitlePage
>    {Fancy Styles:\\layers}
> 
> \StartIdea
>    \StartSample
>      \input tufte
>    \StopSample
>    \StartText
>      \input reich
>    \StopText
> \StopIdea
> 
> \StartIdea
>    \StartSample
>      \input knuth
>    \StopSample
>    \StartText
>      \input reich
>    \StopText
> \StopIdea
> 
> \stoptext
> 
> % EOF
> 
> I'm looking at the console to see what's happening but don't know what
> to I should check
> My s-pre files are in /sw/share/texmf/tex/context/base
> 
> I was looking forward to make my presentations... :-(
> 
> Thanks!
> 
> -a-

Hi, Andrea,

Just no panic, everything can be solved.

I noticed two problems:

1. remove \input reich (or replace the "reich" it with any other tex
file residing in the tex/context/sample/ directory)
(reich.tex is written in Dutch interface, I don't know if that's
intentionally, but as nobody ever uses it, nobody else noticed that
anyway. Probably either the reich.tex itself or at least the demo
example should be changed in the official distribution.)

2. \setupbodyfont[pos,10pt] in s-pre-08.tex
I think this is already a deprecated way for font selecting now, but
as have more problems than knowledge & benefit about/from fonts,
someone else has to tell you what's the best way to overcome this.

Mojca

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

* Re: Presentation
  2005-08-05 23:01       ` Presentation Mojca Miklavec
@ 2005-08-06  0:49         ` Saji N. Hameed
  0 siblings, 0 replies; 14+ messages in thread
From: Saji N. Hameed @ 2005-08-06  0:49 UTC (permalink / raw)


Hi Andrea,

I would like to add to Mojca's second comment.  A possible way to deal
with the font problem is to use a font that is already in your system.
I tried using the Lucida Bright Font and it worked. First I copied
s-pre-08.tex into my working directory and renamed it to my-pre.tex.
Then I changed the following line
>>>>>>              \setupbodyfont[pos,10pt]

into
 		    \setupbodyfont[lbr,10pt]

and used
\usemodule[my-pre] instead of \usemodule[pre-08] in my source file.

saji

p.s: If you have the time, a great way to learn ConTeXt is to
      go through the source code of the modules and use the ConTeXt manuals
      to understand them...


On Sat, 6 Aug 2005, Mojca Miklavec wrote:

> andrea valle wrote:
>> I obtain the same results from this file named demoTest put in the
>> demoTest folder on my desktop, starting form s-pre-p.
>>
>>
>> % demoTest
>> \usemodule[pre-08]
>> %D The demo text.
>>
>> \starttext
>>
>> \TitlePage
>>    {Fancy Styles:\\layers}
>>
>> \StartIdea
>>    \StartSample
>>      \input tufte
>>    \StopSample
>>    \StartText
>>      \input reich
>>    \StopText
>> \StopIdea
>>
>> \StartIdea
>>    \StartSample
>>      \input knuth
>>    \StopSample
>>    \StartText
>>      \input reich
>>    \StopText
>> \StopIdea
>>
>> \stoptext
>>
>> % EOF
>>
>> I'm looking at the console to see what's happening but don't know what
>> to I should check
>> My s-pre files are in /sw/share/texmf/tex/context/base
>>
>> I was looking forward to make my presentations... :-(
>>
>> Thanks!
>>
>> -a-
>
> Hi, Andrea,
>
> Just no panic, everything can be solved.
>
> I noticed two problems:
>
> 1. remove \input reich (or replace the "reich" it with any other tex
> file residing in the tex/context/sample/ directory)
> (reich.tex is written in Dutch interface, I don't know if that's
> intentionally, but as nobody ever uses it, nobody else noticed that
> anyway. Probably either the reich.tex itself or at least the demo
> example should be changed in the official distribution.)
>
> 2. \setupbodyfont[pos,10pt] in s-pre-08.tex
> I think this is already a deprecated way for font selecting now, but
> as have more problems than knowledge & benefit about/from fonts,
> someone else has to tell you what's the best way to overcome this.
>
> Mojca
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

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

* Re: Presentation
  2005-08-05 22:07     ` Presentation andrea valle
  2005-08-05 23:01       ` Presentation Mojca Miklavec
@ 2005-08-06  1:29       ` Matthias Weber
  2005-08-09  5:27       ` Presentation 정 달영
  2 siblings, 0 replies; 14+ messages in thread
From: Matthias Weber @ 2005-08-06  1:29 UTC (permalink / raw)


Hi Andrea,

I think there are now two different issues causing problems here.

i) There is a font problem with s-pre-08, as noted by Mojca and Saji,
but you don't get far enough to run into it.
On Aug 5, 2005, at 5:07 PM, andrea valle wrote:

ii) You are using funny characters in your file. When I copy and paste 
your input into TeXShop,
I get the same error message, which baffled me quite a bit. Then I  
noticed when I remove the blank line
between % demoTest and \TitlePage, the latter will be become colored 
like a comment. This means that
your line end characters aren't the right ones. You can make this 
plainly visible by opening your file
with something like BBedit. There is a funny character in front of 
\TitlePage. You need to get rid of it.


Unfortunately, I have no idea how you managed to get the character in 
the first place. Are you using MacOsRoman as the encoding
(shows in "Save As")?

Try to paste the following into TeXShop (I guess you will then run into 
a font issue later...)

\usemodule[pre-08]

\starttext
\TitlePage
   {Fancy Styles:\\layers}

\StartIdea
   \StartSample
     \input tufte
   \StopSample
   \StartText
     \input reich
   \StopText
\StopIdea

\StartIdea
   \StartSample
     \input knuth
   \StopSample
   \StartText
     \input reich
   \StopText
\StopIdea

\stoptext



Matthias


> I obtain the same results from this file named demoTest put in the 
> demoTest folder on my desktop, starting form s-pre-p.
>
>
> % demoTest
> \f\usemodule[pre-08]
> %D The demo text.
>
> \starttext
>
> \TitlePage
>   {Fancy Styles:\\layers}
>
> \StartIdea
>   \StartSample
>     \input tufte
>   \StopSample
>   \StartText
>     \input reich
>   \StopText
> \StopIdea
>
> \StartIdea
>   \StartSample
>     \input knuth
>   \StopSample
>   \StartText
>     \input reich
>   \StopText
> \StopIdea
>
> \stoptext
>
> % EOF
>
> I'm looking at the console to see what's happening but don't know what 
> to I should check
> My s-pre files are in /sw/share/texmf/tex/context/base
>
> I was looking forward to make my presentations... :-(
>
> Thanks!
>
> -a-
>
>
> On 4 Aug 2005, at 22:32, Matthias Weber wrote:
>
>> I have the same setup (TeX installation via Gerben's iinstaller).
>>
>> You haven't by any chance called the file you are TeXing also 
>> s-pre-22.tex?
>> This would explain it ---
>>
>> Matthias
>>
>> On Aug 3, 2005, at 3:36 PM, andrea valle wrote:
>>
>>> Hi,
>>> very interesting. But I'm having troubles. Probably because I'm 
>>> pretty new to this kind of stuff (I'm using ConTeXt very basically).
>>>
>>> I made a demoTest.tex filestarting from s-pre-22.tex.
>>> I copied the demo part of s-pre-22.
>>>
>>> Here it is:
>>>
>>> %D \module
>>> %D   [      file=s-pre-22,
>>>
>>> \f\usemodule[s-pre-22]
>>> %D The demo text.
>>>
>>> \starttext
>>> etc.
>>>
>>>
>>> Now,  I compiled but I obtained:
>>>
>>> ! Undefined control sequence.
>>> l.9 \TitlePage
>>>               {Indeed}{The Title Page}
>>>
>>>
>>> What am I missing?
>>>
>>> Thanks a lot
>>>
>>> -a-
>>>
>>>
>>>
>>>
>>> On 3 Aug 2005, at 15:31, piskala upendran wrote:
>>>
>>>> Hi, Jessica
>>>>
>>>> The context/base has so many modules s-pre-**.tex. At
>>>> the end of the module you have the examples are given.
>>>> copy the examples in seperate file and add the module
>>>> no name from with the example was taken.
>>>>
>>>> \usemodule[pre-**]
>>>>  and compile the files. iam sure you can select your
>>>> flavour. you can also tweat the colors to suit your
>>>> requirement.
>>>>
>>>> thanks
>>>> upendran
>>>>
>>>> __________________________________________________
>>>> Do You Yahoo!?
>>>> Tired of spam?  Yahoo! Mail has the best spam protection around
>>>> http://mail.yahoo.com
>>>> _______________________________________________
>>>> ntg-context mailing list
>>>> ntg-context@ntg.nl
>>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>>>
>>>>
>>> Andrea Valle
>>> Laboratorio multimediale "G. Quazza"
>>> Facoltà di Scienze della Formazione
>>> Università degli Studi di Torino
>>> andrea.valle@unito.it
>>>
>>> _______________________________________________
>>> ntg-context mailing list
>>> ntg-context@ntg.nl
>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>
>> _______________________________________________
>> ntg-context mailing list
>> ntg-context@ntg.nl
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>
>>
> Andrea Valle
> Laboratorio multimediale "G. Quazza"
> Facoltà di Scienze della Formazione
> Università degli Studi di Torino
> andrea.valle@unito.it
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: Presentation
  2005-08-05 22:07     ` Presentation andrea valle
  2005-08-05 23:01       ` Presentation Mojca Miklavec
  2005-08-06  1:29       ` Presentation Matthias Weber
@ 2005-08-09  5:27       ` 정 달영
  2005-08-09  7:53         ` Presentation andrea valle
  2 siblings, 1 reply; 14+ messages in thread
From: 정 달영 @ 2005-08-09  5:27 UTC (permalink / raw)


I copied the demoTest file and try to compile it.
And I got a 'undefined control sequence.' message as follows. I  
confirmed the existence of the file "s-pre-08.tex" in the  ../context/ 
base/ folder.
Any help, please.

********************************
system          : contest.top loaded
(./contest.top
specials        : loading definition file tpd
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex
specials        : loading definition file fdf
(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex)
specials        : fdf loaded
)
specials        : fdf,tpd loaded
) (./contest.tuo) (./contest.tuo) (./contest.tuo) (./contest.tuo)
(./contest.tuo) (./contest.tuo) (./contest.tuo) (./contest.tuo) (./ 
contest.tuo)
(./contest.tuo) (./contest.tuo) (./contest.tuo) (./contest.tuo)
systems         : begin file contest at line 5
! Undefined control sequence.
l.7 \TitlePage

? x
No pages of output.
************************

Thanks,

Dalyoung



  , 2005. 08. 06, 오전 7:07, andrea valle 작성:

> I obtain the same results from this file named demoTest put in the  
> demoTest folder on my desktop, starting form s-pre-p.
>
>
> % demoTest
> \f\usemodule[pre-08]
> %D The demo text.
>
> \starttext
>
> \TitlePage
>   {Fancy Styles:\\layers}
>
> \StartIdea
>   \StartSample
>     \input tufte
>   \StopSample
>   \StartText
>     \input reich
>   \StopText
> \StopIdea
>
> \StartIdea
>   \StartSample
>     \input knuth
>   \StopSample
>   \StartText
>     \input reich
>   \StopText
> \StopIdea
>
> \stoptext
>
> % EOF
>
> I'm looking at the console to see what's happening but don't know  
> what to I should check
> My s-pre files are in /sw/share/texmf/tex/context/base
>
> I was looking forward to make my presentations... :-(
>
> Thanks!
>
> -a-
>
>
> On 4 Aug 2005, at 22:32, Matthias Weber wrote:
>
>
>> I have the same setup (TeX installation via Gerben's iinstaller).
>>
>> You haven't by any chance called the file you are TeXing also s- 
>> pre-22.tex?
>> This would explain it ---
>>
>> Matthias
>>
>> On Aug 3, 2005, at 3:36 PM, andrea valle wrote:
>>
>>
>>> Hi,
>>> very interesting. But I'm having troubles. Probably because I'm  
>>> pretty new to this kind of stuff (I'm using ConTeXt very basically).
>>>
>>> I made a demoTest.tex filestarting from s-pre-22.tex.
>>> I copied the demo part of s-pre-22.
>>>
>>> Here it is:
>>>
>>> %D \module
>>> %D   [      file=s-pre-22,
>>>
>>> \f\usemodule[s-pre-22]
>>> %D The demo text.
>>>
>>> \starttext
>>> etc.
>>>
>>>
>>> Now,  I compiled but I obtained:
>>>
>>> ! Undefined control sequence.
>>> l.9 \TitlePage
>>>               {Indeed}{The Title Page}
>>>
>>>
>>> What am I missing?
>>>
>>> Thanks a lot
>>>
>>> -a-
>>>
>>>
>>>
>>>
>>> On 3 Aug 2005, at 15:31, piskala upendran wrote:
>>>
>>>
>>>> Hi, Jessica
>>>>
>>>> The context/base has so many modules s-pre-**.tex. At
>>>> the end of the module you have the examples are given.
>>>> copy the examples in seperate file and add the module
>>>> no name from with the example was taken.
>>>>
>>>> \usemodule[pre-**]
>>>>  and compile the files. iam sure you can select your
>>>> flavour. you can also tweat the colors to suit your
>>>> requirement.
>>>>
>>>> thanks
>>>> upendran
>>>>
>>>> __________________________________________________
>>>> Do You Yahoo!?
>>>> Tired of spam?  Yahoo! Mail has the best spam protection around
>>>> http://mail.yahoo.com
>>>> _______________________________________________
>>>> ntg-context mailing list
>>>> ntg-context@ntg.nl
>>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>>>
>>>>
>>>>
>>> Andrea Valle
>>> Laboratorio multimediale "G. Quazza"
>>> Facoltà di Scienze della Formazione
>>> Università degli Studi di Torino
>>> andrea.valle@unito.it
>>>
>>> _______________________________________________
>>> ntg-context mailing list
>>> ntg-context@ntg.nl
>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>>
>>
>> _______________________________________________
>> ntg-context mailing list
>> ntg-context@ntg.nl
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>
>>
>>
> Andrea Valle
> Laboratorio multimediale "G. Quazza"
> Facoltà di Scienze della Formazione
> Università degli Studi di Torino
> andrea.valle@unito.it
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

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

* Re: Presentation
  2005-08-09  5:27       ` Presentation 정 달영
@ 2005-08-09  7:53         ` andrea valle
  0 siblings, 0 replies; 14+ messages in thread
From: andrea valle @ 2005-08-09  7:53 UTC (permalink / raw)



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

It's probably the problem I had of a strange character inserted before.
Try to open the file with some editor (BBedit, Jedit) and to see if 
there is a strange character).
If so, then it won't compile. That's ok: it depends on other things. 
You can refer to the previous mails in the thread.

Best

-a-

On 9 Aug 2005, at 07:27, 정 달영 wrote:

> I copied the demoTest file and try to compile it.
> And I got a 'undefined control sequence.' message as follows. I 
> confirmed the existence of the file "s-pre-08.tex" in the  
> ../context/base/ folder.
> Any help, please.
>
> ********************************
> system          : contest.top loaded
> (./contest.top
> specials        : loading definition file tpd
> (/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex
> specials        : loading definition file fdf
> (/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex)
> specials        : fdf loaded
> )
> specials        : fdf,tpd loaded
> ) (./contest.tuo) (./contest.tuo) (./contest.tuo) (./contest.tuo)
> (./contest.tuo) (./contest.tuo) (./contest.tuo) (./contest.tuo) 
> (./contest.tuo)
> (./contest.tuo) (./contest.tuo) (./contest.tuo) (./contest.tuo)
> systems         : begin file contest at line 5
> ! Undefined control sequence.
> l.7 \TitlePage
>
> ? x
> No pages of output.
> ************************
>
> Thanks,
>
> Dalyoung
>
>
>
>  , 2005. 08. 06, 오전 7:07, andrea valle 작성:
>
>> I obtain the same results from this file named demoTest put in the 
>> demoTest folder on my desktop, starting form s-pre-p.
>>
>>
>> % demoTest
>> \f\usemodule[pre-08]
>> %D The demo text.
>>
>> \starttext
>>
>> \TitlePage
>>   {Fancy Styles:\\layers}
>>
>> \StartIdea
>>   \StartSample
>>     \input tufte
>>   \StopSample
>>   \StartText
>>     \input reich
>>   \StopText
>> \StopIdea
>>
>> \StartIdea
>>   \StartSample
>>     \input knuth
>>   \StopSample
>>   \StartText
>>     \input reich
>>   \StopText
>> \StopIdea
>>
>> \stoptext
>>
>> % EOF
>>
>> I'm looking at the console to see what's happening but don't know 
>> what to I should check
>> My s-pre files are in /sw/share/texmf/tex/context/base
>>
>> I was looking forward to make my presentations... :-(
>>
>> Thanks!
>>
>> -a-
>>
>>
>> On 4 Aug 2005, at 22:32, Matthias Weber wrote:
>>
>>
>>> I have the same setup (TeX installation via Gerben's iinstaller).
>>>
>>> You haven't by any chance called the file you are TeXing also 
>>> s-pre-22.tex?
>>> This would explain it ---
>>>
>>> Matthias
>>>
>>> On Aug 3, 2005, at 3:36 PM, andrea valle wrote:
>>>
>>>
>>>> Hi,
>>>> very interesting. But I'm having troubles. Probably because I'm 
>>>> pretty new to this kind of stuff (I'm using ConTeXt very 
>>>> basically).
>>>>
>>>> I made a demoTest.tex filestarting from s-pre-22.tex.
>>>> I copied the demo part of s-pre-22.
>>>>
>>>> Here it is:
>>>>
>>>> %D \module
>>>> %D   [      file=s-pre-22,
>>>>
>>>> \f\usemodule[s-pre-22]
>>>> %D The demo text.
>>>>
>>>> \starttext
>>>> etc.
>>>>
>>>>
>>>> Now,  I compiled but I obtained:
>>>>
>>>> ! Undefined control sequence.
>>>> l.9 \TitlePage
>>>>               {Indeed}{The Title Page}
>>>>
>>>>
>>>> What am I missing?
>>>>
>>>> Thanks a lot
>>>>
>>>> -a-
>>>>
>>>>
>>>>
>>>>
>>>> On 3 Aug 2005, at 15:31, piskala upendran wrote:
>>>>
>>>>
>>>>> Hi, Jessica
>>>>>
>>>>> The context/base has so many modules s-pre-**.tex. At
>>>>> the end of the module you have the examples are given.
>>>>> copy the examples in seperate file and add the module
>>>>> no name from with the example was taken.
>>>>>
>>>>> \usemodule[pre-**]
>>>>>  and compile the files. iam sure you can select your
>>>>> flavour. you can also tweat the colors to suit your
>>>>> requirement.
>>>>>
>>>>> thanks
>>>>> upendran
>>>>>
>>>>> __________________________________________________
>>>>> Do You Yahoo!?
>>>>> Tired of spam?  Yahoo! Mail has the best spam protection around
>>>>> http://mail.yahoo.com
>>>>> _______________________________________________
>>>>> ntg-context mailing list
>>>>> ntg-context@ntg.nl
>>>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>>>>
>>>>>
>>>>>
>>>> Andrea Valle
>>>> Laboratorio multimediale "G. Quazza"
>>>> Facoltà di Scienze della Formazione
>>>> Università degli Studi di Torino
>>>> andrea.valle@unito.it
>>>>
>>>> _______________________________________________
>>>> ntg-context mailing list
>>>> ntg-context@ntg.nl
>>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>>>
>>>
>>> _______________________________________________
>>> ntg-context mailing list
>>> ntg-context@ntg.nl
>>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>>
>>>
>>>
>> Andrea Valle
>> Laboratorio multimediale "G. Quazza"
>> Facoltà di Scienze della Formazione
>> Università degli Studi di Torino
>> andrea.valle@unito.it
>>
>> _______________________________________________
>> ntg-context mailing list
>> ntg-context@ntg.nl
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
Andrea Valle
Laboratorio multimediale "G. Quazza"
Facoltà di Scienze della Formazione
Università degli Studi di Torino
andrea.valle@unito.it

[-- Attachment #1.2: Type: text/enriched, Size: 5329 bytes --]

It's probably the problem I had of a strange character inserted before.

Try to open the file with some editor (BBedit, Jedit) and to see if
there is a strange character).

If so, then it won't compile. That's ok: it depends on other things.
You can refer to the previous mails in the thread.


Best


-a-


On 9 Aug 2005, at 07:27,
<fontfamily><param>AppleGothic</param>정</fontfamily> <fontfamily><param>AppleGothic</param>달영</fontfamily>
wrote:


<excerpt>I copied the demoTest file and try to compile it.

And I got a 'undefined control sequence.' message as follows. I
confirmed the existence of the file "s-pre-08.tex" in the 
../context/base/ folder.

Any help, please.


********************************

system          : contest.top loaded

(./contest.top

specials        : loading definition file tpd

(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-tpd.tex

specials        : loading definition file fdf

(/usr/local/teTeX/share/texmf.local/tex/context/base/spec-fdf.tex)

specials        : fdf loaded

)

specials        : fdf,tpd loaded

) (./contest.tuo) (./contest.tuo) (./contest.tuo) (./contest.tuo)

(./contest.tuo) (./contest.tuo) (./contest.tuo) (./contest.tuo)
(./contest.tuo)

(./contest.tuo) (./contest.tuo) (./contest.tuo) (./contest.tuo)

systems         : begin file contest at line 5

! Undefined control sequence.

l.7 \TitlePage


? x

No pages of output.

************************


Thanks,


Dalyoung




 , 2005. 08. 06, <fontfamily><param>AppleGothic</param>오전</fontfamily>
7:07, andrea valle
<fontfamily><param>AppleGothic</param>작성</fontfamily>:


<excerpt>I obtain the same results from this file named demoTest put
in the demoTest folder on my desktop, starting form s-pre-p.



% demoTest

\f\usemodule[pre-08]

%D The demo text.


\starttext


\TitlePage

  {Fancy Styles:\\layers}


\StartIdea

  \StartSample

    \input tufte

  \StopSample

  \StartText

    \input reich

  \StopText

\StopIdea


\StartIdea

  \StartSample

    \input knuth

  \StopSample

  \StartText

    \input reich

  \StopText

\StopIdea


\stoptext


% EOF


I'm looking at the console to see what's happening but don't know what
to I should check

My s-pre files are in /sw/share/texmf/tex/context/base


I was looking forward to make my presentations... :-(


Thanks!


-a-



On 4 Aug 2005, at 22:32, Matthias Weber wrote:



<excerpt>I have the same setup (TeX installation via Gerben's
iinstaller).


You haven't by any chance called the file you are TeXing also
s-pre-22.tex?

This would explain it ---


Matthias


On Aug 3, 2005, at 3:36 PM, andrea valle wrote:



<excerpt>Hi,

very interesting. But I'm having troubles. Probably because I'm pretty
new to this kind of stuff (I'm using ConTeXt very basically).


I made a demoTest.tex filestarting from s-pre-22.tex.

I copied the demo part of s-pre-22.


Here it is:


%D \module

%D   [      file=s-pre-22,


\f\usemodule[s-pre-22]

%D The demo text.


\starttext

etc.



Now,  I compiled but I obtained:


! Undefined control sequence.

l.9 \TitlePage

              {Indeed}{The Title Page}



What am I missing?


Thanks a lot


-a-





On 3 Aug 2005, at 15:31, piskala upendran wrote:



<excerpt>Hi, Jessica


The context/base has so many modules s-pre-**.tex. At

the end of the module you have the examples are given.

copy the examples in seperate file and add the module

no name from with the example was taken.


\usemodule[pre-**]

 and compile the files. iam sure you can select your

flavour. you can also tweat the colors to suit your

requirement.


thanks

upendran


__________________________________________________

Do You Yahoo!?

Tired of spam?  Yahoo! Mail has the best spam protection around

http://mail.yahoo.com

_______________________________________________

ntg-context mailing list

ntg-context@ntg.nl

http://www.ntg.nl/mailman/listinfo/ntg-context




</excerpt>Andrea Valle

Laboratorio multimediale "G. Quazza"

Facoltà di Scienze della Formazione

Università degli Studi di Torino

andrea.valle@unito.it


_______________________________________________

ntg-context mailing list

ntg-context@ntg.nl

http://www.ntg.nl/mailman/listinfo/ntg-context


</excerpt>

_______________________________________________

ntg-context mailing list

ntg-context@ntg.nl

http://www.ntg.nl/mailman/listinfo/ntg-context




</excerpt>Andrea Valle

Laboratorio multimediale "G. Quazza"

Facoltà di Scienze della Formazione

Università degli Studi di Torino

andrea.valle@unito.it


_______________________________________________

ntg-context mailing list

ntg-context@ntg.nl

http://www.ntg.nl/mailman/listinfo/ntg-context


</excerpt>

_______________________________________________

ntg-context mailing list

ntg-context@ntg.nl

http://www.ntg.nl/mailman/listinfo/ntg-context



</excerpt>Andrea Valle

Laboratorio multimediale "G. Quazza"

Facoltà di Scienze della Formazione

Università degli Studi di Torino

andrea.valle@unito.it


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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

end of thread, other threads:[~2005-08-09  7:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-03 13:31 piskala upendran
2005-08-03 14:49 ` Presentation Matthias Weber
2005-08-03 20:36 ` Presentation andrea valle
2005-08-03 20:45   ` Presentation Matthias Weber
2005-08-04  5:28   ` Presentation Mojca Miklavec
2005-08-04 20:26     ` Presentation andrea valle
2005-08-04 22:02       ` Presentation Hans Hagen
2005-08-04 20:32   ` Presentation Matthias Weber
2005-08-05 22:07     ` Presentation andrea valle
2005-08-05 23:01       ` Presentation Mojca Miklavec
2005-08-06  0:49         ` Presentation Saji N. Hameed
2005-08-06  1:29       ` Presentation Matthias Weber
2005-08-09  5:27       ` Presentation 정 달영
2005-08-09  7:53         ` Presentation andrea valle

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).