Re: [NTG-context] Synctex broken in LMTX ?

2021-05-29 Thread Nicola
On 2021-05-16, Hans Hagen  wrote:
> now, here is something to think about:
>
> >mtxrun --script synctex --list
> mtx-synctex | invalid synctex log file %a

I've got a positive feedback, and an agenda, from Richard Koch for
supporting ConTeXt's syncing mechanism (including the PDF->TeX
direction, which hopefully will land soon in beta, if it hasn't
already).

Just one clarification: does this work only for ConTeXt, or is it based
on LuaTeX regardless of what is being typeset?

Nicola


___
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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-21 Thread Nicola
On 2021-05-21, Hans Hagen  wrote:
> On 5/21/2021 10:50 AM, Nicola wrote:
>> On 2021-05-20, Hans Hagen  wrote:
>>
 One thing he asked is what I was asking you: it
 would be useful if there were a way to sync in the other direction as
 well.
>>> You mean sort of trying to deduce from the synctex file where to go in
>>> the pdf?
>>
>> Yes. You provide a .tex file and a line number, and maybe also an
>> optional column number, and mtxrun outputs a .pdf file, a page number
>> and a coordinate pair or bounding box (I don't know what the best output
>> is).
>
> define 'tex file' ... is that the master file? in that case we're
> talking about the 'foo.synctex file' because how does a tex file knows
> what pdf is related?

Good point. I don't know how/if searching from source to PDF works in
TeXShop when the source is split into several files.

Nicola

___
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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-21 Thread Hans Hagen

On 5/21/2021 10:50 AM, Nicola wrote:

On 2021-05-20, Hans Hagen  wrote:


One thing he asked is what I was asking you: it
would be useful if there were a way to sync in the other direction as
well.

You mean sort of trying to deduce from the synctex file where to go in
the pdf?


Yes. You provide a .tex file and a line number, and maybe also an
optional column number, and mtxrun outputs a .pdf file, a page number
and a coordinate pair or bounding box (I don't know what the best output
is).


define 'tex file' ... is that the master file? in that case we're 
talking about the 'foo.synctex file' because how does a tex file knows 
what pdf is related?



When the 'call external program' approach is used I can have an
alternative (lua) output that is easier and might do that (less work).
Lets first go one direction.


Dick prefers to tackle both directions at once: maybe you can coordinate
with each other.


I only have a very old macbook and an old imac i once got so no real
equipment to test anythign modern.


I'd be happy to help, and I am sure other users are interested, too.

Nicola

___
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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-21 Thread Nicola
On 2021-05-20, Hans Hagen  wrote:

>> One thing he asked is what I was asking you: it
>> would be useful if there were a way to sync in the other direction as
>> well.
> You mean sort of trying to deduce from the synctex file where to go in
> the pdf?

Yes. You provide a .tex file and a line number, and maybe also an
optional column number, and mtxrun outputs a .pdf file, a page number
and a coordinate pair or bounding box (I don't know what the best output
is).

> When the 'call external program' approach is used I can have an
> alternative (lua) output that is easier and might do that (less work).
> Lets first go one direction.

Dick prefers to tackle both directions at once: maybe you can coordinate
with each other.

> I only have a very old macbook and an old imac i once got so no real
> equipment to test anythign modern.

I'd be happy to help, and I am sure other users are interested, too.

Nicola

___
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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-20 Thread Hans Hagen

On 5/20/2021 9:38 PM, Nicola wrote:

On 2021-05-16, Hans Hagen  wrote:

On 5/16/2021 5:30 PM, Nicola wrote:


Anyway, I am positive that he is willing to support ConTeXt in the best
possible way...


Sure. I met him a few times. Definitely an asset for the tex community.


see? the info is just there, so you can try to convince the texshop
creator to support this:

 -- call an external program with these arrguments (the texhop editor
knows the positions as it has the viewer built in)
 -- go to reported file and line


...which could be as well this.

Feel free to ask him,


