Re: Re: lyx pipe and skim

2008-11-21 Thread Nils Becker
 However, it WORKS for me (with or without the full path to lyxeditor,
 or with the LyX preference in Skim) when Shift-Option-Command-click in
 Skim (instead of Option-Click).
 
 Actually, only Shift-Command-Click (without Option) is needed.
 It is documented on the Skim Wiki, but the Help is wrong. I reported it
 to Skim.
 
 /Konrad
 
 /div
Thanks, that works! I thought I had tried out all the two-modifier
combinations...
Incidentally, it is also possible to use the option
pdflatex -synctex=1 $$i
for the latex to pdf converter in LyX.
For this, you need a recent TeX distribution, e.g. TeXlive 2008.
This removes the need of \usepackage{pdfsync} in the preamble and lets
you keep a pure LaTeX source. Skim supports inverse searching with
synctex, I tested it.
cheers, Nils


Re: lyx pipe and skim

2008-11-21 Thread Konrad Hofbauer

Nils Becker wrote:

Incidentally, it is also possible to use the option
pdflatex -synctex=1 $$i
for the latex to pdf converter in LyX.


That's good news!

Now we only need a volunteer to implement the forward search in LyX. :)

/Konrad



Re: Re: lyx pipe and skim

2008-11-21 Thread Nils Becker
 However, it WORKS for me (with or without the full path to lyxeditor,
 or with the LyX preference in Skim) when Shift-Option-Command-click in
 Skim (instead of Option-Click).
 
 Actually, only Shift-Command-Click (without Option) is needed.
 It is documented on the Skim Wiki, but the Help is wrong. I reported it
 to Skim.
 
 /Konrad
 
 /div
Thanks, that works! I thought I had tried out all the two-modifier
combinations...
Incidentally, it is also possible to use the option
pdflatex -synctex=1 $$i
for the latex to pdf converter in LyX.
For this, you need a recent TeX distribution, e.g. TeXlive 2008.
This removes the need of \usepackage{pdfsync} in the preamble and lets
you keep a pure LaTeX source. Skim supports inverse searching with
synctex, I tested it.
cheers, Nils


Re: lyx pipe and skim

2008-11-21 Thread Konrad Hofbauer

Nils Becker wrote:

Incidentally, it is also possible to use the option
pdflatex -synctex=1 $$i
for the latex to pdf converter in LyX.


That's good news!

Now we only need a volunteer to implement the forward search in LyX. :)

/Konrad



Re: Re: lyx pipe and skim

2008-11-21 Thread Nils Becker
> However, it WORKS for me (with or without the full path to lyxeditor,
>> or with the LyX preference in Skim) when Shift-Option-Command-click in
>> Skim (instead of Option-Click).
> 
> Actually, only Shift-Command-Click (without Option) is needed.
> It is documented on the Skim Wiki, but the Help is wrong. I reported it
> to Skim.
> 
> /Konrad
> 
> 
Thanks, that works! I thought I had tried out all the two-modifier
combinations...
Incidentally, it is also possible to use the option
pdflatex -synctex=1 $$i
for the latex to pdf converter in LyX.
For this, you need a recent TeX distribution, e.g. TeXlive 2008.
This removes the need of \usepackage{pdfsync} in the preamble and lets
you keep a "pure" LaTeX source. Skim supports inverse searching with
synctex, I tested it.
cheers, Nils


Re: lyx pipe and skim

2008-11-21 Thread Konrad Hofbauer

Nils Becker wrote:

Incidentally, it is also possible to use the option
pdflatex -synctex=1 $$i
for the latex to pdf converter in LyX.


That's good news!

Now we only need a volunteer to implement the forward search in LyX. :)

/Konrad



lyx pipe and skim

2008-11-20 Thread Nils Becker
Hi,

I was trying to use Skim and LyX 1.5.7 for inverse PDF searching. It did
not work for me. MacOSX 10.5.5.

