ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* "Remember picture" does not work (again)
@ 2020-04-07  2:07 Jairo A. del Rio
  2020-04-07  2:25 ` Aditya Mahajan
  2020-04-07  7:32 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Jairo A. del Rio @ 2020-04-07  2:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I've tried using the fix in https://tex.stackexchange.com/a/492197/193767
in order to make TikX's remember picture feature usable, Code below, just
in case:

\unprotect% This fixes the present
bug\unexpanded\def\pdflastxpos{\numexpr\clf_lastxpos\relax}\unexpanded\def\pdflastypos{\numexpr\clf_lastypos\relax}%
This might be needed if you run PGF 3.1.3% see
https://github.com/pgf-tikz/pgf/issues/675\def\XC@tgt@mod#1{#1}\def\XC@sdef#1#2{\edef#1{#2}}\protect\usemodule[tikz]\starttext\starttikzpicture[remember
picture]
     \node (A) {Node 1};\stoptikzpicture
Hi world\starttikzpicture[remember picture]
    \node (B) {Node
2};\stoptikzpicture\starttikzpicture[overlay,remember picture]
    \draw (B) --++(0,0.5) -| (A);\stoptikzpicture\stoptext


However, the following appears:

l.1 6

120806

\lastxpos ->\clf_lastxpos

<write> \noexpand \pgfsyspdfmark {pgfid1}{\the \lastxpos

}{\the \lastypos }

<inserted text>

}\endwrite

<argument> \shipoutscratchbox

\page_shipout_box #1->\clf_shipoutpage #1

\relax \setbox #1\emptybox \global ...

...

l.20 \stoptext


I use LuaTeX 1.10 7127 + ConTeXt MkIV 2019.03.21 21:39 (TeX Live version),
in case this helps. Is another fix necessary? A Metapost alternative would
be fine, too.

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: "Remember picture" does not work (again)
  2020-04-07  2:07 "Remember picture" does not work (again) Jairo A. del Rio
@ 2020-04-07  2:25 ` Aditya Mahajan
  2020-04-07  7:32 ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2020-04-07  2:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 6 Apr 2020, Jairo A. del Rio wrote:

> A Metapost alternative would be fine, too.

See Chapter 5 of the metafun manual, which describes how anchors and 
position graphics.


Aditya
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: "Remember picture" does not work (again)
  2020-04-07  2:07 "Remember picture" does not work (again) Jairo A. del Rio
  2020-04-07  2:25 ` Aditya Mahajan
@ 2020-04-07  7:32 ` Hans Hagen
  2020-04-07 11:18   ` Jairo A. del Rio
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2020-04-07  7:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Jairo A. del Rio

On 4/7/2020 4:07 AM, Jairo A. del Rio wrote:
> I've tried using the fix in 
> https://tex.stackexchange.com/a/492197/193767 in order to make TikX's 
> remember picture feature usable, Code below, just in case:
> 
> |\unprotect% This fixes the present 
> bug\unexpanded\def\pdflastxpos{\numexpr\clf_lastxpos\relax}\unexpanded\def\pdflastypos{\numexpr\clf_lastypos\relax}% 
> This might be needed if you run PGF 3.1.3% see 
> https://github.com/pgf-tikz/pgf/issues/675\def\XC@tgt@mod#1{#1}\def\XC@sdef#1#2{\edef#1{#2}}\protect\usemodule[tikz]\starttext\starttikzpicture[remember 
> picture]\node(A){Node 1}; \stoptikzpictureHi world 
> \starttikzpicture[remember picture]\node(B){Node 2}; 
> \stoptikzpicture\starttikzpicture[overlay,remember 
> picture]\draw(B)--++(0,0.5)-| (A); \stoptikzpicture\stoptext|


\unprotect

\ifcase\contextlmtxmode \else
     \unexpanded\def\pdflastxpos{\numexpr\clf_lastxpos\relax}
     \unexpanded\def\pdflastypos{\numexpr\clf_lastypos\relax}
\fi

% This might be needed if you run PGF 3.1.3
% see https://github.com/pgf-tikz/pgf/issues/675

% \def\XC@tgt@mod  #1{#1}
% \let\XC@sdef\edef

\protect

\usemodule[tikz]

> 
> However, the following appears:
> 
> l.1 6
> 
> 120806
> 
> \lastxpos ->\clf_lastxpos
> 
> <write> \noexpand \pgfsyspdfmark {pgfid1}{\the \lastxpos
> 
> }{\the \lastypos }
> 
> <inserted text>
> 
> }\endwrite
> 
> <argument> \shipoutscratchbox
> 
> \page_shipout_box #1->\clf_shipoutpage #1
> 
> \relax \setbox #1\emptybox \global ...
> 
> ...
> 
> l.20 \stoptext
> 
> 
> I use LuaTeX 1.10 7127 + ConTeXt MkIV 2019.03.21 21:39 (TeX Live 
> version), in case this helps. Is another fix necessary? A Metapost 
> alternative would be fine, too.
> 
> 
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: "Remember picture" does not work (again)
  2020-04-07  7:32 ` Hans Hagen