I've got a positive feedback, and the summer as an estimated time to
start working on it. One thing he asked is what I was asking you: it
would be useful if there were a way to sync in the other direction as
well.
You mean sort of trying to deduce from the synctex file where to go in 
the pdf? When the 'call external program' approach is used I can have an 
alternative (lua) output that is easier and might do that (less work). 
Lets first go one direction.


I only have a very old macbook and an old imac i once got so no real 
equipment to test anythign modern.


Hans


-
  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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-20 Thread Nicola
On 2021-05-16, Hans Hagen  wrote:
> On 5/16/2021 5:30 PM, Nicola wrote:
>
>> Anyway, I am positive that he is willing to support ConTeXt in the best
>> possible way...
>
> Sure. I met him a few times. Definitely an asset for the tex community.
>
>>> see? the info is just there, so you can try to convince the texshop
>>> creator to support this:
>>>
>>> -- call an external program with these arrguments (the texhop editor
>>> knows the positions as it has the viewer built in)
>>> -- go to reported file and line
>>
>> ...which could be as well this.
> Feel free to ask him,

I've got a positive feedback, and the summer as an estimated time to
start working on it. One thing he asked is what I was asking you: it
would be useful if there were a way to sync in the other direction as
well.

Nicola

___
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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-17 Thread Nicola
On 2021-05-16, Hans Hagen  wrote:
> On 5/16/2021 5:30 PM, Nicola wrote:
>
>>> see? the info is just there, so you can try to convince the texshop
>>> creator to support this:
>>>
>>> -- call an external program with these arrguments (the texhop editor
>>> knows the positions as it has the viewer built in)
>>> -- go to reported file and line
>>
>> ...which could be as well this.
> Feel free to ask him,

I will. Two things:

1. can you also go the other way with mtxrun (determine position in the
   PDF from a line in the source file)?

2. It seems that --editor has no effect:

$ mtxrun --script synctex --edit --line=6 --editor=/usr/local/bin/vim 
WriteUp.tex
sh: SciTE: command not found

$ mtxrun --script synctex --goto --page=2 --x=150 --y=200 --editor=gvim 
WriteUp.synctex
sh: SciTE: command not found

Am I doing anything wrong?

Nicola

___
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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-16 Thread Hans Hagen

On 5/16/2021 5:30 PM, Nicola wrote:


It works just fine. Add this line at the top of your document:

  % !TEX useOldSyncParser

I also have:

\setupsynctex[state=start,method=min]

I am not sure whether method=min is necessary.


normally not ...


Richard Koch, however, has been incredible, IMO, in supporting the macOS
community (already before Mac OS X 10.0!) with TeXShop. In particular,
he went to great lengths to make syncing work in TeXShop for both
ConTeXt and LaTeX. The current problem is only with external editors,
and it is because the directive above is not read by TeXShop when using
an external editor.


Indeed, and he also had to adapt to changing apple policies and so.


Anyway, I am positive that he is willing to support ConTeXt in the best
possible way...


Sure. I met him a few times. Definitely an asset for the tex community.


see? the info is just there, so you can try to convince the texshop
creator to support this:

-- call an external program with these arrguments (the texhop editor
knows the positions as it has the viewer built in)
-- go to reported file and line


...which could be as well this.

Feel free to ask him,

Hans


-
  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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-16 Thread Otared Kavian
Hi Hans and Nicola,

Thank you for your attention and your answers.

As a matter of fact I am aware that when using ConTeXt with TeXShop one has to 
add on the first line

% !TEX useOldSyncParser

and then setup synctex with

\setupsynctex[state=start,method=min]

(or method=max, or just ignoring that part). In the test file I sent this 
morning, I left out that « % !TEX useOldSyncParser » line, but on my machine, 
with or without it the situation does not change.

In fact a few years ago I was in touch with Richard Koch about the issue and we 
exchanged a few emails and testings, after which he added a Special Comment 
menu item for « % !TEX useOldSyncParser ». 
The ConTeXt code for synctex used to work fine, but beginning last year (if I 
remember well) the behaviour became somewhat unstable (again on my machine). It 
seems that the content which goes on the first page of the PDF file remains out 
of synctex when the file is typeset with LMTX. The same TeX file produces the 
correct synctex result when typeset with mkiv from TeXLive 2020 (version 
2020.03.10 14:44).

