Broken Nightly (2012.02.18)
Hey folks, My book was compiling fine with the Jan 27th nightly, but kicks the bucket with the Feb 18th build: ! Undefined control sequence. \strc_descriptions_start_yes_reference ...e_state \expandafter \strc_descrip... \strc_descriptions_start_yes ...art_yes_reference [#1] l.12 \startdefinition[definition:Albedo] {Albedo} Is this likely a problem with my typesetting or with ConTeXt? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Am 21.02.2012 um 05:03 schrieb Kip Warner:
Hey folks,
My book was compiling fine with the Jan 27th nightly, but kicks the bucket with the Feb 18th build:
! Undefined control sequence. \strc_descriptions_start_yes_reference ...e_state \expandafter \strc_descrip... \strc_descriptions_start_yes ...art_yes_reference [#1] l.12 \startdefinition[definition:Albedo] {Albedo}
Is this likely a problem with my typesetting or with ConTeXt?
The same problem was reported a few days ago and fixed in the beta. If you can’t wait use \startdefintion[reference=…,title=…] which does work. Wolfgang
On Tue, 2012-02-21 at 05:32 +0100, Wolfgang Schuster wrote:
The same problem was reported a few days ago and fixed in the beta.
If you cant wait use \startdefintion[reference=,title=] which does work.
Wolfgang
Hey Wolfgang. I see Adam's PPA has been updated. I'll pull his package later and hopefully it is recent enough. Thanks. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
On Tue, 2012-02-21 at 05:32 +0100, Wolfgang Schuster wrote:
The same problem was reported a few days ago and fixed in the beta.
If you cant wait use \startdefintion[reference=,title=] which does work.
Wolfgang
Hey Wolfgang, This is what I observed with ConTeXt 2012.02.20 01:42. Perhaps it has been fixed since, but this is a build from only yesterday so perhaps not. ... structure > sectioning > subsubsubject @ level 5 : 0.7.1.0.0 -> \bf 3 Libra, 14 B.R. graphics > invalid region for 'tbg:1' ! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530: attempt to index field 'list' (a nil value) stack traceback: /usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 'fetchmultipar' /usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function 'fetchmultipar' <main ctx instance>:1: in main chunk. \ctxcommand ...\directlua \zerocount {commands.#1} <argument> ...tipars {\MPvar {self}}{\MPanchorid } ; \includeMPgraphic {\MPv... \meta_process_graphic ...graphicformat ", \!!bs #1 ;\!!es , \!!bs \meta_flush... \anch_positions_meta_graphic_use ...#3\stopMPcode \endgroup \anch_positions_meta_graphic_nested ...graphic #2} \endgroup \anch_positions_meta_graphic_direct_indeed ...ame \removelastspace }\smashbo... ... l.34 ... and the methane/oxygen return propellant. ? E You want to edit file Source/Timeline/01_Promises_Made.tex at line 34 The line it is referring to has nothing unusual on it and hasn't changed in the weeks of several compilation. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Am 21.02.2012 um 23:21 schrieb Kip Warner:
On Tue, 2012-02-21 at 05:32 +0100, Wolfgang Schuster wrote:
The same problem was reported a few days ago and fixed in the beta.
If you cant wait use \startdefintion[reference=,title=] which does work.
Wolfgang
Hey Wolfgang,
This is what I observed with ConTeXt 2012.02.20 01:42. Perhaps it has been fixed since, but this is a build from only yesterday so perhaps not.
... structure > sectioning > subsubsubject @ level 5 : 0.7.1.0.0 -> \bf 3 Libra, 14 B.R. graphics > invalid region for 'tbg:1' ! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530: attempt to index field 'list' (a nil value) stack traceback: /usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 'fetchmultipar' /usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function 'fetchmultipar' <main ctx instance>:1: in main chunk. \ctxcommand ...\directlua \zerocount {commands.#1}
<argument> ...tipars {\MPvar {self}}{\MPanchorid } ; \includeMPgraphic {\MPv... \meta_process_graphic ...graphicformat ", \!!bs #1 ;\!!es , \!!bs \meta_flush... \anch_positions_meta_graphic_use ...#3\stopMPcode \endgroup \anch_positions_meta_graphic_nested ...graphic #2} \endgroup \anch_positions_meta_graphic_direct_indeed ...ame \removelastspace }\smashbo... ... l.34 ... and the methane/oxygen return propellant.
? E You want to edit file Source/Timeline/01_Promises_Made.tex at line 34
The line it is referring to has nothing unusual on it and hasn't changed in the weeks of several compilation.
Check text backgrounds in your document, Hans made a few changes in the code to make it faster. Wolfgang
On Wed, 2012-02-22 at 22:08 +0100, Wolfgang Schuster wrote:
Check text backgrounds in your document, Hans made a few changes in the code to make it faster.
Any suggestions on what I should look for? Thanks. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Am 22.02.2012 um 22:17 schrieb Kip Warner:
On Wed, 2012-02-22 at 22:08 +0100, Wolfgang Schuster wrote:
Check text backgrounds in your document, Hans made a few changes in the code to make it faster.
Any suggestions on what I should look for? Thanks.
\starttextbackground Wolfgang
On Wed, 2012-02-22 at 22:21 +0100, Wolfgang Schuster wrote:
\starttextbackground
Wolfgang
I have the following defined in my environment: \definetextbackground[TimelineGeneralDocument][ location=paragraph, color=color_text, background=color, backgroundcolor=colour_page, framecolor=colour_text, topoffset=1.0cm, bottomoffset=1.0cm, leftoffset=1.0cm, rightoffset=1.0cm, before={ \blank[2*big] }, after={ \blank[2*big] }, style=small, corner=round, frame=on] I use it as such... \startTimelineGeneralDocument ...Some stuff... \stopTimelineGeneralDocument So I'm not really sure what I am suppose to do with \starttextbackground? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
Am 24.02.2012 um 01:12 schrieb Kip Warner:
On Wed, 2012-02-22 at 22:21 +0100, Wolfgang Schuster wrote:
\starttextbackground
Wolfgang
I have the following defined in my environment:
\definetextbackground[TimelineGeneralDocument][ location=paragraph, color=color_text, background=color, backgroundcolor=colour_page, framecolor=colour_text, topoffset=1.0cm, bottomoffset=1.0cm, leftoffset=1.0cm, rightoffset=1.0cm, before={ \blank[2*big] }, after={ \blank[2*big] }, style=small, corner=round, frame=on]
I use it as such...
\startTimelineGeneralDocument ...Some stuff... \stopTimelineGeneralDocument
So I'm not really sure what I am suppose to do with \starttextbackground?
You should make a minimal example with \starttextbackground which produces the same error as your document. Wolfgang
On Fri, 2012-02-24 at 05:34 +0100, Wolfgang Schuster wrote:
You should make a minimal example with \starttextbackground which produces the same error as your document.
As a minimal, it seems to work. But as part of my book, it bails with the following: graphics > invalid region for 'tbg:1' ! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530: attempt to index field 'list' (a nil value) stack traceback: /usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 'fetchmultipar' /usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function 'fetchmultipar' <main ctx instance>:1: in main chunk. \ctxcommand ...\directlua \zerocount {commands.#1} <argument> ...tipars {\MPvar {self}}{\MPanchorid } ; \includeMPgraphic {\MPv... \meta_process_graphic ...graphicformat ", \!!bs #1 ;\!!es , \!!bs \meta_flush... \anch_positions_meta_graphic_use ...#3\stopMPcode \endgroup \anch_positions_meta_graphic_nested ...graphic #2} \endgroup \anch_positions_meta_graphic_direct_indeed ...ame \removelastspace }\smashbo... ... l.206 I am using it as such: \starttextbackground[CodeExampleFrame] ... \stoptextbackground And the background is defined as such: \definetextbackground[CodeExampleFrame] [corner=round, frame=on, before={ \blank[2*big] }, after={ \blank[2*big] }, color=color_text, background=color, backgroundcolor=colour_page, framecolor=colour_text, location=paragraph, topoffset=0.5cm, bottomoffset=0.5cm, leftoffset=0.5cm, rightoffset=0.5cm] This is with ConTeXt version 2012.02.21 14:02 MKIV fmt: 2012.2.26. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
On 24-2-2012 01:12, Kip Warner wrote:
\definetextbackground[TimelineGeneralDocument][ location=paragraph, color=color_text, background=color, backgroundcolor=colour_page, framecolor=colour_text, topoffset=1.0cm, bottomoffset=1.0cm, leftoffset=1.0cm, rightoffset=1.0cm, before={ \blank[2*big] }, after={ \blank[2*big] }, style=small, corner=round, frame=on]
I use it as such...
\startTimelineGeneralDocument ....Some stuff... \stopTimelineGeneralDocument
So I'm not really sure what I am suppose to do with \starttextbackground?
apart from a funny corner at least it helps if the colors are defined \definecolor[colour_page][red] \definecolor[colour_text][green] -- ----------------------------------------------------------------- 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 -----------------------------------------------------------------
On Tue, 2012-02-28 at 13:20 +0100, Hans Hagen wrote:
apart from a funny corner at least it helps if the colors are defined
\definecolor[colour_page][red] \definecolor[colour_text][green]
Actually it doesn't. Even with the corner and colour variables removed, or the latter defined, it makes no difference: graphics > invalid region for 'tbg:1' ! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530: attempt to index field 'list' (a nil value) stack traceback: /usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 'fetchmultipar' /usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function 'fetchmultipar' <main ctx instance>:1: in main chunk. \ctxcommand ...\directlua \zerocount {commands.#1} <argument> ...tipars {\MPvar {self}}{\MPanchorid } ; \includeMPgraphic {\MPv... \meta_process_graphic ...graphicformat ", \!!bs #1 ;\!!es , \!!bs \meta_flush... \anch_positions_meta_graphic_use ...#3\stopMPcode \endgroup \anch_positions_meta_graphic_nested ...graphic #2} \endgroup \anch_positions_meta_graphic_direct_indeed ...ame \removelastspace }\smashbo... ... l.36 ... and the methane/oxygen return propellant. Using ConTeXt ver: 2012.02.21 14:02 MKIV fmt: 2012.2.28 int: english/english. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
participants (3)
-
Hans Hagen
-
Kip Warner
-
Wolfgang Schuster