ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* mkiv/luatex bug
@ 2010-11-27 21:03 Benedikt Morbach
  2010-11-28  8:44 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Benedikt Morbach @ 2010-11-27 21:03 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1.1.1: Type: text/plain, Size: 1286 bytes --]

Hi,

I'm currently trying out context and somehow I can't get it to behave
the way it should/I want it. I think I may be hitting a bug in either my
setup or context mkiv.
Somehow when using luatex/mkiv the spacing and placing of figures and
such looks very different (and wrong) compared to pdftex/mkii (invoked
using context --luatex/--pdftex).

I think the bug is either in context or my context setup, because
lualatex compared with pdflatex is fine, so it doesn't seem engine
related.

I already ran various combinations of (texexec|luatools|context)
((--generate|--make)||--all) but that didn't help. I'm experiencing this
with TeXLive + TLContrib as well as context-minimals (only installed for
testing)

attached are: 
    - Hello World.tex (from http://wiki.contextgarden.net/Hello_world )
    - logs context.(lua|pdf).log
    - the resulting pdfs Hello World.(lua|pdf).pdf

Would be nice if someone could help me with this, since I'm eager to
play with luatex and context a bit more.
Benedikt

PS: I'm not on the list, so it could happen that you have to CC me if
you want to answer (not sure about that)
PPS: I'm also uploading the attachments here
http://ompldr.org/vNmJ6eA/context.zip , because mailing-list archives
probably wont save them.

[-- Attachment #1.1.1.2: Type: text/html, Size: 1736 bytes --]

[-- Attachment #1.1.2: Hello-world.lua.pdf --]
[-- Type: application/pdf, Size: 53471 bytes --]

[-- Attachment #1.1.3: Hello-world.pdf.pdf --]
[-- Type: application/pdf, Size: 174552 bytes --]

[-- Attachment #1.1.4: Hello-world.tex --]
[-- Type: text/x-tex, Size: 3827 bytes --]

% "Hello world!" document for the ConTeXt typesetting system
%
% === History ===
% 2006-12-29  Sanjoy Mahajan  <sanjoy@mit.edu>
%     * Created
% 
% This document is the public domain (no copyright).

\setupcolors[state=start]       % otherwise you get greyscale
\definecolor[headingcolor][r=1,b=0.4]

% for the document info/catalog (reported by 'pdfinfo', for example)
\setupinteraction[state=start,  % make hyperlinks active, etc.
  title={Hello world!},
  subtitle={A ConTeXt template},
  author={Sanjoy Mahajan},
  keyword={template}]

% useful urls
\useURL[author-email][mailto:a.u.thor@somewhere.edu][][a.u.thor@somewhere.edu]
\useURL[wiki][http://wiki.contextgarden.net][][\ConTeXt\ wiki]
\useURL[sanjoy][mailto:sanjoy@mit.edu][][sanjoy@mit.edu]

% for US paper; the sensible default is [A4][A4] (A4 typesetting,
% printed on A4 paper)
\setuppapersize[letter][letter]
\setuplayout[topspace=0.5in, backspace=1in, header=24pt, footer=36pt, height=middle, width=middle]
% uncomment the next line to see the layout
\showframe

% headers and footers
\setupfooter[style=\it]
\setupfootertexts[\date\hfill \ConTeXt\ template]
\setuppagenumbering[location={header,right}, style=bold]

\setupbodyfont[11pt]            % default is 12pt

\setuphead[section,chapter,subject][color=headingcolor]
\setuphead[section,subject][style={\ss\bfa},
  before={\bigskip\bigskip}, after={}]
\setuphead[chapter][style={\ss\bfd}]
\setuphead[title][style={\ss\bfd},
  before={\begingroup\setupbodyfont[14.4pt]},
  after={\leftline{\ss\tfa A. U. Thor $\langle$\from[author-email]$\rangle$}
         \bigskip\bigskip\endgroup}]

\setupitemize[inbetween={}, style=bold]

% set inter-paragraph spacing
\setupwhitespace[medium]
% comment the next line to not indent paragraphs
\setupindenting[medium, yes]

\starttext

\title{Hello, world!}

Here is a hello-world template document to illustrates a few \ConTeXt\
features.  Have fun.  You can find a lot more information at
\from[wiki]; the preceding text should be colored and clickable, and
clicking it should take you to the wiki.

\subject{A list}

Here is an example of a list.

\startitemize[a]                % tags are lowercase letters
\item first
\item second
\item third
\stopitemize

\subject{Math}

An equation can be typeset inline like $e^{\pi i}+1=0$, or as a
displayed formula:
\startformula
\int_0^\infty t^4 e^{-t}\,dt = 24.
\stopformula
% don't use $$...$$ (the plain TeX equivalent)
You can also have numbered equations:
\placeformula[eq:factorial-example]\startformula
\int_0^\infty t^5 e^{-t}\,dt = 120.
\stopformula
And you can refer to them by name. I called the previous equation {\tt
factorial-example}, and it is equation \in[eq:factorial-example].
\ConTeXt\ figures out the number for you.  And with interaction turned
on, you can click on the equation number to get to the equation.

\subject{Text with figures}

Now text with a few figures.  The first figure goes on the right, with
the paragraph flowing around it.

\placefigure[right,none]{}{\externalfigure[dummy]}

\input tufte

The next figure will go inline, like a displayed formula:
\placefigure[here,none]{}{\externalfigure[dummy]}
\input tufte

Here's another reference to the numbered equation -- equation
\in[eq:factorial-example] on \at{page}[eq:factorial-example], so that
you can test clicking on it or on the page reference.

% most plain TeX commands work
\vfill

\noindent 
\framed[corner=round, width=\textwidth,height=1in,
backgroundcolor=gray,background=color]
{This document is in the public domain, so that you can improve it, share
it, and otherwise do what you want with it.  
Suggestions are welcome.  You can send them to me
at \from[sanjoy] (Sanjoy Mahajan).}


\stoptext

[-- Attachment #1.1.5: context.lua.log --]
[-- Type: text/x-log, Size: 7107 bytes --]


MTXrun | run 1: luatex --fmt="/home/benny/Development/context/tex/texmf-cache/luatex-cache/context/d7859a56b4743b39329024052ffc4de8/formats/cont-en" --lua="/home/benny/Development/context/tex/texmf-cache/luatex-cache/context/d7859a56b4743b39329024052ffc4de8/formats/cont-en.lui" --backend=pdf "./Hello-world"This is LuaTeX, Version beta-0.64.0-2010111216 
 \write18 enabled.
(Hello-world.tex
jobcontrol      > resuming randomizer with 0.72600103995111

ConTeXt  ver: 2010.11.27 14:27 MKIV  fmt: 2010.11.27  int: english/english

system          : cont-new loaded
(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-new.tex
systems         : beware: some patches loaded from cont-new.tex
(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-new.mkiv))
system          : cont-fil.mkiv loaded
(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-fil.mkiv
loading         : ConTeXt File Synonyms
)
system          : cont-sys.rme loaded
(/home/benny/Development/context/tex/texmf-context/tex/context/user/cont-sys.rme (/home/benny/Development/context/tex/texmf-context/tex/context/base/type-def.mkiv) (/home/benny/Development/context/tex/texmf-context/tex/context/base/type-lua.mkiv) (/home/benny/Development/context/tex/texmf-context/tex/context/base/type-siz.mkiv) (/home/benny/Development/context/tex/texmf-context/tex/context/base/type-otf.mkiv))
system          : cont-err loaded
(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-err.tex
systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
)
system          : Hello-world.top loaded
(Hello-world.top){/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
bodyfont        : 12pt rm is loaded
fonts           : preloading latin modern fonts (first stage)
language        : language en is active
interaction     : active
(/home/benny/Development/context/tex/texmf-context/tex/context/base/page-run.mkiv
loading         : ConTeXt Page Macros / Runtime Macros
)
publications    : loading formatting style from bxml-apa
(/home/benny/Development/context/tex/texmf-context/tex/context/base/bxml-apa.mkiv)
systems         : begin file Hello-world at line 54
structure       : title @ level 2 : 0.0 -> Hello, world!
structure       : subject @ level 3 : 0.0.0 -> A list
structure       : subject @ level 3 : 0.0.0 -> Math
structure       : subject @ level 3 : 0.0.0 -> Text with figures
backends        > using xmp file '/home/benny/Development/context/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
pages           > flushing realpage 1, userpage 1, subpage 1
floatblocks     : 1 placed
(/home/benny/Development/context/tex/texmf-context/tex/context/sample/tufte.tex)
floatblocks     : 1 saved
(/home/benny/Development/context/tex/texmf-context/tex/context/sample/tufte.tex)
floatblocks     : 1 moved
pages           > flushing realpage 2, userpage 2
pages           > flushing realpage 3, userpage 3
systems         : end file Hello-world at line 119
 )</home/benny/Development/context/tex/texmf/fonts/opentype/public/lm/lmmono10-regular.otf></home/benny/Development/context/tex/texmf/fonts/opentype/public/lm/lmroman8-regular.otf>{/home/benny/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-mathsy.enc}{/home/benny/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-mathex.enc}</home/benny/Development/context/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf>{/home/benny/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-mathit.enc}</home/benny/Development/context/tex/texmf/fonts/opentype/public/lm/lmroman10-regular.otf></home/benny/Development/context/tex/texmf/fonts/opentype/public/lm/lmsans12-regular.otf></home/benny/Development/context/tex/texmf/fonts/opentype/public/lm/lmsans10-bold.otf></home/benny/Development/context/tex/texmf/fonts/opentype/public/lm/lmroman10-italic.otf></home/benny/Development/context/tex/texmf/fonts/opentype/public/lm/lmroman10-bold.otf></home/benny/Development/context/tex/texmf/fonts/type1/public/lm/lmex10.pfb></home/benny/Development/context/tex/texmf/fonts/type1/public/lm/lmmi10.pfb></home/benny/Development/context/tex/texmf/fonts/type1/public/lm/lmmi8.pfb></home/benny/Development/context/tex/texmf/fonts/type1/public/lm/lmsy10.pfb></home/benny/Development/context/tex/texmf/fonts/type1/public/lm/lmsy8.pfb>
mkiv lua stats : used config file          - /home/benny/Development/context/tex/texmf/web2c/texmfcnf.lua
mkiv lua stats : used cache path           - /home/benny/Development/context/tex/texmf-cache/luatex-cache/context/d7859a56b4743b39329024052ffc4de8
mkiv lua stats : input load time           - 0.013 seconds
mkiv lua stats : stored bytecode data      - 257 modules, 56 tables, 313 chunks
mkiv lua stats : cleaned up reserved nodes - 47 nodes, 10 lists of 411
mkiv lua stats : node memory usage         - 19 glue_spec
mkiv lua stats : node list callback tasks  - 6 unique task lists, 6 instances (re)created, 847 calls
mkiv lua stats : used backend              - pdf (backend for directly generating pdf output)
mkiv lua stats : loaded patterns           - en::2
mkiv lua stats : callbacks                 - direct: 1435, indirect: 4864, total: 6299
mkiv lua stats : lxml preparation time     - 0.000 seconds, 0 nodes, 18 lpath calls, 0 cached calls
mkiv lua stats : interactive elements      - 6 references, 5 destinations
mkiv lua stats : result saved in file      - Hello-world.pdf
mkiv lua stats : loaded fonts              - 56 files: stmary10.afm lmmono10-regular.otf lmmono12-regular.otf lmmono8-regular.otf lmmono9-regular.otf lmroman10-bold.otf lmroman10-italic.otf lmroman10-regular.otf lmroman12-bold.otf lmroman12-regular.otf lmroman6-bold.otf lmroman6-regular.otf lmroman7-bold.otf lmroman7-regular.otf lmroman8-bold.otf lmroman8-regular.otf lmroman9-bold.otf lmroman9-regular.otf lmsans10-bold.otf lmsans10-regular.otf lmsans12-regular.otf lmsans8-regular.otf lmsans9-regular.otf eufb10.tfm eufb5.tfm eufb7.tfm eufm10.tfm eufm5.tfm eufm7.tfm msam10.tfm msam5.tfm msam7.tfm msbm10.tfm msbm5.tfm msbm7.tfm lmex10.tfm lmmi10.tfm lmmi12.tfm lmmi6.tfm lmmi7.tfm lmmi8.tfm lmmi9.tfm lmmib10.tfm lmmib5.tfm lmmib7.tfm lmsy10.tfm lmsy6.tfm lmsy7.tfm lmsy8.tfm lmsy9.tfm rm-lmr10.tfm rm-lmr12.tfm rm-lmr6.tfm rm-lmr7.tfm rm-lmr8.tfm rm-lmr9.tfm
mkiv lua stats : fonts load time           - 0.566 seconds 
mkiv lua stats : graphics processing time  - 0.013 seconds including tex, 2 processed images
mkiv lua stats : pdf annotations           - 6 embedded, 6 unique
mkiv lua stats : luatex banner             - this is luatex, version beta-0.64.0-2010111216
mkiv lua stats : control sequences         - 30246 of 165536
mkiv lua stats : current memory usage      - 76 MB (ctx: 78 MB)
mkiv lua stats : runtime                   - 1.250 seconds, 2 processed pages, 3 shipped pages, 2.400 pages/second

MTXrun | total runtime: 1.529

[-- Attachment #1.1.6: context.pdf.log --]
[-- Type: text/x-log, Size: 21102 bytes --]

TeXExec | processing document 'Hello-world'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file Hello-world.top
TeXExec | using randomseed 822
TeXExec | tex engine: pdftex
TeXExec | tex format: cont-en
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
 \write18 enabled.
 (/home/benny/Development/context/tex/texmf-context/web2c/natural.tcx)
entering extended mode
(./Hello-world.tex

ConTeXt  ver: 2010.11.27 14:27 MKII  fmt: 2010.11.27  int: english/english

system          : cont-new loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-new.te
x
systems         : beware: some patches loaded from cont-new.tex

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-new.mk
ii))
system          : cont-fil.mkii loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-fil.mk
ii
loading         : ConTeXt File Synonyms
)
system          : cont-sys.rme loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/user/cont-sys.rm
e
(/home/benny/Development/context/tex/texmf-context/tex/context/base/type-def.mk
ii)
(/home/benny/Development/context/tex/texmf-context/tex/context/base/type-siz.mk
ii)
(/home/benny/Development/context/tex/texmf-context/tex/context/base/type-one.mk
ii))
system          : Hello-world.top loaded
(./Hello-world.top)
bodyfont        : 12pt rm is loaded
language        : patterns nl->texnansi:texnansi->1->2:2 nl->ec:ec->2->2:2 us->
ec:ec->3->2:3 de->texnansi:texnansi->4->3:3 de->ec:ec->5->3:3 da->ec:ec->6->2:2
 sv->ec:ec->7->2:2 af->ec:ec->8->2:2 gb->ec:ec->9->2:2 fr->texnansi:texnansi->1
0->2:2 fr->ec:ec->11->2:2 es->ec:ec->12->2:2 ca->ec:ec->13->2:2 it->texnansi:te
xnansi->14->2:2 it->ec:ec->15->2:2 la->ec:ec->16->2:2 pt->texnansi:texnansi->17
->2:2 pt->ec:ec->18->2:2 ro->ec:ec->19->2:2 pl->pl0:pl0->20->2:2 pl->ec:ec->21-
>2:2 pl->qx:qx->22->2:2 cs->il2:il2->23->2:2 cs->ec:ec->24->2:2 sk->il2:il2->25
->2:2 sk->ec:ec->26->2:2 hr->ec:ec->27->2:2 sl->ec:ec->28->2:2 tr->ec:ec->29->2
:2 tk->ec:ec->30->1:2 lt->l7x:l7x->31->2:2 agr->agr:agr->33->2:2 fi->ec:ec->34-
>2:2 hu->ec:ec->35->2:2 ru->t2a:t2a->37->2:2 uk->t2a:t2a->38->3:3 loaded
specials        : dvips loaded
systems         : system commands are enabled
language        : language en is active
specials        : loading definition file tpd

(/home/benny/Development/context/tex/texmf-context/tex/context/base/spec-tpd.mk
ii
specials        : loading definition file fdf

(/home/benny/Development/context/tex/texmf-context/tex/context/base/spec-fdf.mk
ii))
color           : mpcmyk color space is supported
color           : mpspot color space is supported
color           : system rgb is global activated
interaction     : active

(/home/benny/Development/context/tex/texmf-context/tex/context/base/page-run.mk
ii
loading         : ConTeXt Page Macros / Runtime Macros
)
publications    : file Hello-world.bbl not found, waiting for bibtex
systems         : begin file Hello-world at line 54
title           : - Hello, world!
subject         : - A list
subject         : - Math
references      : unknown reference [][eq:factorial-example]
subject         : - Text with figures
figures         : figure dummy can not be found
floatblocks     : 1 placed

(/home/benny/Development/context/tex/texmf-context/tex/context/sample/tufte.tex
)
figures         : figure dummy can not be found
fonts           : resetting map file list
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-empty.map}
fonts           : using map file: original-base
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-base.map}
fonts           : using map file: original-ams-base
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-ams-base.map}
fonts           : using map file: original-public-lm
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-public-lm.map}
fonts           : using map file: lm-ec
{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-ec.map}
fonts           : using map file: lm-math
{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}
fonts           : using map file: lm-rm
{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           : using map file: original-ams-euler
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-ams-euler.map}
(/home/benny/Development/context/tex/texmf-context/tex/context/base/sort-def.mk
ii)
(/home/benny/Development/context/tex/texmf-context/tex/context/base/sort-lan.mk
ii)
interaction     : pdftex code inserted
[1.1]
floatblocks     : 2 placed

(/home/benny/Development/context/tex/texmf-context/tex/context/sample/tufte.tex
) [2.2]
systems         : end file Hello-world at line 119
system          : cont-err loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-err.te
x
systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) ){/home/benny/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-ec.enc}{/ho
me/benny/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-rm.enc}{/home/benn
y/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-mathsy.enc}{/home/benny/D
evelopment/context/tex/texmf/fonts/enc/dvips/lm/lm-mathex.enc}{/home/benny/Deve
lopment/context/tex/texmf/fonts/enc/dvips/lm/lm-mathit.enc}</home/benny/Develop
ment/context/tex/texmf/fonts/type1/public/lm/lmbx10.pfb></home/benny/Developmen
t/context/tex/texmf/fonts/type1/public/lm/lmex10.pfb></home/benny/Development/c
ontext/tex/texmf/fonts/type1/public/lm/lmmi10.pfb></home/benny/Development/cont
ext/tex/texmf/fonts/type1/public/lm/lmmi8.pfb></home/benny/Development/context/
tex/texmf/fonts/type1/public/lm/lmr10.pfb></home/benny/Development/context/tex/
texmf/fonts/type1/public/lm/lmr8.pfb></home/benny/Development/context/tex/texmf
/fonts/type1/public/lm/lmri10.pfb></home/benny/Development/context/tex/texmf/fo
nts/type1/public/lm/lmss12.pfb></home/benny/Development/context/tex/texmf/fonts
/type1/public/lm/lmssbx10.pfb></home/benny/Development/context/tex/texmf/fonts/
type1/public/lm/lmsy10.pfb></home/benny/Development/context/tex/texmf/fonts/typ
e1/public/lm/lmsy8.pfb></home/benny/Development/context/tex/texmf/fonts/type1/p
ublic/lm/lmtt10.pfb>