Indeed, one can compare the « filename.synctex » files obtained with LMTX and 
mkiv, to observe the differences, but I am unable to interpret why those 
differences are there. 
I am sending those files as well as the TeX and PDF files with this message. 
The PDF file I am sending is the one obtained with LMTX, and of course the 
syncing works fine when one uses the synctex file obtained with mkiv (upon 
renaming adequately that file)…

Best regards: Otared



test-synctex-1-lmtx.synctex
Description: Binary data



test-synctex-1-mkiv.synctex
Description: Binary data



test-synctex-1.pdf
Description: Adobe PDF document




test-synctex-1.synctex
Description: Binary data


> On 16 May 2021, at 16:53, Hans Hagen  wrote:
> 
> On 5/16/2021 2:52 PM, Otared Kavian wrote:
>> Hi Hans,
>> I have been noticing for some time that \setupsynctex does not work 
>> properly, at least in TeXShop on MacOS.
>> A « filename.synctex » file is created but on most occasions it does not 
>> contain many lines, and one cannot go from the PDF file to the right 
>> location in the source file.
>> Has something changed in the way synctex used to work ?
>> Below I am sending you a test file with its PDF and .synctex files, for you 
>> to see for yourself. Sorry for the disturbance…
> irr texshoip has soem setting for it (you need to check with Dick) which 
> relates to a change in synctex
> 
> anyway, this whole synctex thing is a mess ... it's rather bound to the way 
> latex does things and way to complex due to these heuristics so it could 
> never work well for context
> 
> the reason you see little in the .synctex file is that context doesn't use 
> the synctec library at all: i produce just what is needed directly, so we 
> have a way more compact output (and also better 'real file'
> tracking, plus avoiding generated stuff in the otr that makes no sense to 
> sync to because it has no file; we also protect styles from being accessed 
> that way)
> 
> now, in my opinion, the biggest drawback of synctex is that one needs to 
> compile it into the editor/viewer. Far better would have been to let the 
> viewer call out to an external program (configurable) that reports back the 
> file and line ... more flexible, better upward compatibility, no need to have 
> the synctex code on board, hardly any code and no fuzzy heuristics to fight
> 
> but I gave up communicating that because i cannot reason with the guy 
> (different wavelengths .. years ago already)
> 
> now, here is something to think about:
> 
> >mtxrun --script synctex --list
> mtx-synctex | invalid synctex log file %a
> 
> >mtxrun --script synctex --list synctex-broken.synctex
> mtx-synctex | begin page: 1
> mtx-synctex | end page: 1
> mtx-synctex | begin page: 2
> mtx-synctex |   [  71  135  177  149] : 9 : ./synctex-broken.tex
> mtx-synctex |   [ 181  135  224  149] : 2 : ./synctex-broken.tex
> mtx-synctex |   [  71  163  290  178] :14 : ./synctex-broken.tex
> mtx-synctex |   [  71  178  290  193] :17 : ./synctex-broken.tex
> mtx-synctex | end page: 2
> mtx-synctex | begin page: 3
> mtx-synctex |   [  71  135  496  149] :21 : ./synctex-broken.tex
> mtx-synctex |   [  71  149  496  164] :21 : ./synctex-broken.tex
> mtx-synctex |   [  71  163  496  178] :21 : ./synctex-broken.tex
> mtx-synctex |   [  71  178  496  193] :21 : ./synctex-broken.tex
> mtx-synctex |   [  71  192  496  207] :21 : ./synctex-broken.tex
> mtx-synctex |   [  71  207  496  222] :21 : ./synctex-broken.tex
> mtx-synctex |   [  71  221  462  236] :21 : ./synctex-broken.tex
> mtx-synctex | end page: 3
> 
> >mtxrun --script synctex --report --page=3 --x=76 --y=140 
> >synctex-broken.synctex --console
> "./synctex-broken.tex" 21
> 
> see? the info is just there, so you can try to convince the texshop creator 
> to support 