@ 2020-04-07 11:18   ` Jairo A. del Rio
  2020-04-18  0:12     ` Jairo A. del Rio
  0 siblings, 1 reply; 5+ messages in thread
From: Jairo A. del Rio @ 2020-04-07 11:18 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


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

It does not work. I get the following error message:

You can't use `the character 6' after \the


l.1 6

120806

\lastxpos ->\clf_lastxpos

<write> \noexpand \pgfsyspdfmark {pgfid1}{\the \lastxpos

}{\the \lastypos }

<inserted text>

}\endwrite

<argument> \shipoutscratchbox

\page_shipout_box #1->\clf_shipoutpage #1

\relax \setbox #1\emptybox \global ...

...

l.22 \stoptext

El mar., 7 de abr. de 2020 a la(s) 02:32, Hans Hagen (j.hagen@xs4all.nl)
escribió:

> On 4/7/2020 4:07 AM, Jairo A. del Rio wrote:
> > I've tried using the fix in
> > https://tex.stackexchange.com/a/492197/193767 in order to make TikX's
> > remember picture feature usable, Code below, just in case:
> >
> > |\unprotect% This fixes the present
> >
> bug\unexpanded\def\pdflastxpos{\numexpr\clf_lastxpos\relax}\unexpanded\def\pdflastypos{\numexpr\clf_lastypos\relax}%
>
> > This might be needed if you run PGF 3.1.3% see
> >
> https://github.com/pgf-tikz/pgf/issues/675\def\XC@tgt@mod#1{#1}\def\XC@sdef#1#2{\edef#1{#2}}\protect\usemodule[tikz]\starttext\starttikzpicture[remember
> > picture]\node(A){Node 1}; \stoptikzpictureHi world
> > \starttikzpicture[remember picture]\node(B){Node 2};
> > \stoptikzpicture\starttikzpicture[overlay,remember
> > picture]\draw(B)--++(0,0.5)-| (A); \stoptikzpicture\stoptext|
>
>
> \unprotect
>
> \ifcase\contextlmtxmode \else
>      \unexpanded\def\pdflastxpos{\numexpr\clf_lastxpos\relax}
>      \unexpanded\def\pdflastypos{\numexpr\clf_lastypos\relax}
> \fi
>
> % This might be needed if you run PGF 3.1.3
> % see https://github.com/pgf-tikz/pgf/issues/675
>
> % \def\XC@tgt@mod  #1{#1}
> % \let\XC@sdef\edef
>
> \protect
>
> \usemodule[tikz]
>
> >
> > However, the following appears:
> >
> > l.1 6
> >
> > 120806
> >
> > \lastxpos ->\clf_lastxpos
> >
> > <write> \noexpand \pgfsyspdfmark {pgfid1}{\the \lastxpos
> >
> > }{\the \lastypos }
> >
> > <inserted text>
> >
> > }\endwrite
> >
> > <argument> \shipoutscratchbox
> >
> > \page_shipout_box #1->\clf_shipoutpage #1
> >
> > \relax \setbox #1\emptybox \global ...
> >
> > ...
> >
> > l.20 \stoptext
> >
> >
> > I use LuaTeX 1.10 7127 + ConTeXt MkIV 2019.03.21 21:39 (TeX Live
> > version), in case this helps. Is another fix necessary? A Metapost
> > alternative would be fine, too.
> >
> >
> >
> ___________________________________________________________________________________
> > 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://context.aanhet.net
> > archive  : https://bitbucket.org/phg/context-mirror/commits/
> > wiki     : http://contextgarden.net
> >
> ___________________________________________________________________________________
> >
>
>
> --
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
>

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: "Remember picture" does not work (again)
  2020-04-07 11:18   ` Jairo A. del Rio
@ 2020-04-18  0:12     ` Jairo A. del Rio
  0 siblings, 0 replies; 5+ messages in thread