pdfTeX warning: pdftex: no GlyphToUnicode entry has been inserted yet!
Output written on Hello-world.pdf (2 pages, 173913 bytes).
Transcript written on Hello-world.log.
TeXUtil | parsing file Hello-world.tui
TeXUtil | shortcuts : 169
TeXUtil | expansions: 308
TeXUtil | reductions: 0
TeXUtil | divisions : 0
TeXUtil | loaded files: 1
TeXUtil | temporary files: 0
TeXUtil | commands: 21
TeXUtil | programs: 0
TeXUtil | tuo file saved
TeXExec | TeX run 2
TeXExec | writing option file Hello-world.top
TeXExec | using randomseed 822
TeXExec | tex engine: pdftex
TeXExec | tex format: cont-en
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
 \write18 enabled.
 (/home/benny/Development/context/tex/texmf-context/web2c/natural.tcx)
entering extended mode
(./Hello-world.tex

ConTeXt  ver: 2010.11.27 14:27 MKII  fmt: 2010.11.27  int: english/english

system          : cont-new loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-new.te
x
systems         : beware: some patches loaded from cont-new.tex

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-new.mk
ii))
system          : cont-fil.mkii loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-fil.mk
ii
loading         : ConTeXt File Synonyms
)
system          : cont-sys.rme loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/user/cont-sys.rm
e
(/home/benny/Development/context/tex/texmf-context/tex/context/base/type-def.mk
ii)
(/home/benny/Development/context/tex/texmf-context/tex/context/base/type-siz.mk
ii)
(/home/benny/Development/context/tex/texmf-context/tex/context/base/type-one.mk
ii))
system          : Hello-world.top loaded
(./Hello-world.top)
bodyfont        : 12pt rm is loaded
language        : patterns nl->texnansi:texnansi->1->2:2 nl->ec:ec->2->2:2 us->
ec:ec->3->2:3 de->texnansi:texnansi->4->3:3 de->ec:ec->5->3:3 da->ec:ec->6->2:2
 sv->ec:ec->7->2:2 af->ec:ec->8->2:2 gb->ec:ec->9->2:2 fr->texnansi:texnansi->1