Re: [NTG-context] Synctex broken in LMTX ?

2021-05-16 Thread Nicola
On 2021-05-16, Hans Hagen  wrote:
> On 5/16/2021 2:52 PM, Otared Kavian wrote:
>> Hi Hans,
>>
>> I have been noticing for some time that \setupsynctex does not work
>> properly, at least in TeXShop on MacOS. A « filename.synctex » file
>> is created but on most occasions it does not contain many lines, and
>> one cannot go from the PDF file to the right location in the source
>> file. Has something changed in the way synctex used to work ?
>>
>> Below I am sending you a test file with its PDF and .synctex files,
>> for you to see for yourself. Sorry for the disturbance…
> irr texshoip has soem setting for it (you need to check with Dick)
> which relates to a change in synctex

It works just fine. Add this line at the top of your document:

 % !TEX useOldSyncParser

I also have:

\setupsynctex[state=start,method=min]

I am not sure whether method=min is necessary.

Anyway, search for useOldSyncParser in Help > Changes for the details.

> now, in my opinion, the biggest drawback of synctex is that one needs to
> compile it into the editor/viewer. Far better would have been to let the
> viewer call out to an external program (configurable) that reports back
> the file and line ... more flexible, better upward compatibility, no
> need to have the synctex code on board, hardly any code and no fuzzy
> heuristics to fight

+1. I use TeXShop only as a previewer (I edit documents in Vim), but,
unfortunately, syncing with an external editor works only for LaTeX.

> but I gave up communicating that because i cannot reason with the guy
> (different wavelengths .. years ago already)

Richard Koch, however, has been incredible, IMO, in supporting the macOS
community (already before Mac OS X 10.0!) with TeXShop. In particular,
he went to great lengths to make syncing work in TeXShop for both
ConTeXt and LaTeX. The current problem is only with external editors,
and it is because the directive above is not read by TeXShop when using
an external editor.

Anyway, I am positive that he is willing to support ConTeXt in the best
possible way...

> see? the info is just there, so you can try to convince the texshop
> creator to support this:
>
>-- call an external program with these arrguments (the texhop editor
> knows the positions as it has the viewer built in)
>-- go to reported file and line

...which could be as well this.

Nicola

___
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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-16 Thread Hans Hagen

On 5/16/2021 2:52 PM, Otared Kavian wrote:

Hi Hans,

I have been noticing for some time that \setupsynctex does not work properly, 
at least in TeXShop on MacOS.
A « filename.synctex » file is created but on most occasions it does not 
contain many lines, and one cannot go from the PDF file to the right location 
in the source file.
Has something changed in the way synctex used to work ?

Below I am sending you a test file with its PDF and .synctex files, for you to 
see for yourself. Sorry for the disturbance…
btw, maybe you can check with texshop for the version ... there was at 
some point a change in the synctex output format and texshop was adapted 
to handle both variants; the texshop author is quite responsive and i 
know he made sure context could be done but maybe there's also something 
mentioned in the documentation (i could probably look it up old mails if 
needed) .. in that case wikifyable


Hans


-
  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
___


Re: [NTG-context] Synctex broken in LMTX ?

2021-05-16 Thread Hans Hagen

On 5/16/2021 2:52 PM, Otared Kavian wrote:

Hi Hans,

I have been noticing for some time that \setupsynctex does not work properly, 
at least in TeXShop on MacOS.
A « filename.synctex » file is created but on most occasions it does not 
contain many lines, and one cannot go from the PDF file to the right location 
in the source file.
Has something changed in the way synctex used to work ?

Below I am sending you a test file with its PDF and .synctex files, for you to 
see for yourself. Sorry for the disturbance…
irr texshoip has soem setting for it (you need to check with Dick) which 
relates to a change in synctex


anyway, this whole synctex thing is a mess ... it's rather bound to the 
way latex does things and way to complex due to these heuristics so it 
could never work well for context


the reason you see little in the .synctex file is that context doesn't 
use the synctec library at all: i produce just what is needed directly, 
so we have a way more compact output (and also better 'real file'
tracking, plus avoiding generated stuff in the otr that makes no sense 
to sync to because it has no file; we also protect styles from being 
accessed that way)