I did the following:

-

install mactex 2008

put \usepackage{pdfsync} in the preamble

set the pdf (pdflatex) viewer to open -a Skim.app

restart lyx

on viewing the PDF file, Skim gets called, fine.

I set lyx as the editor for inverse search in Skim.

Now, option-click or option-shift click is supposed to jump to the line
in the lyx editor, but it doesn't.

-

I tried explicitly deleting .lyxpipe.in and .lyxpipe.out, which are in
the default location ~/Library/Application Support/Lyx-1.5/ and then
restarting lyx.

I also tried to run lyx -dbg any: no message at all when clicking the
PDF file in Skim.

Any ideas what goes wrong? is this lyx or skim?

cheers, Nils



Re: lyx pipe and skim

2008-11-20 Thread Nick Bell

Nils Becker wrote:

Hi,

I was trying to use Skim and LyX 1.5.7 for inverse PDF searching. It
did not work for me. MacOSX 10.5.5.

I did the following:

-

install mactex 2008

put \usepackage{pdfsync} in the preamble

set the pdf (pdflatex) viewer to open -a Skim.app

restart lyx

on viewing the PDF file, Skim gets called, fine.

I set lyx as the editor for inverse search in Skim.

Now, option-click or option-shift click is supposed to jump to the
line in the lyx editor, but it doesn't.

-

I tried explicitly deleting .lyxpipe.in and .lyxpipe.out, which are
in the default location ~/Library/Application Support/Lyx-1.5/ and
then restarting lyx.

I also tried to run lyx -dbg any: no message at all when clicking the
 PDF file in Skim.

Any ideas what goes wrong? is this lyx or skim?

cheers, Nils



This only worked for me when I set the Lyx pipe location to:

/Applications/LyX.app/Contents/Resources/lyxpipe

Nick


Re: lyx pipe and skim

2008-11-20 Thread Konrad Hofbauer

Nils Becker wrote:

I was trying to use Skim and LyX 1.5.7 for inverse PDF searching. It did
not work for me. MacOSX 10.5.5.


I tried that a while ago, and what I used was in Skim:

Preset:
Custom

Command:
/Applications/LyX.app/Contents/MacOS/lyxeditor

Arguments:
%file %line

But I don't use it anymore - got used to using the outliner instead.

/Konrad



Re: lyx pipe and skim

2008-11-20 Thread Nils Becker
Konrad, Nick, thanks for your proposals

 This only worked for me when I set the Lyx pipe location to:
 
 /Applications/LyX.app/Contents/Resources/lyxpipe
 
 Nick

This doesn't seem to do it for me, unfortunately.

 I tried that a while ago, and what I used was in Skim:
 
 Preset:
 Custom
 
 Command:
 /Applications/LyX.app/Contents/MacOS/lyxeditor
 
 Arguments:
 %file %line
 But I don't use it anymore - got used to using the outliner instead.
 
 /Konrad

I had tried that one. Nope.

cheers, Nils


Re: lyx pipe and skim

2008-11-20 Thread Nick Bell

Nils Becker wrote:

Konrad, Nick, thanks for your proposals


This only worked for me when I set the Lyx pipe location to:

/Applications/LyX.app/Contents/Resources/lyxpipe

Nick


This doesn't seem to do it for me, unfortunately.


I tried that a while ago, and what I used was in Skim:

Preset:
Custom

Command:
/Applications/LyX.app/Contents/MacOS/lyxeditor

Arguments:
%file %line
But I don't use it anymore - got used to using the outliner instead.

/Konrad


I had tried that one. Nope.

cheers, Nils


I can't get it to work now either!

Nick


Re: lyx pipe and skim

2008-11-20 Thread Konrad Hofbauer

Nick Bell wrote:

I can't get it to work now either!


It did not work for me either anymore - I thought.

