ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* A \part command for ConTeXt
@ 2008-06-23 23:13 TeXWorld
  2008-06-24  0:14 ` Aditya Mahajan
  2008-06-27  1:00 ` Include SVG pictures with ConTeXt TeXWorld
  0 siblings, 2 replies; 13+ messages in thread
From: TeXWorld @ 2008-06-23 23:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

In latex, there is the \part command. If my memory is good, this command 
is available only in the book class (and maybe report).
Is there an equivalent command in ConTeXt ?

Thank you.


Jack
___________________________________________________________________________________
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] 13+ messages in thread

* Re: A \part command for ConTeXt
  2008-06-23 23:13 A \part command for ConTeXt TeXWorld
@ 2008-06-24  0:14 ` Aditya Mahajan
  2008-06-24  7:15   ` Hans Hagen
  2008-06-27  1:00 ` Include SVG pictures with ConTeXt TeXWorld
  1 sibling, 1 reply; 13+ messages in thread
From: Aditya Mahajan @ 2008-06-24  0:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, 24 Jun 2008, TeXWorld wrote:

> Hello,
>
> In latex, there is the \part command. If my memory is good, this command
> is available only in the book class (and maybe report).
> Is there an equivalent command in ConTeXt ?

Yes, it is called \part :)

Actually, \part does not work out of the box, you need to do

\setuphead[part][placehead=yes]

\starttext

\part {Something important}

\input tufte

\stoptext

Hans, why is \part defined with placehead=no?

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


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

* Re: A \part command for ConTeXt
  2008-06-24  0:14 ` Aditya Mahajan
@ 2008-06-24  7:15   ` Hans Hagen
  0 siblings, 0 replies; 13+ messages in thread
From: Hans Hagen @ 2008-06-24  7:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Aditya Mahajan wrote:
> On Tue, 24 Jun 2008, TeXWorld wrote:
> 
>> Hello,
>>
>> In latex, there is the \part command. If my memory is good, this command
>> is available only in the book class (and maybe report).
>> Is there an equivalent command in ConTeXt ?
> 
> Yes, it is called \part :)
> 
> Actually, \part does not work out of the box, you need to do
> 
> \setuphead[part][placehead=yes]
> 
> \starttext
> 
> \part {Something important}
> 
> \input tufte
> 
> \stoptext
> 
> Hans, why is \part defined with placehead=no?

because in most cases there is a more fancy sthing needed than just a 
part title; also, we don't want 0.1 as chapter number when we don't use 
parts

-----------------------------------------------------------------
                                           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
-----------------------------------------------------------------
___________________________________________________________________________________
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] 13+ messages in thread

* Include SVG pictures with ConTeXt
  2008-06-23 23:13 A \part command for ConTeXt TeXWorld
  2008-06-24  0:14 ` Aditya Mahajan
@ 2008-06-27  1:00 ` TeXWorld
  2008-06-29  2:27   ` TeXWorld
  1 sibling, 1 reply; 13+ messages in thread
From: TeXWorld @ 2008-06-27  1:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

I wonder if it is possible to include SVG picture directly in ConTeXt 
without conversion.
Thank you.


Jack
___________________________________________________________________________________
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] 13+ messages in thread

* Re: Include SVG pictures with ConTeXt
  2008-06-27  1:00 ` Include SVG pictures with ConTeXt TeXWorld
@ 2008-06-29  2:27   ` TeXWorld
  2008-06-29  7:44     ` Taco Hoekwater
  0 siblings, 1 reply; 13+ messages in thread
From: TeXWorld @ 2008-06-29  2:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

TeXWorld a écrit :
> Hello,
>
> I wonder if it is possible to include SVG picture directly in ConTeXt 
> without conversion.
> Thank you.
>
>
> Jack
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>
>
>   
No answer.  Does it mean that it's not possible ?
___________________________________________________________________________________
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] 13+ messages in thread

* Re: Include SVG pictures with ConTeXt
  2008-06-29  2:27   ` TeXWorld