now, in my opinion, the biggest drawback of synctex is that one needs to 
compile it into the editor/viewer. Far better would have been to let the 
viewer call out to an external program (configurable) that reports back 
the file and line ... more flexible, better upward compatibility, no 
need to have the synctex code on board, hardly any code and no fuzzy 
heuristics to fight


but I gave up communicating that because i cannot reason with the guy 
(different wavelengths .. years ago already)


now, here is something to think about:

>mtxrun --script synctex --list
mtx-synctex | invalid synctex log file %a

>mtxrun --script synctex --list synctex-broken.synctex
mtx-synctex | begin page: 1
mtx-synctex | end page: 1
mtx-synctex | begin page: 2
mtx-synctex |   [  71  135  177  149] : 9 : ./synctex-broken.tex
mtx-synctex |   [ 181  135  224  149] : 2 : ./synctex-broken.tex
mtx-synctex |   [  71  163  290  178] :14 : ./synctex-broken.tex
mtx-synctex |   [  71  178  290  193] :17 : ./synctex-broken.tex
mtx-synctex | end page: 2
mtx-synctex | begin page: 3
mtx-synctex |   [  71  135  496  149] :21 : ./synctex-broken.tex
mtx-synctex |   [  71  149  496  164] :21 : ./synctex-broken.tex
mtx-synctex |   [  71  163  496  178] :21 : ./synctex-broken.tex
mtx-synctex |   [  71  178  496  193] :21 : ./synctex-broken.tex
mtx-synctex |   [  71  192  496  207] :21 : ./synctex-broken.tex
mtx-synctex |   [  71  207  496  222] :21 : ./synctex-broken.tex
mtx-synctex |   [  71  221  462  236] :21 : ./synctex-broken.tex
mtx-synctex | end page: 3

>mtxrun --script synctex --report --page=3 --x=76 --y=140 
synctex-broken.synctex --console

"./synctex-broken.tex" 21

see? the info is just there, so you can try to convince the texshop 
creator to support this:


  -- call an external program with these arrguments (the texhop editor 
knows the positions as it has the viewer built in)

  -- go to reported file and line

afaik synctex works for my collegue and scite/sumatra and actually he 
uses the fact that in context it also goes to positions in xml files 
because it tracks files and lines in xml nodes too (it's the reason why 
i support synctex at all, personally I never use(d) it)


Hans

-
  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
___


[NTG-context] Synctex broken in LMTX ?

2021-05-16 Thread Otared Kavian
Hi Hans,

I have been noticing for some time that \setupsynctex does not work properly, 
at least in TeXShop on MacOS. 
A « filename.synctex » file is created but on most occasions it does not 
contain many lines, and one cannot go from the PDF file to the right location 
in the source file.
Has something changed in the way synctex used to work ?

Below I am sending you a test file with its PDF and .synctex files, for you to 
see for yourself. Sorry for the disturbance…

Best regards: Otared




synctex-broken.synctex
Description: Binary data



synctex-broken.pdf
Description: Adobe PDF document



synctex-broken.tex
Description: Binary data
___
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
___


Re: [NTG-context] synctex broken

2010-03-23 Thread Akira Kakuto
Hi Taco,

 Synctex support should be fixed in the latest revision (3536).

Thanks very much.
I have confirmed that synctex works as before in revision 3536.

Thanks,
Akira

___
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
___


Re: [NTG-context] synctex broken

2010-03-22 Thread Taco Hoekwater
Hi,

For those of you willing to build and test the TRUNK of luatex:

Synctex support should be fixed in the latest revision (3536).

Best wishes,
Taco

