ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug with beta 2013.07.12 19:10
@ 2013-07-17 16:09 Pablo Rodríguez
  2013-07-17 16:18 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Pablo Rodríguez @ 2013-07-17 16:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

here is a sample with latest beta for ConTeXt Suite:

    \setupinteraction[state=start,color=,
        style=,contrastcolor=,focus=standard]
    \setuppagenumbering[alternative=doublesided]
    \starttext
    \startbodymatter
    body text\footnote{footnote}
    \stopbodymatter
    \stoptext

I can’t compile it, since I get an error (log below).

I’m afraid it might be a bug. Just in case it helps,

Best,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: bug with beta 2013.07.12 19:10
  2013-07-17 16:09 bug with beta 2013.07.12 19:10 Pablo Rodríguez
@ 2013-07-17 16:18 ` Wolfgang Schuster
  2013-07-17 16:25   ` Steffen Kram
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2013-07-17 16:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.07.2013 um 18:09 schrieb Pablo Rodríguez <oinos@web.de>:

> Dear list,
> 
> here is a sample with latest beta for ConTeXt Suite:
> 
>    \setupinteraction[state=start,color=,
>        style=,contrastcolor=,focus=standard]
>    \setuppagenumbering[alternative=doublesided]
>    \starttext
>    \startbodymatter
>    body text\footnote{footnote}
>    \stopbodymatter
>    \stoptext
> 
> I can’t compile it, since I get an error (log below).
> 
> I’m afraid it might be a bug. Just in case it helps,


Works for me with the newer beta (not yet in the context suite):

mtx-context     | current version: 2013.07.14 14:53

Wolfgang
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: bug with beta 2013.07.12 19:10
  2013-07-17 16:18 ` Wolfgang Schuster
@ 2013-07-17 16:25   ` Steffen Kram
  2013-07-17 16:45     ` Marco Patzer
  0 siblings, 1 reply; 4+ messages in thread
From: Steffen Kram @ 2013-07-17 16:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 17.07.2013 um 18:18 schrieb Wolfgang Schuster <schuster.wolfgang@gmail.com>:

> 
> Am 17.07.2013 um 18:09 schrieb Pablo Rodríguez <oinos@web.de>:
> 
>> Dear list,
>> 
>> here is a sample with latest beta for ConTeXt Suite:
>> 
>>   \setupinteraction[state=start,color=,
>>       style=,contrastcolor=,focus=standard]
>>   \setuppagenumbering[alternative=doublesided]
>>   \starttext
>>   \startbodymatter
>>   body text\footnote{footnote}
>>   \stopbodymatter
>>   \stoptext
>> 
>> I can’t compile it, since I get an error (log below).
>> 
>> I’m afraid it might be a bug. Just in case it helps,
> 
> 
> Works for me with the newer beta (not yet in the context suite):
> 
> mtx-context     | current version: 2013.07.14 14:53

Is it possible to get the newer beta up to the context suite soon. Or is there a way to use the first_setup script with your server?

Thanks!
Steffen
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: bug with beta 2013.07.12 19:10
  2013-07-17 16:25   ` Steffen Kram
@ 2013-07-17 16:45     ` Marco Patzer
  0 siblings, 0 replies; 4+ messages in thread
From: Marco Patzer @ 2013-07-17 16:45 UTC (permalink / raw)
  To: ntg-context


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

On 2013–07–17 Steffen Kram wrote:

> Or is there a way to use the first_setup script with your server?

Get the latest code from Hans

  http://pragma-ade.com/context/beta/cont-tmf.zip

and replace the directory tex/texmf-context with its contents. Then
regenerate the formats

  context --generate
  context --make

Marco

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2013-07-17 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-17 16:09 bug with beta 2013.07.12 19:10 Pablo Rodríguez
2013-07-17 16:18 ` Wolfgang Schuster
2013-07-17 16:25   ` Steffen Kram
2013-07-17 16:45     ` Marco Patzer

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