@ 2008-06-29  7:44     ` Taco Hoekwater
  2008-06-29 19:46       ` Hans Hagen
  0 siblings, 1 reply; 13+ messages in thread
From: Taco Hoekwater @ 2008-06-29  7:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

TeXWorld wrote:
> TeXWorld a écrit :
>> Hello,
>>
>> I wonder if it is possible to include SVG picture directly in ConTeXt 
>> without conversion.
>> Thank you.
>>
>>
>> Jack
>>   
> No answer.  Does it mean that it's not possible ?

Not that I know of, but I was hoping someone else did.

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


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

* Re: Include SVG pictures with ConTeXt
  2008-06-29  7:44     ` Taco Hoekwater
@ 2008-06-29 19:46       ` Hans Hagen
  2008-06-30  1:22         ` TeXWorld
                           ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Hans Hagen @ 2008-06-29 19:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Taco Hoekwater wrote:
> TeXWorld wrote:
>> TeXWorld a écrit :
>>> Hello,
>>>
>>> I wonder if it is possible to include SVG picture directly in ConTeXt 
>>> without conversion.
>>> Thank you.
>>>
>>>
>>> Jack
>>>   
>> No answer.  Does it mean that it's not possible ?
> 
> Not that I know of, but I was hoping someone else did.

\usemodule[res-08] \setups[rl:manipulate]

\setupexternalfigures[location=local,directory=.,conversion=pdf] % 
lowres,prefix=lowres/]

\starttext

\externalfigure[svg/ausmap.svg][frame=on]

\stoptext

it assumes inkscape being present

-----------------------------------------------------------------
                                           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
-----------------------------------------------------------------
___________________________________________________________________________________
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] 13+ messages in thread

* Re: Include SVG pictures with ConTeXt
  2008-06-29 19:46       ` Hans Hagen
@ 2008-06-30  1:22         ` TeXWorld
  2008-06-30  7:29           ` Hans Hagen
  2008-07-03 11:11         ` Henning Hraban Ramm
  2008-07-03 13:22         ` Khaled Hosny
  2 siblings, 1 reply; 13+ messages in thread
From: TeXWorld @ 2008-06-30  1:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans Hagen a écrit :
> Taco Hoekwater wrote:
>   
>> TeXWorld wrote:
>>     
>>> TeXWorld a écrit :
>>>       
>>>> Hello,
>>>>
>>>> I wonder if it is possible to include SVG picture directly in ConTeXt 
>>>> without conversion.
>>>> Thank you.
>>>>
>>>>
>>>> Jack
>>>>   
>>>>         
>>> No answer.  Does it mean that it's not possible ?
>>>       
>> Not that I know of, but I was hoping someone else did.
>>     
>
> \usemodule[res-08] \setups[rl:manipulate]
>
> \setupexternalfigures[location=local,directory=.,conversion=pdf] % 
> lowres,prefix=lowres/]
>
> \starttext
>
> \externalfigure[svg/ausmap.svg][frame=on]
>
> \stoptext
>
> it assumes inkscape being present
>
> -----------------------------------------------------------------
>                                            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
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
>
>
>   
Sorry but I've got problems to compile this code. Inkscape is present.
Besides, with this solution, will Context format the labels of my SVG 
picture with the right font ?


Jack
___________________________________________________________________________________
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] 13+ messages in thread

* Re: Include SVG pictures with ConTeXt
  2008-06-30  1:22         ` TeXWorld
@ 2008-06-30  7:29           ` Hans Hagen
  0 siblings, 0 replies; 13+ messages in thread
From: Hans Hagen @ 2008-06-30  7:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