Taco Hoekwater wrote:
 Steffen Wolfrum wrote:
 Am 21.03.2010 um 12:19 schrieb Hans Hagen:

 On 21-3-2010 10:53, Steffen Wolfrum wrote:
 Hi,

 with yesterdays beta (ConTeXt  ver: 2010.03.20 22:59 MKIV) synctex
 seems to be broken:
 no response in none direction (source-pdf).
 unrelated to context as synctex is an engine feature


 please have a look at this:

 If I run a example with the same minimal-context-distro twice,
 one with texexec, another with context the result is...

 ... here synctex is working:
 source /Users/steffen/context/tex/setuptex /Users/steffen/context/tex
 texexec $1

 (and from einleitung.tex.synctex.gz:
 SyncTeX Version:1
 Input:1:einleitung.tex
 Input:28:./einleitung-info.tmp
 Input:29:/Users/steffen/context/tex/texmf-context/tex/context/base/sort-def.mkii

 Input:30:/Users/steffen/context/tex/texmf-context/tex/context/base/sort-lan.mkii

 Output:pdf)


 ... here synctex is NOT working:
 source /Users/steffen/context/tex/setuptex /Users/steffen/context/tex
 context $1

 (and from einleitung.tex.synctex.gz:
 SyncTeX Version:1
 Input:1:/Users/steffen/Desktop/synctextest/Kapitel/einleitung.tex
 Output:dvi)

 So synctex does not work with MkIV in general?
 
 Synctex support in luatex appears broken at the moment, Akira reported
 a problem as well.
 
 Best wishes,
 Taco
 ___
 
 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
 ___
 
___
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
___


[NTG-context] synctex broken

2010-03-21 Thread Steffen Wolfrum
Hi,

with yesterdays beta (ConTeXt  ver: 2010.03.20 22:59 MKIV) synctex seems to be 
broken: 
no response in none direction (source-pdf).


Steffen
___
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
___


Re: [NTG-context] synctex broken

2010-03-21 Thread Hans Hagen

On 21-3-2010 10:53, Steffen Wolfrum wrote:

Hi,

with yesterdays beta (ConTeXt  ver: 2010.03.20 22:59 MKIV) synctex seems to be 
broken:
no response in none direction (source-pdf).


unrelated to context as synctex is an engine feature

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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
___


Re: [NTG-context] synctex broken

2010-03-21 Thread Steffen Wolfrum

Am 21.03.2010 um 12:19 schrieb Hans Hagen:

 On 21-3-2010 10:53, Steffen Wolfrum wrote:
 Hi,
 
 with yesterdays beta (ConTeXt  ver: 2010.03.20 22:59 MKIV) synctex seems to 
 be broken:
 no response in none direction (source-pdf).
 
 unrelated to context as synctex is an engine feature


please have a look at this:

If I run a example with the same minimal-context-distro twice,
one with texexec, another with context the result is...

... here synctex is working:
source /Users/steffen/context/tex/setuptex /Users/steffen/context/tex
texexec $1

(and from einleitung.tex.synctex.gz:
SyncTeX Version:1
Input:1:einleitung.tex
Input:28:./einleitung-info.tmp
Input:29:/Users/steffen/context/tex/texmf-context/tex/context/base/sort-def.mkii
Input:30:/Users/steffen/context/tex/texmf-context/tex/context/base/sort-lan.mkii
Output:pdf)


... here synctex is NOT working:
source /Users/steffen/context/tex/setuptex /Users/steffen/context/tex
context $1

(and from einleitung.tex.synctex.gz:
SyncTeX Version:1
Input:1:/Users/steffen/Desktop/synctextest/Kapitel/einleitung.tex
Output:dvi)



So synctex does not work with MkIV in general?

Steffen
___
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
___


Re: [NTG-context] synctex broken

2010-03-21 Thread Taco Hoekwater

Steffen Wolfrum wrote:

Am 21.03.2010 um 12:19 schrieb Hans Hagen:


On 21-3-2010 10:53, Steffen Wolfrum wrote:

Hi,

with yesterdays beta (ConTeXt  ver: 2010.03.20 22:59 MKIV) synctex seems to be 
broken:
no response in none direction (source-pdf).

unrelated to context as synctex is an engine feature



please have a look at this:

If I run a example with the same minimal-context-distro twice,
one with texexec, another with context the result is...

... here synctex is working:
source /Users/steffen/context/tex/setuptex /Users/steffen/context/tex
texexec $1