However, it WORKS for me (with or without the full path to lyxeditor, or 
with the LyX preference in Skim) when Shift-Option-Command-click in Skim 
(instead of Option-Click).


Did I change my config here somewhere, or is the Help wrong in Skim?

/Konrad



Re: lyx pipe and skim

2008-11-20 Thread Nick Bell

Konrad Hofbauer wrote:

Nick Bell wrote:

I can't get it to work now either!


It did not work for me either anymore - I thought.

However, it WORKS for me (with or without the full path to lyxeditor, or 
with the LyX preference in Skim) when Shift-Option-Command-click in Skim 
(instead of Option-Click).


Did I change my config here somewhere, or is the Help wrong in Skim?

/Konrad


Good heavens, so it does!

Thanks to you!

Nick


Re: lyx pipe and skim

2008-11-20 Thread Konrad Hofbauer

Konrad Hofbauer wrote:
However, it WORKS for me (with or without the full path to lyxeditor, or 
with the LyX preference in Skim) when Shift-Option-Command-click in Skim 
(instead of Option-Click).


Actually, only Shift-Command-Click (without Option) is needed.
It is documented on the Skim Wiki, but the Help is wrong. I reported it 
to Skim.


/Konrad



lyx pipe and skim

2008-11-20 Thread Nils Becker
Hi,

I was trying to use Skim and LyX 1.5.7 for inverse PDF searching. It did
not work for me. MacOSX 10.5.5.

I did the following:

-

install mactex 2008

put \usepackage{pdfsync} in the preamble

set the pdf (pdflatex) viewer to open -a Skim.app

restart lyx

on viewing the PDF file, Skim gets called, fine.

I set lyx as the editor for inverse search in Skim.

Now, option-click or option-shift click is supposed to jump to the line
in the lyx editor, but it doesn't.

-

I tried explicitly deleting .lyxpipe.in and .lyxpipe.out, which are in
the default location ~/Library/Application Support/Lyx-1.5/ and then
restarting lyx.

I also tried to run lyx -dbg any: no message at all when clicking the
PDF file in Skim.

Any ideas what goes wrong? is this lyx or skim?

cheers, Nils



Re: lyx pipe and skim

2008-11-20 Thread Nick Bell

Nils Becker wrote:

Hi,

I was trying to use Skim and LyX 1.5.7 for inverse PDF searching. It
did not work for me. MacOSX 10.5.5.

I did the following:

-

install mactex 2008

put \usepackage{pdfsync} in the preamble

set the pdf (pdflatex) viewer to open -a Skim.app

restart lyx

on viewing the PDF file, Skim gets called, fine.

I set lyx as the editor for inverse search in Skim.

Now, option-click or option-shift click is supposed to jump to the
line in the lyx editor, but it doesn't.

-

I tried explicitly deleting .lyxpipe.in and .lyxpipe.out, which are
in the default location ~/Library/Application Support/Lyx-1.5/ and
then restarting lyx.

I also tried to run lyx -dbg any: no message at all when clicking the
 PDF file in Skim.

Any ideas what goes wrong? is this lyx or skim?

cheers, Nils



This only worked for me when I set the Lyx pipe location to:

/Applications/LyX.app/Contents/Resources/lyxpipe

Nick


Re: lyx pipe and skim

2008-11-20 Thread Konrad Hofbauer

Nils Becker wrote:

I was trying to use Skim and LyX 1.5.7 for inverse PDF searching. It did
not work for me. MacOSX 10.5.5.


I tried that a while ago, and what I used was in Skim:

Preset:
Custom

Command:
/Applications/LyX.app/Contents/MacOS/lyxeditor

Arguments:
%file %line

But I don't use it anymore - got used to using the outliner instead.

/Konrad



Re: lyx pipe and skim

2008-11-20 Thread Nils Becker
Konrad, Nick, thanks for your proposals

 This only worked for me when I set the Lyx pipe location to:
 
 /Applications/LyX.app/Contents/Resources/lyxpipe
 
 Nick