TeXWorld wrote:
> Hans Hagen a écrit :
>> Taco Hoekwater wrote:
>>   
>>> TeXWorld wrote:
>>>     
>>>> TeXWorld a écrit :
>>>>       
>>>>> Hello,
>>>>>
>>>>> I wonder if it is possible to include SVG picture directly in ConTeXt 
>>>>> without conversion.
>>>>> Thank you.
>>>>>
>>>>>
>>>>> Jack
>>>>>   
>>>>>         
>>>> No answer.  Does it mean that it's not possible ?
>>>>       
>>> Not that I know of, but I was hoping someone else did.
>>>     
>> \usemodule[res-08] \setups[rl:manipulate]
>>
>> \setupexternalfigures[location=local,directory=.,conversion=pdf] % 
>> lowres,prefix=lowres/]
>>
>> \starttext
>>
>> \externalfigure[svg/ausmap.svg][frame=on]
>>
>> \stoptext
>>
>> it assumes inkscape being present
>>
>> -----------------------------------------------------------------
>>                                            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
>> -----------------------------------------------------------------
>> ___________________________________________________________________________________
>> 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
>> ___________________________________________________________________________________
>>
>>
>>   
> Sorry but I've got problems to compile this code. Inkscape is present.
> Besides, with this solution, will Context format the labels of my SVG 
> picture with the right font ?

it just uses inkscape to convert the original to pdf (only when the file 
has changed)

-----------------------------------------------------------------
                                           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
-----------------------------------------------------------------
___________________________________________________________________________________
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] 13+ messages in thread

* Re: Include SVG pictures with ConTeXt
  2008-06-29 19:46       ` Hans Hagen
  2008-06-30  1:22         ` TeXWorld
@ 2008-07-03 11:11         ` Henning Hraban Ramm
  2008-07-03 11:21           ` Wolfgang Schuster
  2008-07-03 12:56           ` Hans Hagen
  2008-07-03 13:22         ` Khaled Hosny
  2 siblings, 2 replies; 13+ messages in thread
From: Henning Hraban Ramm @ 2008-07-03 11:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 2008-06-29 um 21:46 schrieb Hans Hagen:
> \usemodule[res-08] \setups[rl:manipulate]
>
> \setupexternalfigures[location=local,directory=.,conversion=pdf] %
> lowres,prefix=lowres/]
>
> \starttext
>
> \externalfigure[svg/ausmap.svg][frame=on]
>
> \stoptext
>
> it assumes inkscape being present


Just wikified that and added a lot of links to SVG resources:
http://wiki.contextgarden.net/SVG

Since Adobe Reader supports SVG graphics natively - perhaps we could  
just include them in the PDF?
Here's a sample script in Perl: http://www.kevlindev.com/utilities/index.htm
and Python: http://jan.kollhof.net/projects/svg/svgpdf/
I didn't look at them for I don't know the internals anyway, but I  
guess one could use this technique in Lua, too?

An other way would be Cairo graphics library (also used by Mozilla) to  
convert SVG: http://cairographics.org
There's even a Lua binding for Cairo: http://www.dynaset.org/dogusanh/download.html#cairopad
But I don't really understand if Cairo is suitable to convert SVG to  
other than pixel graphics for screen rendering.

Apache's Batik library claims to support SVG to PDF conversion:
http://xmlgraphics.apache.org/batik/

So perhaps someone more qualified than me could make SVG integration  
for ConTeXt...


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
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] 13+ messages in thread

