ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* graphictext bug?
@ 2013-10-11  4:41 Thangalin
  2013-10-11  7:30 ` Marco Patzer
  0 siblings, 1 reply; 8+ messages in thread
From: Thangalin @ 2013-10-11  4:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

From the October 8, 2010 context mkiv MetaFun manual (section 8.6),
the following example does not produce any output beyond the caption:

\startuseMPgraphic{quotation}
  picture one ;
  one := image(
    graphictext \MPstring{inputtext}
      scaled 1.5
      withdrawcolor .625blue
      withfillcolor .625white
      withpen pencircle scaled 1pt;
    );
  picture two ;
  two := image(
    graphictext \MPstring{author}
      scaled 2
      withdrawcolor .625red
      withfillcolor .625white
      withpen pencircle scaled 2pt ;
    ) ;
  currentpicture := one ;
  addto currentpicture also two
    shifted lrcorner one
    shifted - 1.125 lrcorner two
    shifted (0, - 1.250 * ypart urcorner two) ;
  setbounds currentpicture to boundingbox currentpicture enlarged 3pt ;
\stopuseMPgraphic

\starttext
  \setMPtext{inputtext} {\vbox{\hsize 8.5cm \input zapf }}
  \setMPtext{author}{\hbox{\sl Hermann Zapf}}

  \placefigure{A text does not need to be an outline in order to be
typeset in an outline font.}
  {\useMPgraphic{quotation}}
\stoptext

Expected Results

Outlined text, as presented in section 8.6.

Actual Results

Mostly blank page. (Note, I changed "text" to "inputtext" to make sure
I wasn't using a keyword. The manual uses "text".)

Environment

$ context --version

mtx-context     | ConTeXt Process Management 0.60
mtx-context     |
mtx-context     | main context file:
/home/username/bin/context/tex/texmf-context/tex/context/base/context.mkiv
mtx-context     | current version: 2013.10.10 17:47

64-bit Linux

Kindest regards.
___________________________________________________________________________________
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] 8+ messages in thread

* Re: graphictext bug?
  2013-10-11  4:41 graphictext bug? Thangalin
@ 2013-10-11  7:30 ` Marco Patzer
  2013-10-11 15:07   ` Thangalin
  0 siblings, 1 reply; 8+ messages in thread
From: Marco Patzer @ 2013-10-11  7:30 UTC (permalink / raw)
  To: ntg-context


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

On 2013–10–10 Thangalin wrote:

> Hi,
> 
> From the October 8, 2010 context mkiv MetaFun manual (section 8.6),
> the following example does not produce any output beyond the caption:

http://wiki.contextgarden.net/ConTeXt_Standalone#Dependencies

Do you have pstoedit installed?

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

* Re: graphictext bug?
  2013-10-11  7:30 ` Marco Patzer
@ 2013-10-11 15:07   ` Thangalin
  2013-10-11 23:18     ` luigi scarso
  0 siblings, 1 reply; 8+ messages in thread
From: Thangalin @ 2013-10-11 15:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I have pstoedit installed now (that should be emphasized in section 8.6).

$ pstoedit
pstoedit: version 3.60 / DLL interface 108 (built: Dec  3 2011 -
release build - g++ 4.6.2 - 64-bit) : Copyright (C) 1993 - 2011
Wolfgang Glunz
No output format specified (-f option) and format could not be deduced
from suffix of output file since no output file name was given
Usage: "pstoedit -f format inputfile outputfile" or run "pstoedit
-help" to get a complete list available options.

The -mpgraph.pdf file is created with the quoted content, but has no
outline. The .mpy file is 0 bytes. I could not see anywhere "pstoedit"
is being called in the logs.

Same result: no outline.

Kind regards.
___________________________________________________________________________________
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] 8+ messages in thread

* Re: graphictext bug?
  2013-10-11 15:07   ` Thangalin
@ 2013-10-11 23:18     ` luigi scarso
  2013-10-11 23:58       ` Hans Hagen
  2013-10-12 17:29       ` Thangalin
  0 siblings, 2 replies; 8+ messages in thread
