Hi, I uploaded a new beta. Apart from some fixes the following has been added/changed. Some are side effects of discussions at the context meeting. - Default sorting now mixes upper and lowercase. - Some presentation styles had problems loading due to changes in the structure commands. - A few improvements to the (mixed) scite lexers / spell checkers (plus an experimental pdf lexer). - Export of some math scripts (ssty related) .. an other buglet mojca and I noticed has to wait for a luatex engine fix. - An extra alignment option 'last' to center the last line. - Missing references are now listed in the log file. - Segments can be specified as n:* (as n:100 looks somewhat weird). - Virtual math has been adapted to the latest insights in open type math. However, the biggest new thing is adapted cross document referencing. This was already possible but we could not yet load external references (as in mkii). See http://www.pragma-ade.com/general/magazines/mag-1103.pdf for how it works in mkiv. The test files cross-*.tex demonstrate a couple of things. If one uses the project structure, then one can process a component of a product and it will pick up references from the main product as well as (given normal circumstances) start at the right chapter number and page. Of course this is only a convenience option (for proofing) as there is a dependency on the state of the parent product. Given the fact that cross referencing data is spread over several data structures this was a somewhat complex exercise. As a side effect the tuc file now uses its own (temporary) namespace. Hopefully nothing breaks due to these changes. Hans ps. Wolfgang: strc-ref is now a mkvi file. ----------------------------------------------------------------- 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 10/01/2011 11:16 AM, Hans Hagen wrote:
Hi,
I uploaded a new beta. Apart from some fixes the following has been added/changed. Some are side effects of discussions at the context meeting.
However, the biggest new thing is adapted cross document referencing. This was already possible but we could not yet load external references (as in mkii). See
http://www.pragma-ade.com/general/magazines/mag-1103.pdf
for how it works in mkiv. The test files cross-*.tex demonstrate a couple of things. If one uses the project structure, then one can process a component of a product and it will pick up references from the main product as well as (given normal circumstances) start at the right chapter number and page. Of course this is only a convenience option (for proofing) as there is a dependency on the state of the parent product. Given the fact that cross referencing data is spread over several data structures this was a somewhat complex exercise. As a side effect the tuc file now uses its own (temporary) namespace.
Hopefully nothing breaks due to these changes.
Hi Hans, the cross-referencing is excellent new, I will have to play with it very soon! In the meantime, here's something which broke with the October beta (worked a week ago): \definelinenote [critical] \setupnote [critical] [rule=off,paragraph=yes,numbercommand=,inbetween=\hskip.5em\vl\hskip0.2em\vl\hskip.5em] \setupdescriptions[critical] [display=no,location=serried,distance=.5em] \setuplinenumbering[location=inner,step=5,method=page,style=\tfxx,align=left,distance=0.4em,width=0.4cm] \starttext ut \critical{labore et dolore magna aliquyam erat}, sed diam voluptua. At clita kasd gubergren \stoptext linenotes produce this error: ! Undefined control sequence. system > tex > error on line 10 in file test.tex: Undefined control sequence ... 1 \definelinenote [critical] 2 3 \setupnote [critical] [rule=off,paragraph=yes,numbercommand=,inbetween=\hskip.5em\vl\hskip0.2em\vl\hskip.5em] 4 \setupdescriptions[critical] [display=no,location=serried,distance=.5em] 5 6 \setuplinenumbering[location=inner,step=5,method=page,style=\tfxx,align=left,distance=0.4em,width=0.4cm] 7 8 \starttext 9 10 >> ut \critical{labore et dolore magna aliquyam erat}, sed diam voluptua. At 11 clita kasd gubergren 12 13 \stoptext 14 \@@expanded ->\dodosetreference {line}{lr:b:1}{conversion=numbers}{1} \mksomelinereference ... }{\the \linerefcounter }} \endgroup \mkstartlinereference ...wstartlinereference {#1}} \ignorespaces \someline [#1]->\mkstartlinereference {#1} \mkstoplinereference {#1} l.10 ...ical{labore et dolore magna aliquyam erat} , sed diam voluptua. At which may have something to do with the new reference management, I guess? All best Thomas
On 2-10-2011 18:16, Thomas A. Schmitz wrote:
the cross-referencing is excellent new, I will have to play with it very soon! In the meantime, here's something which broke with the October beta (worked a week ago):
fixed (just a forgotten low level rename) Hans ----------------------------------------------------------------- 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 10/02/2011 10:59 PM, Hans Hagen wrote:
On 2-10-2011 18:16, Thomas A. Schmitz wrote:
the cross-referencing is excellent new, I will have to play with it very soon! In the meantime, here's something which broke with the October beta (worked a week ago):
fixed (just a forgotten low level rename)
Hans
Great, I just tried, and it works again! Thanks for the quick fix! All best Thomas
Another problem: interactive links appear to be broken with the latest beta. This works with 2011.09.20, but not with the latest: \setupinteraction [state=start, color=darkblue] \useURL[luatex][http://www.luatex.org][][luatex website] \starttext Does this work? \from[luatex] \stoptext All best Thomas
On 3-10-2011 12:42, Thomas A. Schmitz wrote:
Another problem: interactive links appear to be broken with the latest beta. This works with 2011.09.20, but not with the latest:
\setupinteraction [state=start, color=darkblue]
\useURL[luatex][http://www.luatex.org][][luatex website]
\starttext
Does this work? \from[luatex]
\stoptext
fixed ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Sent wirelessly from my BlackBerry device on the Bell network.
Envoyé sans fil par mon terminal mobile BlackBerry sur le réseau de Bell.
-----Original Message-----
From: "Thomas A. Schmitz"
Hi,
I uploaded a new beta. Apart from some fixes the following has been added/changed. Some are side effects of discussions at the context meeting.
However, the biggest new thing is adapted cross document referencing. This was already possible but we could not yet load external references (as in mkii). See
http://www.pragma-ade.com/general/magazines/mag-1103.pdf
for how it works in mkiv. The test files cross-*.tex demonstrate a couple of things. If one uses the project structure, then one can process a component of a product and it will pick up references from the main product as well as (given normal circumstances) start at the right chapter number and page. Of course this is only a convenience option (for proofing) as there is a dependency on the state of the parent product. Given the fact that cross referencing data is spread over several data structures this was a somewhat complex exercise. As a side effect the tuc file now uses its own (temporary) namespace.
Hopefully nothing breaks due to these changes.
Hi Hans, the cross-referencing is excellent new, I will have to play with it very soon! In the meantime, here's something which broke with the October beta (worked a week ago): \definelinenote [critical] \setupnote [critical] [rule=off,paragraph=yes,numbercommand=,inbetween=\hskip.5em\vl\hskip0.2em\vl\hskip.5em] \setupdescriptions[critical] [display=no,location=serried,distance=.5em] \setuplinenumbering[location=inner,step=5,method=page,style=\tfxx,align=left,distance=0.4em,width=0.4cm] \starttext ut \critical{labore et dolore magna aliquyam erat}, sed diam voluptua. At clita kasd gubergren \stoptext linenotes produce this error: ! Undefined control sequence. system > tex > error on line 10 in file test.tex: Undefined control sequence ... 1 \definelinenote [critical] 2 3 \setupnote [critical] [rule=off,paragraph=yes,numbercommand=,inbetween=\hskip.5em\vl\hskip0.2em\vl\hskip.5em] 4 \setupdescriptions[critical] [display=no,location=serried,distance=.5em] 5 6 \setuplinenumbering[location=inner,step=5,method=page,style=\tfxx,align=left,distance=0.4em,width=0.4cm] 7 8 \starttext 9 10 >> ut \critical{labore et dolore magna aliquyam erat}, sed diam voluptua. At 11 clita kasd gubergren 12 13 \stoptext 14 \@@expanded ->\dodosetreference {line}{lr:b:1}{conversion=numbers}{1} \mksomelinereference ... }{\the \linerefcounter }} \endgroup \mkstartlinereference ...wstartlinereference {#1}} \ignorespaces \someline [#1]->\mkstartlinereference {#1} \mkstoplinereference {#1} l.10 ...ical{labore et dolore magna aliquyam erat} , sed diam voluptua. At which may have something to do with the new reference management, I guess? All best Thomas ___________________________________________________________________________________ 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 ___________________________________________________________________________________
Am 01.10.2011 um 11:16 schrieb Hans Hagen:
Hopefully nothing breaks due to these changes.
I can imagine that my problem below is related to that: Attached you may find the same minimal bib/cite test two times: 1) as standalone "bib_test.tex" 2) and as part of a project structure "chap_X.tex" With an older MkIV (2011.05.14) both had the same output. With a more recent (2011.10.01) the author name is gone, when run from within the project structure! Steffen
participants (4)
-
emmanuela.asante@gmail.com
-
Hans Hagen
-
Steffen Wolfrum
-
Thomas A. Schmitz