* Re: Include SVG pictures with ConTeXt
  2008-07-03 11:11         ` Henning Hraban Ramm
@ 2008-07-03 11:21           ` Wolfgang Schuster
  2008-07-03 12:56           ` Hans Hagen
  1 sibling, 0 replies; 13+ messages in thread
From: Wolfgang Schuster @ 2008-07-03 11:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Jul 3, 2008 at 1:11 PM, Henning Hraban Ramm <hraban@fiee.net> wrote:
> Am 2008-06-29 um 21:46 schrieb Hans Hagen:
>> \usemodule[res-08] \setups[rl:manipulate]
>>
>> \setupexternalfigures[location=local,directory=.,conversion=pdf] %
>> lowres,prefix=lowres/]
>>
>> \starttext
>>
>> \externalfigure[svg/ausmap.svg][frame=on]
>>
>> \stoptext
>>
>> it assumes inkscape being present
>
>
> Just wikified that and added a lot of links to SVG resources:
> http://wiki.contextgarden.net/SVG
>
> Since Adobe Reader supports SVG graphics natively - perhaps we could
> just include them in the PDF?
> Here's a sample script in Perl: http://www.kevlindev.com/utilities/index.htm
> and Python: http://jan.kollhof.net/projects/svg/svgpdf/
> I didn't look at them for I don't know the internals anyway, but I
> guess one could use this technique in Lua, too?

It's just a wrapper to include the image in a pdf file a object stream
(or whatever this is called) and creats links to the image but I was
only able to display it on windows, on Mac I saw only the text
"svg into pdf".

> An other way would be Cairo graphics library (also used by Mozilla) to
> convert SVG: http://cairographics.org
> There's even a Lua binding for Cairo: http://www.dynaset.org/dogusanh/download.html#cairopad
> But I don't really understand if Cairo is suitable to convert SVG to
> other than pixel graphics for screen rendering.
>
> Apache's Batik library claims to support SVG to PDF conversion:
> http://xmlgraphics.apache.org/batik/
>
> So perhaps someone more qualified than me could make SVG integration
> for ConTeXt...

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


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

* Re: Include SVG pictures with ConTeXt
  2008-07-03 11:11         ` Henning Hraban Ramm
  2008-07-03 11:21           ` Wolfgang Schuster
@ 2008-07-03 12:56           ` Hans Hagen
  1 sibling, 0 replies; 13+ messages in thread
From: Hans Hagen @ 2008-07-03 12:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Henning Hraban Ramm wrote:
> Am 2008-06-29 um 21:46 schrieb Hans Hagen:
>> \usemodule[res-08] \setups[rl:manipulate]
>>
>> \setupexternalfigures[location=local,directory=.,conversion=pdf] %
>> lowres,prefix=lowres/]
>>
>> \starttext
>>
>> \externalfigure[svg/ausmap.svg][frame=on]
>>
>> \stoptext
>>
>> it assumes inkscape being present
> 
> 
> Just wikified that and added a lot of links to SVG resources:
> http://wiki.contextgarden.net/SVG
> 
> Since Adobe Reader supports SVG graphics natively - perhaps we could  
> just include them in the PDF?

i remember testing that but there were (at that time) problems with 
scaling and boundingboxes

> Apache's Batik library claims to support SVG to PDF conversion:
> http://xmlgraphics.apache.org/batik/

inkscape is better



-----------------------------------------------------------------
                                           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
-----------------------------------------------------------------
___________________________________________________________________________________
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] 13+ messages in thread

* Re: Include SVG pictures with ConTeXt
  2008-06-29 19:46       ` Hans Hagen
  2008-06-30  1:22         ` TeXWorld
  2008-07-03 11:11         ` Henning Hraban Ramm
@ 2008-07-03 13:22         ` Khaled Hosny
  2 siblings, 0 replies; 13+ messages in thread
From: Khaled Hosny @ 2008-07-03 13:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1.1: Type: text/plain, Size: 862 bytes --]

On Sun, Jun 29, 2008 at 09:46:09PM +0200, Hans Hagen wrote:
> Taco Hoekwater wrote:
> > TeXWorld wrote:
> >> TeXWorld a écrit :
> >>> Hello,
> >>>
> >>> I wonder if it is possible to include SVG picture directly in ConTeXt 
> >>> without conversion.
> >>> Thank you.
> >>>
> >>>
> >>> Jack
> >>>   
> >> No answer.  Does it mean that it's not possible ?
> > 
> > Not that I know of, but I was hoping someone else did.
> 
> \usemodule[res-08] \setups[rl:manipulate]
> 
> \setupexternalfigures[location=local,directory=.,conversion=pdf] % 
> lowres,prefix=lowres/]
> 
> \starttext
> 
> \externalfigure[svg/ausmap.svg][frame=on]
> 
> \stoptext
> 
> it assumes inkscape being present
> 
This doesn't work with luatex. It gives me some errors, see the log file.