(and from einleitung.tex.synctex.gz:
SyncTeX Version:1
Input:1:einleitung.tex
Input:28:./einleitung-info.tmp
Input:29:/Users/steffen/context/tex/texmf-context/tex/context/base/sort-def.mkii
Input:30:/Users/steffen/context/tex/texmf-context/tex/context/base/sort-lan.mkii
Output:pdf)


... here synctex is NOT working:
source /Users/steffen/context/tex/setuptex /Users/steffen/context/tex
context $1

(and from einleitung.tex.synctex.gz:
SyncTeX Version:1
Input:1:/Users/steffen/Desktop/synctextest/Kapitel/einleitung.tex
Output:dvi)

So synctex does not work with MkIV in general?


Synctex support in luatex appears broken at the moment, Akira reported
a problem as well.

Best wishes,
Taco
___
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
___


Re: [NTG-context] synctex broken

2010-03-21 Thread Mojca Miklavec
On Sun, Mar 21, 2010 at 16:37, Steffen Wolfrum wrote:

 Am 21.03.2010 um 12:19 schrieb Hans Hagen:

 On 21-3-2010 10:53, Steffen Wolfrum wrote:
 Hi,

 with yesterdays beta (ConTeXt  ver: 2010.03.20 22:59 MKIV) synctex seems to 
 be broken:
 no response in none direction (source-pdf).

 unrelated to context as synctex is an engine feature


 please have a look at this:

 If I run a example with the same minimal-context-distro twice,
 one with texexec, another with context the result is...

 ... here synctex is working:
 source /Users/steffen/context/tex/setuptex /Users/steffen/context/tex
 texexec $1

 (and from einleitung.tex.synctex.gz:
 SyncTeX Version:1
 Input:1:einleitung.tex
 Input:28:./einleitung-info.tmp
 Input:29:/Users/steffen/context/tex/texmf-context/tex/context/base/sort-def.mkii
 Input:30:/Users/steffen/context/tex/texmf-context/tex/context/base/sort-lan.mkii
 Output:pdf)


 ... here synctex is NOT working:
 source /Users/steffen/context/tex/setuptex /Users/steffen/context/tex
 context $1

 (and from einleitung.tex.synctex.gz:
 SyncTeX Version:1
 Input:1:/Users/steffen/Desktop/synctextest/Kapitel/einleitung.tex
 Output:dvi)

Weird. It seems to work here (though I forgot how to go from source to
pdf, it works ok from pdf to source at least). I'm using luatex-0.52,
but I can confirm that LuaTeX outputs dvi instead of pdf.

SyncTeX Version:1
Input:1:/private/tmp/a.tex
Input:2:/Users/mojca/context/tex/texmf-context/tex/context/base/cont-new.tex
Input:3:/Users/mojca/context/tex/texmf-context/tex/context/base/cont-new.mkiv
Input:4:/Users/mojca/context/tex/texmf-context/tex/context/base/cont-fil.tex
Input:5:/Users/mojca/context/tex/texmf-context/tex/context/user/cont-sys.rme
Input:6:/Users/mojca/context/tex/texmf-context/tex/context/base/type-def.mkiv
Input:7:/Users/mojca/context/tex/texmf-context/tex/context/base/type-lua.tex
Input:8:/Users/mojca/context/tex/texmf-context/tex/context/base/type-siz.tex
Input:9:/Users/mojca/context/tex/texmf-context/tex/context/base/type-siz.mkiv
Input:10:/Users/mojca/context/tex/texmf-context/tex/context/base/type-otf.tex
Input:11:/Users/mojca/context/tex/texmf-context/tex/context/base/type-otf.mkiv
Input:12:a.top
Output:dvi
Magnification:1000
Unit:1
X Offset:4736287
Y Offset:4736287
Content:
!916
{1
[1,4:4736286,50644704:27969941,50644704,0
(1,4:4736286,0:27969941,55380990,0
h1,4:4736286,0:0,0,0
g1,4:0,0
(1,4:0,0:39158276,55380990,0
(1,4:0,0:0,0,0
v1,4:0,0:0,0,0
)
etc.
___
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
___