0->2:2 fr->ec:ec->11->2:2 es->ec:ec->12->2:2 ca->ec:ec->13->2:2 it->texnansi:te
xnansi->14->2:2 it->ec:ec->15->2:2 la->ec:ec->16->2:2 pt->texnansi:texnansi->17
->2:2 pt->ec:ec->18->2:2 ro->ec:ec->19->2:2 pl->pl0:pl0->20->2:2 pl->ec:ec->21-
>2:2 pl->qx:qx->22->2:2 cs->il2:il2->23->2:2 cs->ec:ec->24->2:2 sk->il2:il2->25
->2:2 sk->ec:ec->26->2:2 hr->ec:ec->27->2:2 sl->ec:ec->28->2:2 tr->ec:ec->29->2
:2 tk->ec:ec->30->1:2 lt->l7x:l7x->31->2:2 agr->agr:agr->33->2:2 fi->ec:ec->34-
>2:2 hu->ec:ec->35->2:2 ru->t2a:t2a->37->2:2 uk->t2a:t2a->38->3:3 loaded
specials        : dvips loaded
systems         : system commands are enabled
language        : language en is active
specials        : loading definition file tpd

(/home/benny/Development/context/tex/texmf-context/tex/context/base/spec-tpd.mk
ii
specials        : loading definition file fdf

(/home/benny/Development/context/tex/texmf-context/tex/context/base/spec-fdf.mk
ii))
color           : mpcmyk color space is supported
color           : mpspot color space is supported
color           : system rgb is global activated
interaction     : active