From: luigi scarso @ 2013-10-11 23:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Fri, Oct 11, 2013 at 5:07 PM, Thangalin <thangalin@gmail.com> wrote:

> Hi,
>
> I have pstoedit installed now (that should be emphasized in section 8.6).
>
> $ pstoedit
> pstoedit: version 3.60 / DLL interface 108 (built: Dec  3 2011 -
> release build - g++ 4.6.2 - 64-bit) : Copyright (C) 1993 - 2011
> Wolfgang Glunz
> No output format specified (-f option) and format could not be deduced
> from suffix of output file since no output file name was given
> Usage: "pstoedit -f format inputfile outputfile" or run "pstoedit
> -help" to get a complete list available options.
>
> The -mpgraph.pdf file is created with the quoted content, but has no
> outline. The .mpy file is 0 bytes. I could not see anywhere "pstoedit"
> is being called in the logs.
>
> Same result: no outline.
>

it works with pstoedit 3.62 and ghostscript 9.06 on linux 64 bit
and windows.

-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1402 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] 8+ messages in thread

* Re: graphictext bug?
  2013-10-11 23:18     ` luigi scarso
@ 2013-10-11 23:58       ` Hans Hagen
  2013-10-12 17:29       ` Thangalin
  1 sibling, 0 replies; 8+ messages in thread
From: Hans Hagen @ 2013-10-11 23:58 UTC (permalink / raw)
  To: ntg-context

On 10/12/2013 1:18 AM, luigi scarso wrote:
>
>
>
> On Fri, Oct 11, 2013 at 5:07 PM, Thangalin <thangalin@gmail.com
> <mailto:thangalin@gmail.com>> wrote:
>
>     Hi,
>
>     I have pstoedit installed now (that should be emphasized in section
>     8.6).
>
>     $ pstoedit
>     pstoedit: version 3.60 / DLL interface 108 (built: Dec  3 2011 -
>     release build - g++ 4.6.2 - 64-bit) : Copyright (C) 1993 - 2011
>     Wolfgang Glunz
>     No output format specified (-f option) and format could not be deduced
>     from suffix of output file since no output file name was given
>     Usage: "pstoedit -f format inputfile outputfile" or run "pstoedit
>     -help" to get a complete list available options.
>
>     The -mpgraph.pdf file is created with the quoted content, but has no
>     outline. The .mpy file is 0 bytes. I could not see anywhere "pstoedit"
>     is being called in the logs.
>
>     Same result: no outline.
>
>
> it works with pstoedit 3.62 and ghostscript 9.06 on linux 64 bit
> and windows.

also, watch the error messages closely: mixed 32/64 bit pstoedit/gs does 
not work for instance

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: graphictext bug?
  2013-10-11 23:18     ` luigi scarso
  2013-10-11 23:58       ` Hans Hagen
@ 2013-10-12 17:29       ` Thangalin
  2013-10-12 17:52         ` Marco Patzer
  1 sibling, 1 reply; 8+ messages in thread
From: Thangalin @ 2013-10-12 17:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 597 bytes --]

Hi,

> it works with pstoedit 3.62 and ghostscript 9.06 on linux 64 bit
> and windows.

I have Ubuntu 12.04.3 LTS. The 3.62 and 9.06 versions are only
available through the standard release (13.x). I've read that 13.x has
issues with Nvidia cards, so upgrading is not an option at this time.

Installing from source is also not really a viable option.

I am wary of downloading the RPM or DEB files to perform an upgrade.
The PPA does not seem to have a suitable version for this release of
Ubuntu.

Any other options?

The log does not contain any error messages. See attached.

Kindest regards.

[-- Attachment #2: t.log --]
[-- Type: application/octet-stream, Size: 8878 bytes --]

(/home/username/bin/context/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2013.10.10 17:47 MKIV beta  fmt: 2013.10.10  int: english/english

system          > 'cont-new.mkiv' loaded
(/home/username/bin/context/tex/texmf-context/tex/context/base/cont-new.mkiv)
system          > files > jobname 't', input './t', result 't'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
(/home/username/htdocs/recipes/book/context/t.tex{/home/username/bin/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fonts           > preloading latin modern fonts (second stage)
fonts           > typescripts > unknown library 'loc'
{/home/username/bin/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/home/username/bin/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > 'fallback modern rm 12pt' is loaded
metapost        > initializing instance 'metafun' using format 'metafun'
metapost        > loading 'metafun' as '/home/username/bin/context/tex/texmf-context/metapost/context/base/metafun.mpiv' using method 'default'
metapost        > initializing number mode 'scaled'
floatblocks     > '1' placed
backend         > xmp > using file '/home/username/bin/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1
 ) )</home/username/bin/context/tex/texmf/fonts/opentype/public/lm/lmroman12-bold.otf></home/username/bin/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf>

system          > structure > start used structure

used structure  > text: t

system          > structure > stop used structure


system          > files > start used files

used file       >    1: filename=cont-yes.mkiv filetype=tex foundname=/home/username/bin/context/tex/texmf-context/tex/context/base/cont-yes.mkiv usedmethod=database
used file       >    2: filename=cont-new.mkiv filetype=tex foundname=/home/username/bin/context/tex/texmf-context/tex/context/base/cont-new.mkiv usedmethod=database
used file       >    3: filename=lang-us.lua filetype=lua foundname=/home/username/bin/context/tex/texmf-context/tex/context/patterns/lang-us.lua usedmethod=database
used file       >    4: filename=/home/username/htdocs/recipes/book/context/t.tex foundname=/home/username/htdocs/recipes/book/context/t.tex usedmethod=direct
used file       >    5: filename=mkiv-base.map filetype=map format=map foundname=/home/username/bin/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map usedmethod=database
used file       >    6: filename=lm.lfg filetype=tex foundname=/home/username/bin/context/tex/texmf-context/tex/context/fonts/lm.lfg usedmethod=database
used file       >    7: filename=lm-math.lfg filetype=tex foundname=/home/username/bin/context/tex/texmf-context/tex/context/fonts/lm-math.lfg usedmethod=database
used file       >    8: filename=lm-math.map filetype=map format=map foundname=/home/username/bin/context/tex/texmf/fonts/map/dvips/lm/lm-math.map usedmethod=database
used file       >    9: filename=lm-rm.map filetype=map format=map foundname=/home/username/bin/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map usedmethod=database
used file       >   10: filename=lmroman12-regular filetype=otf format=otf foundname=/home/username/bin/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf usedmethod=database
used file       >   11: filename=latinmodern-math.otf filetype=opentypefonts foundname=/home/username/bin/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
used file       >   12: filename=latinmodern-math.otf filetype=otf format=otf foundname=/home/username/bin/context/tex/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf usedmethod=database
used file       >   13: filename=metafun.mpiv filetype=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/metafun.mpiv usedmethod=database
used file       >   14: filename=mp-base.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-base.mpiv usedmethod=database
used file       >   15: filename=mp-tool.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-tool.mpiv usedmethod=database
used file       >   16: filename=mp-mlib.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-mlib.mpiv usedmethod=database
used file       >   17: filename=mp-page.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-page.mpiv usedmethod=database
used file       >   18: filename=mp-butt.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-butt.mpiv usedmethod=database
used file       >   19: filename=mp-shap.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-shap.mpiv usedmethod=database
used file       >   20: filename=mp-grph.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-grph.mpiv usedmethod=database
used file       >   21: filename=mp-grid.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-grid.mpiv usedmethod=database
used file       >   22: filename=mp-form.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-form.mpiv usedmethod=database
used file       >   23: filename=mp-figs.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-figs.mpiv usedmethod=database
used file       >   24: filename=mp-func.mpiv filetype=mp format=mp foundname=/home/username/bin/context/tex/texmf-context/metapost/context/base/mp-func.mpiv usedmethod=database
used file       >   25: filename=t-mpgraph.mpy format=0 foundname=t-mpgraph.mpy usedmethod=direct
used file       >   26: filename=lmroman12-bold filetype=otf format=otf foundname=/home/username/bin/context/tex/texmf/fonts/opentype/public/lm/lmroman12-bold.otf usedmethod=database
used file       >   27: filename=lpdf-pdx.xml filetype=tex foundname=/home/username/bin/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml usedmethod=database

system          > files > stop used files


system          > options > start commandline options

used option     > currentrun="1"
used option     > fulljobname="./t.tex"
used option     > input="./t.tex"
used option     > kindofrun="1"
used option     > maxnofruns="8"
used option     > no-parse-first-line="true"

system          > options > stop commandline options

system          > options > start commandline files

used file       >    1: ./t.tex

system          > options > stop commandline files



mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: /home/username/bin/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.004 seconds, 0 scans with scantime 0.000 seconds, 0 shared scans, 27 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 337 modules (0.090 sec), 69 tables (0.000 sec), 406 chunks (0.090 sec)
mkiv lua stats  > cleaned up reserved nodes: 42 nodes, 9 lists of 441
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 9 attribute, 28 glue_spec, 3 attribute_list
mkiv lua stats  > node list callback tasks: 6 unique task lists, 5 instances (re)created, 64 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf output)
mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.001 seconds saving, 0.000 seconds loading
mkiv lua stats  > callbacks: 203 direct, 200 indirect, 403 total
mkiv lua stats  > randomizer: resumed with value 0.26258719119364
mkiv lua stats  > lxml preparation time: 0.000 seconds, 0 nodes, 15 lpath calls, 0 cached calls
mkiv lua stats  > result saved in file: t.pdf, compresslevel 3, objectcompreslevel 3
mkiv lua stats  > loaded fonts: 3 files: latinmodern-math.otf, lmroman12-bold.otf, lmroman12-regular.otf
mkiv lua stats  > fonts load time: 0.101 seconds 
mkiv lua stats  > metapost processing time: 0.003 seconds, loading: 0.014, execution: 0.003, n: 1, average: 0.019, external: 0.977 (1 calls)
mkiv lua stats  > metapost font generation: 0 glyphs, 0.000 seconds runtime
mkiv lua stats  > metapost font loading: 0.000 seconds, 0 instances
mkiv lua stats  > luatex banner: this is luatex, version beta-0.76.0-2013040516  (tex live 2013/dev)(rev 4627)
mkiv lua stats  > control sequences: 38187 of 65536 + 100000
mkiv lua stats  > current memory usage: 46 MB (ctx: 46 MB)
mkiv lua stats  > runtime: 1.280 seconds, 1 processed pages, 1 shipped pages, 0.781 pages/second


[-- Attachment #3: error.log --]
[-- Type: application/octet-stream, Size: 8140 bytes --]


mtx-context     | run 1: luatex --fmt="/home/username/bin/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en" --jobname="t" --lua="/home/username/bin/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en.lui" --no-parse-first-line --c:currentrun=1 --c:fulljobname="./t.tex" --c:input="./t.tex" --c:kindofrun=1 --c:maxnofruns=8 "cont-yes.mkiv"
This is LuaTeX, Version beta-0.76.0-2013040516 (rev 4627) 
 \write18 enabled.
(/home/username/bin/context/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2013.10.10 17:47 MKIV beta  fmt: 2013.10.10  int: english/english

system          > 'cont-new.mkiv' loaded
(/home/username/bin/context/tex/texmf-context/tex/context/base/cont-new.mkiv)
system          > files > jobname 't', input './t', result 't'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
(/home/username/htdocs/recipes/book/context/t.tex{/home/username/bin/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fonts           > preloading latin modern fonts (second stage)
fonts           > typescripts > unknown library 'loc'
{/home/username/bin/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/home/username/bin/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > 'fallback modern rm 12pt' is loaded
metapost        > initializing instance 'metafun' using format 'metafun'
metapost        > loading 'metafun' as '/home/username/bin/context/tex/texmf-context/metapost/context/base/metafun.mpiv' using method 'default'
metapost        > initializing number mode 'scaled'

mtx-context     | run 1: luatex --fmt="/home/username/bin/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en" --jobname="t-mpgraph" --lua="/home/username/bin/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en.lui" --no-parse-first-line --c:currentrun=1 --c:fulljobname="./t-mpgraph.tex" --c:input="./t-mpgraph.tex" --c:kindofrun=3 --c:maxnofruns=1 --c:once "cont-yes.mkiv"
This is LuaTeX, Version beta-0.76.0-2013040516 (rev 4627) 
 \write18 enabled.
(/home/username/bin/context/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2013.10.10 17:47 MKIV beta  fmt: 2013.10.10  int: english/english

system          > 'cont-new.mkiv' loaded
(/home/username/bin/context/tex/texmf-context/tex/context/base/cont-new.mkiv)
system          > files > jobname 't-mpgraph', input './t-mpgraph', result 't-mpgraph'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
(/home/username/htdocs/recipes/book/context/t-mpgraph.tex{/home/username/bin/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
fonts           > preloading latin modern fonts (second stage)
fonts           > typescripts > unknown library 'loc'
{/home/username/bin/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/home/username/bin/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           > 'fallback modern rm 12pt' is loaded
(/home/username/bin/context/tex/texmf-context/tex/context/sample/zapf.tex)
backend         > xmp > using file '/home/username/bin/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1
pages           > flushing realpage 2, userpage 1
 ) )</home/username/bin/context/tex/texmf/fonts/opentype/public/lm/lmromanslant12-regular.otf></home/username/bin/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf>

mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: /home/username/bin/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.004 seconds, 0 scans with scantime 0.000 seconds, 0 shared scans, 15 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 337 modules (0.090 sec), 69 tables (0.000 sec), 406 chunks (0.090 sec)
mkiv lua stats  > cleaned up reserved nodes: 42 nodes, 9 lists of 441
mkiv lua stats  > node memory usage: 4 glue, 4 penalty, 15 attribute, 36 glue_spec, 5 attribute_list
mkiv lua stats  > node list callback tasks: 6 unique task lists, 5 instances (re)created, 65 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf output)
mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.001 seconds saving, 0.000 seconds loading
mkiv lua stats  > callbacks: 213 direct, 186 indirect, 399 total
mkiv lua stats  > randomizer: resumed with value 0.11213570884994
mkiv lua stats  > lxml preparation time: 0.000 seconds, 0 nodes, 15 lpath calls, 0 cached calls
mkiv lua stats  > result saved in file: t-mpgraph.pdf, compresslevel 3, objectcompreslevel 3
mkiv lua stats  > loaded fonts: 3 files: latinmodern-math.otf, lmroman12-regular.otf, lmromanslant12-regular.otf
mkiv lua stats  > fonts load time: 0.107 seconds 
mkiv lua stats  > metapost font generation: 0 glyphs, 0.000 seconds runtime
mkiv lua stats  > metapost font loading: 0.000 seconds, 0 instances
mkiv lua stats  > luatex banner: this is luatex, version beta-0.76.0-2013040516  (tex live 2013/dev)(rev 4627)
mkiv lua stats  > control sequences: 38182 of 65536 + 100000
mkiv lua stats  > current memory usage: 47 MB (ctx: 46 MB)
mkiv lua stats  > runtime: 0.292 seconds, 2 processed pages, 2 shipped pages, 6.849 pages/second

system          | total runtime: 0.512
pstoedit: version 3.60 / DLL interface 108 (built: Dec  3 2011 - release build - g++ 4.6.2 - 64-bit) : Copyright (C) 1993 - 2011 Wolfgang Glunz
floatblocks     > '1' placed
backend         > xmp > using file '/home/username/bin/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1
 ) )</home/username/bin/context/tex/texmf/fonts/opentype/public/lm/lmroman12-bold.otf></home/username/bin/context/tex/texmf/fonts/opentype/public/lm/lmroman12-regular.otf>

mkiv lua stats  > used config file: selfautoparent:/texmf/web2c/texmfcnf.lua
mkiv lua stats  > used cache path: /home/username/bin/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e
mkiv lua stats  > resource resolver: loadtime 0.004 seconds, 0 scans with scantime 0.000 seconds, 0 shared scans, 27 found files, scanned paths: <none>
mkiv lua stats  > stored bytecode data: 337 modules (0.090 sec), 69 tables (0.000 sec), 406 chunks (0.090 sec)
mkiv lua stats  > cleaned up reserved nodes: 42 nodes, 9 lists of 441
mkiv lua stats  > node memory usage: 2 glue, 2 penalty, 9 attribute, 28 glue_spec, 3 attribute_list
mkiv lua stats  > node list callback tasks: 6 unique task lists, 5 instances (re)created, 64 calls
mkiv lua stats  > used backend: pdf (backend for directly generating pdf output)
mkiv lua stats  > loaded patterns: en::2, load time: 0.000
mkiv lua stats  > jobdata time: 0.001 seconds saving, 0.000 seconds loading
mkiv lua stats  > callbacks: 203 direct, 200 indirect, 403 total
mkiv lua stats  > randomizer: resumed with value 0.26258719119364
mkiv lua stats  > lxml preparation time: 0.000 seconds, 0 nodes, 15 lpath calls, 0 cached calls
mkiv lua stats  > result saved in file: t.pdf, compresslevel 3, objectcompreslevel 3
mkiv lua stats  > loaded fonts: 3 files: latinmodern-math.otf, lmroman12-bold.otf, lmroman12-regular.otf
mkiv lua stats  > fonts load time: 0.114 seconds 
mkiv lua stats  > metapost processing time: 0.003 seconds, loading: 0.013, execution: 0.003, n: 1, average: 0.019, external: 0.989 (1 calls)
mkiv lua stats  > metapost font generation: 0 glyphs, 0.000 seconds runtime
mkiv lua stats  > metapost font loading: 0.000 seconds, 0 instances
mkiv lua stats  > luatex banner: this is luatex, version beta-0.76.0-2013040516  (tex live 2013/dev)(rev 4627)
mkiv lua stats  > control sequences: 38187 of 65536 + 100000
mkiv lua stats  > current memory usage: 47 MB (ctx: 46 MB)
mkiv lua stats  > runtime: 1.306 seconds, 1 processed pages, 1 shipped pages, 0.766 pages/second

system          | total runtime: 1.533

[-- Attachment #4: 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] 8+ messages in thread

* Re: graphictext bug?
  2013-10-12 17:29       ` Thangalin