From: Jairo A. del Rio @ 2020-04-18  0:12 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


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

Sorry, I tested again and it worked. Thank you very much.

El mar., 7 de abr. de 2020 a la(s) 06:18, Jairo A. del Rio (
jairoadelrio6@gmail.com) escribió:

> It does not work. I get the following error message:
>
> You can't use `the character 6' after \the
>
>
> l.1 6
>
> 120806
>
> \lastxpos ->\clf_lastxpos
>
> <write> \noexpand \pgfsyspdfmark {pgfid1}{\the \lastxpos
>
> }{\the \lastypos }
>
> <inserted text>
>
> }\endwrite
>
> <argument> \shipoutscratchbox
>
> \page_shipout_box #1->\clf_shipoutpage #1
>
> \relax \setbox #1\emptybox \global ...
>
> ...
>
> l.22 \stoptext
>
> El mar., 7 de abr. de 2020 a la(s) 02:32, Hans Hagen (j.hagen@xs4all.nl)
> escribió:
>
>> On 4/7/2020 4:07 AM, Jairo A. del Rio wrote:
>> > I've tried using the fix in
>> > https://tex.stackexchange.com/a/492197/193767 in order to make TikX's
>> > remember picture feature usable, Code below, just in case:
>> >
>> > |\unprotect% This fixes the present
>> >
>> bug\unexpanded\def\pdflastxpos{\numexpr\clf_lastxpos\relax}\unexpanded\def\pdflastypos{\numexpr\clf_lastypos\relax}%
>>
>> > This might be needed if you run PGF 3.1.3% see
>> >
>> https://github.com/pgf-tikz/pgf/issues/675\def\XC@tgt@mod#1{#1}\def\XC@sdef#1#2{\edef#1{#2}}\protect\usemodule[tikz]\starttext\starttikzpicture[remember
>> > picture]\node(A){Node 1}; \stoptikzpictureHi world
>> > \starttikzpicture[remember picture]\node(B){Node 2};
>> > \stoptikzpicture\starttikzpicture[overlay,remember
>> > picture]\draw(B)--++(0,0.5)-| (A); \stoptikzpicture\stoptext|
>>
>>
>> \unprotect
>>
>> \ifcase\contextlmtxmode \else
>>      \unexpanded\def\pdflastxpos{\numexpr\clf_lastxpos\relax}
>>      \unexpanded\def\pdflastypos{\numexpr\clf_lastypos\relax}
>> \fi
>>
>> % This might be needed if you run PGF 3.1.3
>> % see https://github.com/pgf-tikz/pgf/issues/675
>>
>> % \def\XC@tgt@mod  #1{#1}
>> % \let\XC@sdef\edef
>>
>> \protect
>>
>> \usemodule[tikz]
>>
>> >
>> > However, the following appears:
>> >
>> > l.1 6
>> >
>> > 120806
>> >
>> > \lastxpos ->\clf_lastxpos
>> >
>> > <write> \noexpand \pgfsyspdfmark {pgfid1}{\the \lastxpos
>> >
>> > }{\the \lastypos }
>> >
>> > <inserted text>
>> >
>> > }\endwrite
>> >
>> > <argument> \shipoutscratchbox
>> >
>> > \page_shipout_box #1->\clf_shipoutpage #1
>> >
>> > \relax \setbox #1\emptybox \global ...
>> >
>> > ...
>> >
>> > l.20 \stoptext
>> >
>> >
>> > I use LuaTeX 1.10 7127 + ConTeXt MkIV 2019.03.21 21:39 (TeX Live
>> > version), in case this helps. Is another fix necessary? A Metapost
>> > alternative would be fine, too.
>> >
>> >
>> >
>> ___________________________________________________________________________________
>> > 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://context.aanhet.net
>> > archive  : https://bitbucket.org/phg/context-mirror/commits/
>> > wiki     : http://contextgarden.net
>> >
>> ___________________________________________________________________________________
>> >
>>
>>
>> --
>>
>> -----------------------------------------------------------------
>>                                            Hans Hagen | PRAGMA ADE
>>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>>         tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
>> -----------------------------------------------------------------
>>
>

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2020-04-18  0:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07  2:07 "Remember picture" does not work (again) Jairo A. del Rio
2020-04-07  2:25 ` Aditya Mahajan
2020-04-07  7:32 ` Hans Hagen
2020-04-07 11:18   ` Jairo A. del Rio
2020-04-18  0:12     ` Jairo A. del Rio

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