(/home/benny/Development/context/tex/texmf-context/tex/context/base/page-run.mk
ii
loading         : ConTeXt Page Macros / Runtime Macros
) (./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo)
(./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo)
(./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo)
publications    : file Hello-world.bbl not found, waiting for bibtex
(./Hello-world.tuo)
systems         : begin file Hello-world at line 54
title           : - Hello, world!
subject         : - A list
subject         : - Math
subject         : - Text with figures
figures         : figure dummy can not be found
floatblocks     : 1 placed

(/home/benny/Development/context/tex/texmf-context/tex/context/sample/tufte.tex
)
figures         : figure dummy can not be found
fonts           : resetting map file list
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-empty.map}
fonts           : using map file: original-base
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-base.map}
fonts           : using map file: original-ams-base
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-ams-base.map}
fonts           : using map file: original-public-lm
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-public-lm.map}
fonts           : using map file: lm-ec
{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-ec.map}
fonts           : using map file: lm-math
{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}
fonts           : using map file: lm-rm
{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           : using map file: original-ams-euler
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-ams-euler.map}
(/home/benny/Development/context/tex/texmf-context/tex/context/base/sort-def.mk
ii)
(/home/benny/Development/context/tex/texmf-context/tex/context/base/sort-lan.mk
ii)
interaction     : pdftex code inserted
[1.1]
floatblocks     : 2 placed