This doesn't seem to do it for me, unfortunately.

 I tried that a while ago, and what I used was in Skim:
 
 Preset:
 Custom
 
 Command:
 /Applications/LyX.app/Contents/MacOS/lyxeditor
 
 Arguments:
 %file %line
 But I don't use it anymore - got used to using the outliner instead.
 
 /Konrad

I had tried that one. Nope.

cheers, Nils


Re: lyx pipe and skim

2008-11-20 Thread Nick Bell

Nils Becker wrote:

Konrad, Nick, thanks for your proposals


This only worked for me when I set the Lyx pipe location to:

/Applications/LyX.app/Contents/Resources/lyxpipe

Nick


This doesn't seem to do it for me, unfortunately.


I tried that a while ago, and what I used was in Skim:

Preset:
Custom

Command:
/Applications/LyX.app/Contents/MacOS/lyxeditor

Arguments:
%file %line
But I don't use it anymore - got used to using the outliner instead.

/Konrad


I had tried that one. Nope.

cheers, Nils


I can't get it to work now either!

Nick


Re: lyx pipe and skim

2008-11-20 Thread Konrad Hofbauer

Nick Bell wrote:

I can't get it to work now either!


It did not work for me either anymore - I thought.

However, it WORKS for me (with or without the full path to lyxeditor, or 
with the LyX preference in Skim) when Shift-Option-Command-click in Skim 
(instead of Option-Click).


Did I change my config here somewhere, or is the Help wrong in Skim?

/Konrad



Re: lyx pipe and skim

2008-11-20 Thread Nick Bell

Konrad Hofbauer wrote:

Nick Bell wrote:

I can't get it to work now either!


It did not work for me either anymore - I thought.

However, it WORKS for me (with or without the full path to lyxeditor, or 
with the LyX preference in Skim) when Shift-Option-Command-click in Skim 
(instead of Option-Click).


Did I change my config here somewhere, or is the Help wrong in Skim?

/Konrad


Good heavens, so it does!

Thanks to you!

Nick


Re: lyx pipe and skim

2008-11-20 Thread Konrad Hofbauer

Konrad Hofbauer wrote:
However, it WORKS for me (with or without the full path to lyxeditor, or 
with the LyX preference in Skim) when Shift-Option-Command-click in Skim 
(instead of Option-Click).


Actually, only Shift-Command-Click (without Option) is needed.
It is documented on the Skim Wiki, but the Help is wrong. I reported it 
to Skim.


/Konrad



lyx pipe and skim

2008-11-20 Thread Nils Becker
Hi,

I was trying to use Skim and LyX 1.5.7 for inverse PDF searching. It did
not work for me. MacOSX 10.5.5.

I did the following:

-

install mactex 2008

put \usepackage{pdfsync} in the preamble

set the pdf (pdflatex) viewer to open -a Skim.app

restart lyx

on viewing the PDF file, Skim gets called, fine.

I set lyx as the editor for inverse search in Skim.

Now, option-click or option-shift click is supposed to jump to the line
in the lyx editor, but it doesn't.

-

I tried explicitly deleting .lyxpipe.in and .lyxpipe.out, which are in
the default location ~/Library/Application Support/Lyx-1.5/ and then
restarting lyx.

I also tried to run lyx -dbg any: no message at all when clicking the
PDF file in Skim.

Any ideas what goes wrong? is this lyx or skim?

cheers, Nils



Re: lyx pipe and skim

2008-11-20 Thread Nick Bell

Nils Becker wrote:

Hi,

I was trying to use Skim and LyX 1.5.7 for inverse PDF searching. It
did not work for me. MacOSX 10.5.5.

I did the following:

-

install mactex 2008

put \usepackage{pdfsync} in the preamble

set the pdf (pdflatex) viewer to open -a Skim.app

restart lyx

on viewing the PDF file, Skim gets called, fine.

