* Broken Nightly?
@ 2012-06-25 23:59 Kip Warner
2012-06-26 3:27 ` Wolfgang Schuster
0 siblings, 1 reply; 12+ messages in thread
From: Kip Warner @ 2012-06-25 23:59 UTC (permalink / raw)
To: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 1148 bytes --]
Hey list,
I'm using ConTeXt 2012.06.25 and I noticed a broken compilation of my
book:
! Undefined control sequence.
<argument> \@@efinteraction
\doifnot #1#2->\edef \m_syst_string_one {#1
}\edef \m_syst_string_two
{#2}\if...
<argument> \doifnot \@@efinteraction \v!none
\grph_epdf_add_overlay
\firstofoneargument #1->#1
<inserted text> ...v!none \grph_epdf_add_overlay }
\fi
\grph_include_finalize ...nalfigurepostprocessors
\edef \p_reset
{\externalf...
...
l.42 ...eativecommons.org/licenses/by-nc-sa/3.0/)]
? E
You want to edit file Handbook.tex at line 42
The actual file can be found here:
<https://bazaar.launchpad.net/~avaneya/avaneya/trunk/view/head:/Documentation/Contributors/Handbook/Handbook.tex>
--
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 12+ messages in thread
* Re: Broken Nightly?
2012-06-25 23:59 Broken Nightly? Kip Warner
@ 2012-06-26 3:27 ` Wolfgang Schuster
2012-06-26 4:36 ` Kip Warner
0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Schuster @ 2012-06-26 3:27 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Kip Warner, Hans Hagen
Am 26.06.2012 um 01:59 schrieb Kip Warner:
> Hey list,
>
> I'm using ConTeXt 2012.06.25 and I noticed a broken compilation of my
> book:
grph-epd.mkiv (untested):
\startsetups system:graphics:epdf
%\ctxlua{figures.mergegoodies("\@@efinteraction")}%
\ctxlua{figures.mergegoodies("\externalfiguresparameter\c!interaction")}%
\reference[\figurereference]{}% todo: dest area
\stopsetups
and
\appendtoks
\iflocation
%\doif\figurefiletype{pdf}{\doifnot\@@efinteraction\v!none\grph_epdf_add_overlay}%
\doif\figurefiletype{pdf}{\doifnot{\externalfiguresparameter\c!interaction}\v!none\grph_epdf_add_overlay}%
\fi
\to \externalfigurepostprocessors
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 : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Broken Nightly?
2012-06-26 3:27 ` Wolfgang Schuster
@ 2012-06-26 4:36 ` Kip Warner
2012-06-26 8:57 ` Hans Hagen
0 siblings, 1 reply; 12+ messages in thread
From: Kip Warner @ 2012-06-26 4:36 UTC (permalink / raw)
To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users, Hans Hagen
[-- Attachment #1.1: Type: text/plain, Size: 1709 bytes --]
On Tue, 2012-06-26 at 05:27 +0200, Wolfgang Schuster wrote:
> grph-epd.mkiv (untested):
>
> \startsetups system:graphics:epdf
> %\ctxlua{figures.mergegoodies("\@@efinteraction")}%
> \ctxlua{figures.mergegoodies("\externalfiguresparameter\c!interaction")}%
> \reference[\figurereference]{}% todo: dest area
> \stopsetups
>
> and
>
> \appendtoks
> \iflocation
> %\doif\figurefiletype{pdf}{\doifnot\@@efinteraction\v!none\grph_epdf_add_overlay}%
> \doif\figurefiletype{pdf}{\doifnot{\externalfiguresparameter\c!interaction}\v!none\grph_epdf_add_overlay}%
> \fi
> \to \externalfigurepostprocessors
Hey Wolfgang. Thanks for your expeditious reply. I patched grph-epd.mkiv
as directed and got the following error on the same file / line
(Handbook.tex:42),
! Undefined control sequence.
<argument> \@@efinteraction
\doifnot #1#2->\edef \m_syst_string_one {#1
}\edef \m_syst_string_two
{#2}\if...
<argument> \doifnot \@@efinteraction \v!none
\grph_epdf_add_overlay
\firstofoneargument #1->#1
<inserted text> ...v!none \grph_epdf_add_overlay }
\fi
\grph_include_finalize ...nalfigurepostprocessors
\edef \p_reset
{\externalf...
...
l.42 ...eativecommons.org/licenses/by-nc-sa/3.0/)]
? E
You want to edit file Handbook.tex at line 42
--
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 12+ messages in thread
* Re: Broken Nightly?
2012-06-26 4:36 ` Kip Warner
@ 2012-06-26 8:57 ` Hans Hagen
2012-06-26 17:29 ` Kip Warner
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: Hans Hagen @ 2012-06-26 8:57 UTC (permalink / raw)
To: Kip Warner; +Cc: mailing list for ConTeXt users
On 26-6-2012 06:36, Kip Warner wrote:
> On Tue, 2012-06-26 at 05:27 +0200, Wolfgang Schuster wrote:
>> grph-epd.mkiv (untested):
>>
>> \startsetups system:graphics:epdf
>> %\ctxlua{figures.mergegoodies("\@@efinteraction")}%
>> \ctxlua{figures.mergegoodies("\externalfiguresparameter\c!interaction")}%
>> \reference[\figurereference]{}% todo: dest area
>> \stopsetups
>>
>> and
>>
>> \appendtoks
>> \iflocation
>> %\doif\figurefiletype{pdf}{\doifnot\@@efinteraction\v!none\grph_epdf_add_overlay}%
>> \doif\figurefiletype{pdf}{\doifnot{\externalfiguresparameter\c!interaction}\v!none\grph_epdf_add_overlay}%
>> \fi
>> \to \externalfigurepostprocessors
>
> Hey Wolfgang. Thanks for your expeditious reply. I patched grph-epd.mkiv
> as directed and got the following error on the same file / line
> (Handbook.tex:42),
>
> ! Undefined control sequence.
> <argument> \@@efinteraction
fixed in next beta
-----------------------------------------------------------------
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] 12+ messages in thread
* Re: Broken Nightly?
2012-06-26 8:57 ` Hans Hagen
@ 2012-06-26 17:29 ` Kip Warner
2012-06-27 7:07 ` Kip Warner
` (2 subsequent siblings)
3 siblings, 0 replies; 12+ messages in thread
From: Kip Warner @ 2012-06-26 17:29 UTC (permalink / raw)
To: Hans Hagen; +Cc: mailing list for ConTeXt users, jtantogo-1
[-- Attachment #1.1: Type: text/plain, Size: 242 bytes --]
On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
> fixed in next beta
Thanks Hans. Nice work. Will let you know if it works.
--
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 12+ messages in thread
* Re: Broken Nightly?
2012-06-26 8:57 ` Hans Hagen
2012-06-26 17:29 ` Kip Warner
@ 2012-06-27 7:07 ` Kip Warner
2012-06-27 12:17 ` Wolfgang Schuster
2012-06-28 2:50 ` Kip Warner
2012-06-29 5:50 ` Kip Warner
3 siblings, 1 reply; 12+ messages in thread
From: Kip Warner @ 2012-06-27 7:07 UTC (permalink / raw)
To: Hans Hagen; +Cc: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 994 bytes --]
On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
>
> fixed in next beta
Hey Hans. This is what I got on the same line:
! Undefined control sequence.
<argument> \externalfigureparameter
\c!interaction
\doifnot #1#2->\edef \m_syst_string_one {#1
}\edef \m_syst_string_two
{#2}\if...
<argument> ...reparameter \c!interaction }\v!none
\grph_epdf_add_overlay
\firstofoneargument #1->#1
<inserted text> ...v!none \grph_epdf_add_overlay }
\fi
\grph_include_finalize ...nalfigurepostprocessors
\edef \p_reset
{\externalf...
...
l.42 ...eativecommons.org/licenses/by-nc-sa/3.0/)]
I'm running ConTeXt 2012.06.26. Perhaps that isn't new enough?
--
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 12+ messages in thread
* Re: Broken Nightly?
2012-06-27 7:07 ` Kip Warner
@ 2012-06-27 12:17 ` Wolfgang Schuster
2012-06-27 18:50 ` Kip Warner
0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Schuster @ 2012-06-27 12:17 UTC (permalink / raw)
To: Kip Warner; +Cc: mailing list for ConTeXt users, Hans Hagen
Am 27.06.2012 um 09:07 schrieb Kip Warner:
> On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
>>
>> fixed in next beta
>
> Hey Hans. This is what I got on the same line:
Hans missed the “s” in \externalfiguresparameter\c!…
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 : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Broken Nightly?
2012-06-27 12:17 ` Wolfgang Schuster
@ 2012-06-27 18:50 ` Kip Warner
0 siblings, 0 replies; 12+ messages in thread
From: Kip Warner @ 2012-06-27 18:50 UTC (permalink / raw)
To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users, Hans Hagen
[-- Attachment #1.1: Type: text/plain, Size: 266 bytes --]
On Wed, 2012-06-27 at 14:17 +0200, Wolfgang Schuster wrote:
> Hans missed the “s” in \externalfiguresparameter\c!…
So much for German precision ;)
--
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 12+ messages in thread
* Re: Broken Nightly?
2012-06-26 8:57 ` Hans Hagen
2012-06-26 17:29 ` Kip Warner
2012-06-27 7:07 ` Kip Warner
@ 2012-06-28 2:50 ` Kip Warner
2012-06-28 3:31 ` Wolfgang Schuster
2012-06-29 5:50 ` Kip Warner
3 siblings, 1 reply; 12+ messages in thread
From: Kip Warner @ 2012-06-28 2:50 UTC (permalink / raw)
To: Hans Hagen; +Cc: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 1397 bytes --]
On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
> fixed in next beta
Hey Hans. So I recompiled the book with ConTeXt 2012.06.27 and it still
breaks:
! Undefined control sequence.
\423>unknown ...\dimexpr #2\dimexpr \@@exbodyfont
/10\relax \relax
\grph_scale_by_factor_d ...t \d_grph_scale_v_size
\grph_scale_calculate_norm...
\grph_scale_calculations_yes ...h_scale_by_factor
\fi \ifconditional
\c_grph...
\grph_scale_calculate ...h_scale_calculations_yes
\fi \fi \fi
\syst_boxes_with_next_box ...grph_scale_calculate
\ifconditional
\c_grph_sca...
\doscalefigure ...re {\box \foundexternalfigure }}
}
...
l.45 ...he jenya is \externalfigure[jenya_inline].
E
? You want to edit file Game_World/Economics_and_Commerce.tex at line 1
This is the file it is referring to. Note that line 1 is just a comment.
<https://bazaar.launchpad.net/~avaneya/avaneya/trunk/view/head:/Documentation/Contributors/Handbook/Game_World/Economics_and_Commerce.tex>
--
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 12+ messages in thread
* Re: Broken Nightly?
2012-06-28 2:50 ` Kip Warner
@ 2012-06-28 3:31 ` Wolfgang Schuster
2012-06-28 3:50 ` Kip Warner
0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Schuster @ 2012-06-28 3:31 UTC (permalink / raw)
To: Kip Warner; +Cc: mailing list for ConTeXt users, Hans Hagen
Am 28.06.2012 um 04:50 schrieb Kip Warner:
> On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
>> fixed in next beta
>
> Hey Hans. So I recompiled the book with ConTeXt 2012.06.27 and it still
> breaks:
grph-trf.mkiv
%\setvalue{\??scalenorm\v!broad }#1#2#3#4#5{\global#1\dimexpr#5-4\@@exbodyfont\relax}
%\setvalue{\??scalenorm\s!unknown}#1#2#3#4#5{\global#1\dimexpr#2\dimexpr\@@exbodyfont/10\relax\relax} % brr ex
\setvalue{\??scalenorm\v!broad }#1#2#3#4#5{\global#1\dimexpr#5-4\externalfiguresparameter\c!bodyfont\relax}
\setvalue{\??scalenorm\s!unknown}#1#2#3#4#5{\global#1\dimexpr#2\dimexpr\externalfiguresparameter\c!bodyfont/10\relax\relax} % brr ex
@Kip: When you make a change in a core file you have to regenerate the format (context --make).
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 : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Broken Nightly?
2012-06-28 3:31 ` Wolfgang Schuster
@ 2012-06-28 3:50 ` Kip Warner
0 siblings, 0 replies; 12+ messages in thread
From: Kip Warner @ 2012-06-28 3:50 UTC (permalink / raw)
To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users, Hans Hagen
[-- Attachment #1.1: Type: text/plain, Size: 1071 bytes --]
On Thu, 2012-06-28 at 05:31 +0200, Wolfgang Schuster wrote:
> grph-trf.mkiv
>
> %\setvalue{\??scalenorm\v!broad }#1#2#3#4#5{\global#1\dimexpr#5-4\@@exbodyfont\relax}
> %\setvalue{\??scalenorm\s!unknown}#1#2#3#4#5{\global#1\dimexpr#2\dimexpr\@@exbodyfont/10\relax\relax} % brr ex
> \setvalue{\??scalenorm\v!broad }#1#2#3#4#5{\global#1\dimexpr#5-4\externalfiguresparameter\c!bodyfont\relax}
> \setvalue{\??scalenorm\s!unknown}#1#2#3#4#5{\global#1\dimexpr#2\dimexpr\externalfiguresparameter\c!bodyfont/10\relax\relax} % brr ex
Hey Wolfgang. I patched the file as recommended and still the same error
message.
> @Kip: When you make a change in a core file you have to regenerate the format (context --make).
I always clear ~/.texmf-var after updating ConTeXt. But I also ran
context --make as well this time, although that is run automatically
when ~/.texmf-var is empty, no? Regardless, I did both prior to
recompiling and got the same error.
--
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 12+ messages in thread
* Re: Broken Nightly?
2012-06-26 8:57 ` Hans Hagen
` (2 preceding siblings ...)
2012-06-28 2:50 ` Kip Warner
@ 2012-06-29 5:50 ` Kip Warner
3 siblings, 0 replies; 12+ messages in thread
From: Kip Warner @ 2012-06-29 5:50 UTC (permalink / raw)
To: Hans Hagen; +Cc: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 240 bytes --]
On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
> fixed in next beta
Hey Hans. Works now in 2012.06.28. Thanks a lot =)
--
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 12+ messages in thread
end of thread, other threads:[~2012-06-29 5:50 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-25 23:59 Broken Nightly? Kip Warner
2012-06-26 3:27 ` Wolfgang Schuster
2012-06-26 4:36 ` Kip Warner
2012-06-26 8:57 ` Hans Hagen
2012-06-26 17:29 ` Kip Warner
2012-06-27 7:07 ` Kip Warner
2012-06-27 12:17 ` Wolfgang Schuster
2012-06-27 18:50 ` Kip Warner
2012-06-28 2:50 ` Kip Warner
2012-06-28 3:31 ` Wolfgang Schuster
2012-06-28 3:50 ` Kip Warner
2012-06-29 5:50 ` Kip Warner
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).