(/home/benny/Development/context/tex/texmf-context/tex/context/sample/tufte.tex
) [2.2]
systems         : end file Hello-world at line 119
system          : cont-err loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-err.te
x
systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) ){/home/benny/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-ec.enc}{/ho
me/benny/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-rm.enc}{/home/benn
y/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-mathsy.enc}{/home/benny/D
evelopment/context/tex/texmf/fonts/enc/dvips/lm/lm-mathex.enc}{/home/benny/Deve
lopment/context/tex/texmf/fonts/enc/dvips/lm/lm-mathit.enc}</home/benny/Develop
ment/context/tex/texmf/fonts/type1/public/lm/lmbx10.pfb></home/benny/Developmen
t/context/tex/texmf/fonts/type1/public/lm/lmex10.pfb></home/benny/Development/c
ontext/tex/texmf/fonts/type1/public/lm/lmmi10.pfb></home/benny/Development/cont
ext/tex/texmf/fonts/type1/public/lm/lmmi8.pfb></home/benny/Development/context/
tex/texmf/fonts/type1/public/lm/lmr10.pfb></home/benny/Development/context/tex/
texmf/fonts/type1/public/lm/lmr8.pfb></home/benny/Development/context/tex/texmf
/fonts/type1/public/lm/lmri10.pfb></home/benny/Development/context/tex/texmf/fo
nts/type1/public/lm/lmss12.pfb></home/benny/Development/context/tex/texmf/fonts
/type1/public/lm/lmssbx10.pfb></home/benny/Development/context/tex/texmf/fonts/
type1/public/lm/lmsy10.pfb></home/benny/Development/context/tex/texmf/fonts/typ
e1/public/lm/lmsy8.pfb></home/benny/Development/context/tex/texmf/fonts/type1/p
ublic/lm/lmtt10.pfb>