I set lyx as the editor for inverse search in Skim.

Now, option-click or option-shift click is supposed to jump to the
line in the lyx editor, but it doesn't.

-

I tried explicitly deleting .lyxpipe.in and .lyxpipe.out, which are
in the default location ~/Library/Application Support/Lyx-1.5/ and
then restarting lyx.

I also tried to run lyx -dbg any: no message at all when clicking the
 PDF file in Skim.

Any ideas what goes wrong? is this lyx or skim?

cheers, Nils



This only worked for me when I set the Lyx pipe location to:

/Applications/LyX.app/Contents/Resources/lyxpipe

Nick


Re: lyx pipe and skim

2008-11-20 Thread Konrad Hofbauer

Nils Becker wrote:

I was trying to use Skim and LyX 1.5.7 for inverse PDF searching. It did
not work for me. MacOSX 10.5.5.


I tried that a while ago, and what I used was in Skim:

Preset:
Custom

Command:
/Applications/LyX.app/Contents/MacOS/lyxeditor

Arguments:
"%file" %line

But I don't use it anymore - got used to using the outliner instead.

/Konrad



Re: lyx pipe and skim

2008-11-20 Thread Nils Becker
Konrad, Nick, thanks for your proposals

> This only worked for me when I set the Lyx pipe location to:
> 
> /Applications/LyX.app/Contents/Resources/lyxpipe
> 
> Nick

This doesn't seem to do it for me, unfortunately.

> I tried that a while ago, and what I used was in Skim:
> 
> Preset:
> Custom
> 
> Command:
> /Applications/LyX.app/Contents/MacOS/lyxeditor
> 
> Arguments:
> "%file" %line
> But I don't use it anymore - got used to using the outliner instead.
> 
> /Konrad

I had tried that one. Nope.

cheers, Nils


Re: lyx pipe and skim

2008-11-20 Thread Nick Bell

Nils Becker wrote:

Konrad, Nick, thanks for your proposals


This only worked for me when I set the Lyx pipe location to:

/Applications/LyX.app/Contents/Resources/lyxpipe

Nick


This doesn't seem to do it for me, unfortunately.


I tried that a while ago, and what I used was in Skim:

Preset:
Custom

Command:
/Applications/LyX.app/Contents/MacOS/lyxeditor

Arguments:
"%file" %line
But I don't use it anymore - got used to using the outliner instead.

/Konrad


I had tried that one. Nope.

cheers, Nils


I can't get it to work now either!

Nick


Re: lyx pipe and skim

2008-11-20 Thread Konrad Hofbauer

Nick Bell wrote:

I can't get it to work now either!


It did not work for me either anymore - I thought.

However, it WORKS for me (with or without the full path to lyxeditor, or 
with the LyX preference in Skim) when Shift-Option-Command-click in Skim 
(instead of Option-Click).


Did I change my config here somewhere, or is the Help wrong in Skim?

/Konrad



Re: lyx pipe and skim

2008-11-20 Thread Nick Bell

Konrad Hofbauer wrote:

Nick Bell wrote:

I can't get it to work now either!


It did not work for me either anymore - I thought.

However, it WORKS for me (with or without the full path to lyxeditor, or 
with the LyX preference in Skim) when Shift-Option-Command-click in Skim 
(instead of Option-Click).


Did I change my config here somewhere, or is the Help wrong in Skim?

/Konrad


Good heavens, so it does!

Thanks to you!

Nick


Re: lyx pipe and skim

2008-11-20 Thread Konrad Hofbauer

Konrad Hofbauer wrote:
However, it WORKS for me (with or without the full path to lyxeditor, or 
with the LyX preference in Skim) when Shift-Option-Command-click in Skim 
(instead of Option-Click).


Actually, only Shift-Command-Click (without Option) is needed.
It is documented on the Skim Wiki, but the Help is wrong. I reported it 
to Skim.


/Konrad