@ 2013-10-12 17:52         ` Marco Patzer
  2013-10-12 18:13           ` Thangalin
  0 siblings, 1 reply; 8+ messages in thread
From: Marco Patzer @ 2013-10-12 17:52 UTC (permalink / raw)
  To: ntg-context


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

On 2013–10–12 Thangalin wrote:

> The log does not contain any error messages. See attached.

I didn't test it, but I vaguely have in mind that pstoedit errors do
not end up in the log file, only on the console.

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

* Re: graphictext bug?
  2013-10-12 17:52         ` Marco Patzer
@ 2013-10-12 18:13           ` Thangalin
  0 siblings, 0 replies; 8+ messages in thread
From: Thangalin @ 2013-10-12 18:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users

The error log was created using:

context t.tex > error.log 2>&1

Kindest regards.

On Sat, Oct 12, 2013 at 10:52 AM, Marco Patzer <lists@homerow.info> wrote:
> On 2013–10–12 Thangalin wrote:
>
>> The log does not contain any error messages. See attached.
>
> I didn't test it, but I vaguely have in mind that pstoedit errors do
> not end up in the log file, only on the console.
>
> Marco
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
___________________________________________________________________________________
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] 8+ messages in thread

end of thread, other threads:[~2013-10-12 18:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-11  4:41 graphictext bug? Thangalin
2013-10-11  7:30 ` Marco Patzer
2013-10-11 15:07   ` Thangalin
2013-10-11 23:18     ` luigi scarso
2013-10-11 23:58       ` Hans Hagen
2013-10-12 17:29       ` Thangalin
2013-10-12 17:52         ` Marco Patzer
2013-10-12 18:13           ` Thangalin

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