pdfTeX warning: pdftex: no GlyphToUnicode entry has been inserted yet!
Output written on Hello-world.pdf (2 pages, 174552 bytes).
Transcript written on Hello-world.log.
TeXUtil | parsing file Hello-world.tui
TeXUtil | shortcuts : 169
TeXUtil | expansions: 308
TeXUtil | reductions: 0
TeXUtil | divisions : 0
TeXUtil | loaded files: 1
TeXUtil | temporary files: 0
TeXUtil | commands: 21
TeXUtil | programs: 0
TeXUtil | tuo file saved
TeXExec | TeX run 3
TeXExec | writing option file Hello-world.top
TeXExec | using randomseed 822
TeXExec | tex engine: pdftex
TeXExec | tex format: cont-en
This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010)
 \write18 enabled.
 (/home/benny/Development/context/tex/texmf-context/web2c/natural.tcx)
entering extended mode
(./Hello-world.tex

ConTeXt  ver: 2010.11.27 14:27 MKII  fmt: 2010.11.27  int: english/english

system          : cont-new loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-new.te
x
systems         : beware: some patches loaded from cont-new.tex

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-new.mk
ii))
system          : cont-fil.mkii loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-fil.mk
ii
loading         : ConTeXt File Synonyms
)
system          : cont-sys.rme loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/user/cont-sys.rm
e
(/home/benny/Development/context/tex/texmf-context/tex/context/base/type-def.mk
ii)
(/home/benny/Development/context/tex/texmf-context/tex/context/base/type-siz.mk
ii)
(/home/benny/Development/context/tex/texmf-context/tex/context/base/type-one.mk
ii))
system          : Hello-world.top loaded
(./Hello-world.top)
bodyfont        : 12pt rm is loaded
language        : patterns nl->texnansi:texnansi->1->2:2 nl->ec:ec->2->2:2 us->
ec:ec->3->2:3 de->texnansi:texnansi->4->3:3 de->ec:ec->5->3:3 da->ec:ec->6->2:2
 sv->ec:ec->7->2:2 af->ec:ec->8->2:2 gb->ec:ec->9->2:2 fr->texnansi:texnansi->1