-- 
 Khaled Hosny
 Arabic localizer and member of Arabeyes.org team

[-- Attachment #1.1.2: svg.log --]
[-- Type: text/plain, Size: 6266 bytes --]

(svg.tex

ConTeXt  ver: 2008.06.28 23:33 MKIV  fmt: 2008.7.3  int: english/english

language       : language en is active
system         : cont-new loaded
(/opt/context/tex/texmf-context/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
(/opt/context/tex/texmf-context/tex/context/base/cont-new.mkiv
lua            : used config path - /opt/context/tex/texmf/web2c/texmf.cnf
lua            : used cache path - /opt/context/tex/texmf-cache/luatex-cache/context/9d2177de8a31df158f21be632b7742b7
) (/opt/context/tex/texmf-context/tex/context/base/cont-mtx.tex))
system         : cont-old loaded
(/opt/context/tex/texmf-context/tex/context/base/cont-old.tex
loading        : Context Old Macros
)
system         : cont-fil loaded
(/opt/context/tex/texmf-context/tex/context/base/cont-fil.tex
loading        : Context File Synonyms
)
system         : cont-sys loaded
(/opt/context/tex/texmf-context/tex/context/user/cont-sys.tex (/opt/context/tex/texmf-context/tex/context/base/type-tmf.tex) (/opt/context/tex/texmf-context/tex/context/base/type-siz.tex) (/opt/context/tex/texmf-context/tex/context/base/type-otf.tex))
bodyfont       : 12pt rm is loaded
specials       : tex loaded
system         : svg.top loaded
(svg.top
specials       : loading definition file tpd
(/opt/context/tex/texmf-context/tex/context/base/spec-tpd.tex
specials       : loading definition file fdf
(/opt/context/tex/texmf-context/tex/context/base/spec-fdf.tex (/opt/context/tex/texmf-context/tex/context/base/spec-fdf.mkiv))
specials       : fdf loaded
(/opt/context/tex/texmf-context/tex/context/base/spec-tpd.mkiv))
specials       : fdf loaded
)
system         : module res-08 loaded
(/opt/context/tex/texmf-context/tex/context/base/x-res-08.tex) (svg.tuo) (svg.tuo)
systems        : begin file svg at line 6
! LuaTeX error ...text/tex/texmf-context/tex/context/base/core-inc.lua:375: attempt to call global 'exists' (a nil value)
stack traceback:
	...text/tex/texmf-context/tex/context/base/core-inc.lua:375: in function <...text/tex/texmf-context/tex/context/base/core-inc.lua:341>
	(tail call): ?
	...text/tex/texmf-context/tex/context/base/core-inc.lua:543: in function 'identifier'
	...text/tex/texmf-context/tex/context/base/core-inc.lua:559: in function 'identify'
	<main ctx instance>:1: in main chunk.
\calculateexternalfigure ...a {figures.identify()}
                                                  \ifconditional \testextern...
<argument> ...\s!dummy ][sample.svg][][frame=on][]
                                                  \calculateexternalscreenfi...
\firstofoneargument #1->#1
                          
\doexternalfigure ...value {\??ef \??ef #1}[#3]}}}
                                                  \globallet \currentresourc...
<to be read again> 
                   \par 
l.9 
    
? 
color          : mpcmyk color space is supported
color          : mpspot color space is supported
color          : system rgb is local activated
fonts          : resetting map file list
{/opt/context/tex/texmf-context/fonts/map/pdftex/context/original-empty.map}
fonts          : using map file: original-base
{/opt/context/tex/texmf-context/fonts/map/pdftex/context/original-base.map}
fonts          : using map file: lm-math
{/opt/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}
fonts          : using map file: lm-rm
{/opt/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts          : using map file: original-ams-base
{/opt/context/tex/texmf-context/fonts/map/pdftex/context/original-ams-base.map}
fonts          : using map file: original-ams-euler
{/opt/context/tex/texmf-context/fonts/map/pdftex/context/original-ams-euler.map}
fonts          : using map file: original-public-lm
{/opt/context/tex/texmf-context/fonts/map/pdftex/context/original-public-lm.map} [1.1]
systems        : end file svg at line 10
 )</opt/context/tex/texmf/fonts/opentype/public/lm/lmmono8-regular.otf></opt/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf>
mkiv lua stats : used config path          - /opt/context/tex/texmf/web2c/texmf.cnf
mkiv lua stats : used cache path           - /opt/context/tex/texmf-cache
mkiv lua stats : modules/dumps/instances   - 89/21/1
mkiv lua stats : input load time           - 0.032 seconds
mkiv lua stats : fonts load time           - 0.894 seconds
mkiv lua stats : xml load time             - 0.000 seconds, lpath calls: 0, cached calls: 0
mkiv lua stats : lxml load time            - 0.000 seconds preparation, backreferences: 0
mkiv lua stats : mps conversion time       - 0.000 seconds
mkiv lua stats : node processing time      - 0.000 seconds including kernel
mkiv lua stats : kernel processing time    - 0.000 seconds
mkiv lua stats : attribute processing time - 0.002 seconds
mkiv lua stats : language load time        - 0.025 seconds, n=2
mkiv lua stats : graphics processing time  - 0.708 seconds including tex, n=1
mkiv lua stats : metapost processing time  - 0.000 seconds, loading: 0.000 seconds, execution: 0.000 seconds, n: 0
mkiv lua stats : current memory usage      - 46809519 bytes
mkiv lua stats : cleaned up reserved nodes - 21 nodes, 8 lists of 100
mkiv lua stats : node memory usage         - 19 glue_spec, 2 dir
mkiv lua stats : loaded patterns           - en:en:pat:exc:2
mkiv lua stats : loaded fonts              - file:lmmono12-regular:otf file:lmmono8-regular:otf file:lmroman10-bolditalic*default:otf file:lmroman10-italic*default:otf file:lmroman12-bold*default:otf file:lmroman12-italic*default:otf file:lmroman12-regular*default:otf file:lmroman7-bold*default:otf file:lmroman7-regular*default:otf file:lmroman9-bold*default:otf file:lmroman9-italic*default:otf file:lmroman9-regular*default:otf file:lmromancaps10-regular*default:otf file:lmromanslant10-bold*default:otf file:lmromanslant10-regular*default:otf file:lmromanslant12-regular*default:otf file:lmromanslant9-regular*default:otf lmex10:tfm lmmi12:tfm lmmi7:tfm lmmi9:tfm lmsy10:tfm lmsy7:tfm lmsy9:tfm msam10:tfm msam7:tfm msbm10:tfm msbm7:tfm rm-lmr12:tfm rm-lmr7:tfm rm-lmr9:tfm
mkiv lua stats : runtime                   - 2.318 seconds, 1 processed pages, 1 shipped pages, 0.431 pages/second


[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 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] 13+ messages in thread

end of thread, other threads:[~2008-07-03 13:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-23 23:13 A \part command for ConTeXt TeXWorld
2008-06-24  0:14 ` Aditya Mahajan
2008-06-24  7:15   ` Hans Hagen
2008-06-27  1:00 ` Include SVG pictures with ConTeXt TeXWorld
2008-06-29  2:27   ` TeXWorld
2008-06-29  7:44     ` Taco Hoekwater
2008-06-29 19:46       ` Hans Hagen
2008-06-30  1:22         ` TeXWorld
2008-06-30  7:29           ` Hans Hagen
2008-07-03 11:11         ` Henning Hraban Ramm
2008-07-03 11:21           ` Wolfgang Schuster
2008-07-03 12:56           ` Hans Hagen
2008-07-03 13:22         ` Khaled Hosny

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