0->2:2 fr->ec:ec->11->2:2 es->ec:ec->12->2:2 ca->ec:ec->13->2:2 it->texnansi:te
xnansi->14->2:2 it->ec:ec->15->2:2 la->ec:ec->16->2:2 pt->texnansi:texnansi->17
->2:2 pt->ec:ec->18->2:2 ro->ec:ec->19->2:2 pl->pl0:pl0->20->2:2 pl->ec:ec->21-
>2:2 pl->qx:qx->22->2:2 cs->il2:il2->23->2:2 cs->ec:ec->24->2:2 sk->il2:il2->25
->2:2 sk->ec:ec->26->2:2 hr->ec:ec->27->2:2 sl->ec:ec->28->2:2 tr->ec:ec->29->2
:2 tk->ec:ec->30->1:2 lt->l7x:l7x->31->2:2 agr->agr:agr->33->2:2 fi->ec:ec->34-
>2:2 hu->ec:ec->35->2:2 ru->t2a:t2a->37->2:2 uk->t2a:t2a->38->3:3 loaded
specials        : dvips loaded
systems         : system commands are enabled
language        : language en is active
specials        : loading definition file tpd

(/home/benny/Development/context/tex/texmf-context/tex/context/base/spec-tpd.mk
ii
specials        : loading definition file fdf

(/home/benny/Development/context/tex/texmf-context/tex/context/base/spec-fdf.mk
ii))
color           : mpcmyk color space is supported
color           : mpspot color space is supported
color           : system rgb is global activated
interaction     : active

(/home/benny/Development/context/tex/texmf-context/tex/context/base/page-run.mk
ii
loading         : ConTeXt Page Macros / Runtime Macros
) (./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo)
(./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo)
(./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo) (./Hello-world.tuo)
publications    : file Hello-world.bbl not found, waiting for bibtex
(./Hello-world.tuo)
systems         : begin file Hello-world at line 54
title           : - Hello, world!
subject         : - A list
subject         : - Math
subject         : - Text with figures
figures         : figure dummy can not be found
floatblocks     : 1 placed

(/home/benny/Development/context/tex/texmf-context/tex/context/sample/tufte.tex
)
figures         : figure dummy can not be found
fonts           : resetting map file list
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-empty.map}
fonts           : using map file: original-base
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-base.map}
fonts           : using map file: original-ams-base
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-ams-base.map}
fonts           : using map file: original-public-lm
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-public-lm.map}
fonts           : using map file: lm-ec
{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-ec.map}
fonts           : using map file: lm-math
{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-math.map}
fonts           : using map file: lm-rm
{/home/benny/Development/context/tex/texmf/fonts/map/dvips/lm/lm-rm.map}
fonts           : using map file: original-ams-euler
{/home/benny/Development/context/tex/texmf-context/fonts/map/pdftex/context/ori
ginal-ams-euler.map}
(/home/benny/Development/context/tex/texmf-context/tex/context/base/sort-def.mk
ii)
(/home/benny/Development/context/tex/texmf-context/tex/context/base/sort-lan.mk
ii)
interaction     : pdftex code inserted
[1.1]
floatblocks     : 2 placed

(/home/benny/Development/context/tex/texmf-context/tex/context/sample/tufte.tex
) [2.2]
systems         : end file Hello-world at line 119
system          : cont-err loaded

(/home/benny/Development/context/tex/texmf-context/tex/context/base/cont-err.te
x
systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) ){/home/benny/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-ec.enc}{/ho
me/benny/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-rm.enc}{/home/benn
y/Development/context/tex/texmf/fonts/enc/dvips/lm/lm-mathsy.enc}{/home/benny/D
evelopment/context/tex/texmf/fonts/enc/dvips/lm/lm-mathex.enc}{/home/benny/Deve
lopment/context/tex/texmf/fonts/enc/dvips/lm/lm-mathit.enc}</home/benny/Develop
ment/context/tex/texmf/fonts/type1/public/lm/lmbx10.pfb></home/benny/Developmen
t/context/tex/texmf/fonts/type1/public/lm/lmex10.pfb></home/benny/Development/c
ontext/tex/texmf/fonts/type1/public/lm/lmmi10.pfb></home/benny/Development/cont
ext/tex/texmf/fonts/type1/public/lm/lmmi8.pfb></home/benny/Development/context/
tex/texmf/fonts/type1/public/lm/lmr10.pfb></home/benny/Development/context/tex/
texmf/fonts/type1/public/lm/lmr8.pfb></home/benny/Development/context/tex/texmf
/fonts/type1/public/lm/lmri10.pfb></home/benny/Development/context/tex/texmf/fo
nts/type1/public/lm/lmss12.pfb></home/benny/Development/context/tex/texmf/fonts
/type1/public/lm/lmssbx10.pfb></home/benny/Development/context/tex/texmf/fonts/
type1/public/lm/lmsy10.pfb></home/benny/Development/context/tex/texmf/fonts/typ
e1/public/lm/lmsy8.pfb></home/benny/Development/context/tex/texmf/fonts/type1/p
ublic/lm/lmtt10.pfb>

pdfTeX warning: pdftex: no GlyphToUnicode entry has been inserted yet!
Output written on Hello-world.pdf (2 pages, 174552 bytes).
Transcript written on Hello-world.log.
TeXUtil | parsing file Hello-world.tui
TeXUtil | shortcuts : 169
TeXUtil | expansions: 308
TeXUtil | reductions: 0
TeXUtil | divisions : 0
TeXUtil | loaded files: 1
TeXUtil | temporary files: 0
TeXUtil | commands: 21
TeXUtil | programs: 0
TeXUtil | tuo file saved
TeXExec | runtime: 0.681443

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 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] 2+ messages in thread

* Re: mkiv/luatex bug
  2010-11-27 21:03 mkiv/luatex bug Benedikt Morbach
@ 2010-11-28  8:44 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2010-11-28  8:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


Am 27.11.2010 um 22:03 schrieb Benedikt Morbach:

> Hi,
> 
> I'm currently trying out context and somehow I can't get it to behave the way it should/I want it. I think I may be hitting a bug in either my setup or context mkiv.
> Somehow when using luatex/mkiv the spacing and placing of figures and such looks very different (and wrong) compared to pdftex/mkii (invoked using context --luatex/--pdftex).
> 
> I think the bug is either in context or my context setup, because lualatex compared with pdflatex is fine, so it doesn't seem engine related.
> 
> I already ran various combinations of (texexec|luatools|context) ((--generate|--make)||--all) but that didn't help. I'm experiencing this with TeXLive + TLContrib as well as context-minimals (only installed for testing)
> 
> attached are: 
>     - Hello World.tex (from http://wiki.contextgarden.net/Hello_world )
>     - logs context.(lua|pdf).log
>     - the resulting pdfs Hello World.(lua|pdf).pdf
> 
> Would be nice if someone could help me with this, since I'm eager to play with luatex and context a bit more.
> Benedikt

It’s a problem with the header setups in the example document, with the following settings the output is correct:

\setuphead
  [section,subject]
  [style={\ss\bfa},
   before={\blank[2*big]},
   after={\blank[nowhite]}]

and

\setuphead
  [title]
  [ style={\ss\bfd},
   before={\begingroup\switchtobodyfont[14.4pt]},
    after={\leftaligned{\ss\tfa A. U. Thor $\langle$\from[author-email]$\rangle$}\blank[2*big]\endgroup}]

Wolfgang


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

[-- Attachment #2: Type: text/plain, Size: 486 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] 2+ messages in thread

end of thread, other threads:[~2010-11-28  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-27 21:03 mkiv/luatex bug Benedikt Morbach
2010-11-28  8:44 ` Wolfgang Schuster

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