Re: reverse search sumatra xetex...maybe I am almost there...

2011-11-07 Thread dc
Enrico Forestieri forenr at lyx.org writes:

 
 dc writes:
 
  I have synchronize with output set to: \synctex=-1
 
 Maybe miktex doesn't understand that? Please, try modifying the converter
 from xelatex $$i to xelatex --synctex=-1 $$i and see whether forward
 search works after that.
 

In document-settings-output under synchronize with output/custom macro,
I get 

x
  elatex --synctex=-1 $$i
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.

if I use exactly what you told me.
I also tried 

--synctex=-1 $$i
-synctex=-1 $$i
--synctex=-1
-synctex=-1
xelatex \\synctex=-1 $$i
etc.

But in the end the only thing that passes through are
/synctex=-1
/synctex=1
but neither succeeds at reverse search. Double clicking either gives no result 
or a message: no synchronization file found.
I can see 
lyxeditor.cmd %f %l
in my command line in the sumatra settings window. I must be using that in my 
reverse search command. 

I try modifying this to C:\Program Files\LyX20\bin\Lyx.exe %f %l
still no go.

I give up...




Re: reverse search sumatra xetex...maybe I am almost there...

2011-11-07 Thread dc
Enrico Forestieri forenr at lyx.org writes:

 
 dc writes:
 
  I have synchronize with output set to: \synctex=-1
 
 Maybe miktex doesn't understand that? Please, try modifying the converter
 from xelatex $$i to xelatex --synctex=-1 $$i and see whether forward
 search works after that.
 

In document-settings-output under synchronize with output/custom macro,
I get 

x
  elatex --synctex=-1 $$i
You're in trouble here.  Try typing  return  to proceed.
If that doesn't work, type  X return  to quit.

if I use exactly what you told me.
I also tried 

--synctex=-1 $$i
-synctex=-1 $$i
--synctex=-1
-synctex=-1
xelatex \\synctex=-1 $$i
etc.

But in the end the only thing that passes through are
/synctex=-1
/synctex=1
but neither succeeds at reverse search. Double clicking either gives no result 
or a message: no synchronization file found.
I can see 
lyxeditor.cmd %f %l
in my command line in the sumatra settings window. I must be using that in my 
reverse search command. 

I try modifying this to C:\Program Files\LyX20\bin\Lyx.exe %f %l
still no go.

I give up...




Re: reverse search sumatra xetex...maybe I am almost there...

2011-11-07 Thread dc
Enrico Forestieri  lyx.org> writes:

> 
> dc writes:
> 
> > I have synchronize with output set to: \synctex=-1
> 
> Maybe miktex doesn't understand that? Please, try modifying the converter
> from "xelatex $$i" to "xelatex --synctex=-1 $$i" and see whether forward
> search works after that.
> 

In document-settings-output under synchronize with output/custom macro,
I get 

"x
  elatex --synctex=-1 $$i
You're in trouble here.  Try typingto proceed.
If that doesn't work, type  X   to quit."

if I use exactly what you told me.
I also tried 

--synctex=-1 $$i
-synctex=-1 $$i
--synctex=-1
-synctex=-1
xelatex \\synctex=-1 $$i
etc.

But in the end the only thing that passes through are
/synctex=-1
/synctex=1
but neither succeeds at reverse search. Double clicking either gives no result 
or a message: no synchronization file found.
I can see 
lyxeditor.cmd "%f" "%l"
in my command line in the sumatra settings window. I must be using that in my 
reverse search command. 

I try modifying this to C:\Program Files\LyX20\bin\Lyx.exe "%f" "%l"
still no go.

I give up...




reverse search sumatra xetex...maybe I am almost there...

2011-10-05 Thread dc

I may be almost there. Any pointers would be appreciated...

as far as I can see, these are the key parameter locations

documentssettingsoutput 
my default output format is pdf(xetex)
I have synchronize with output set to: \synctex=-1

in ToolsPreferencesOutput
For forward search, 
I don't know what the default is. I may have messed it up...
I tried Forward search set to:
CMCDDE SUMATRA control [ForwardSearch(\$$o\,\$$t\,$$n,0,0,1)]
or 
CMCDDE SUMATRA control [ForwardSearch(\\\$$o\\\,\\\$$t\\\,$$n,0,0,1)]
per
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg159513.html
to no avail.

I then discovered that I needed to install separately CMCDDE to use this. I 
downloaded it, and unzipped to get to cmcdde.exe. No installation instructions, 
so I put it in my lyx/bin folder, but I feel this is wrong, just wrong. 
Anyhow, it opened sumatra, but told me it couldn't open the file.
Because it was trying to open the file from lyx's bin folder.

So I tried this, which mentions that:
http://permalink.gmane.org/gmane.editors.lyx.devel/135713
(installing lyxeditor.exe and putting sumatra.bat in 
Toolssettingsoutputfile formats for pdf(xetex)
as described in the article). 
It opened sumatra, and put lyxeditor.exe %f %l
into the inverse search command line. 
but double clicking was inoperative.
it is installed in my sumatra program folder...


I tried this too, which seems very similar to the above...instead using a cmd 
file:
http://wiki.lyx.org/LyX/SyncTeX
even though it sounded complicated and it requires pdfsync which I read is 
deprecated now. 
I get the same lyx/bin folder problem as above.

HELP.










reverse search sumatra xetex...maybe I am almost there...

2011-10-05 Thread dc

I may be almost there. Any pointers would be appreciated...

as far as I can see, these are the key parameter locations

documentssettingsoutput 
my default output format is pdf(xetex)
I have synchronize with output set to: \synctex=-1

in ToolsPreferencesOutput
For forward search, 
I don't know what the default is. I may have messed it up...
I tried Forward search set to:
CMCDDE SUMATRA control [ForwardSearch(\$$o\,\$$t\,$$n,0,0,1)]
or 
CMCDDE SUMATRA control [ForwardSearch(\\\$$o\\\,\\\$$t\\\,$$n,0,0,1)]
per
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg159513.html
to no avail.

I then discovered that I needed to install separately CMCDDE to use this. I 
downloaded it, and unzipped to get to cmcdde.exe. No installation instructions, 
so I put it in my lyx/bin folder, but I feel this is wrong, just wrong. 
Anyhow, it opened sumatra, but told me it couldn't open the file.
Because it was trying to open the file from lyx's bin folder.

So I tried this, which mentions that:
http://permalink.gmane.org/gmane.editors.lyx.devel/135713
(installing lyxeditor.exe and putting sumatra.bat in 
Toolssettingsoutputfile formats for pdf(xetex)
as described in the article). 
It opened sumatra, and put lyxeditor.exe %f %l
into the inverse search command line. 
but double clicking was inoperative.
it is installed in my sumatra program folder...


I tried this too, which seems very similar to the above...instead using a cmd 
file:
http://wiki.lyx.org/LyX/SyncTeX
even though it sounded complicated and it requires pdfsync which I read is 
deprecated now. 
I get the same lyx/bin folder problem as above.

HELP.










reverse search sumatra xetex...maybe I am almost there...

2011-10-05 Thread dc

I may be almost there. Any pointers would be appreciated...

as far as I can see, these are the key parameter locations

documents>settings>output 
my default output format is pdf(xetex)
I have synchronize with output set to: \synctex=-1

in Tools>Preferences>Output
For forward search, 
I don't know what the default is. I may have messed it up...
I tried Forward search set to:
CMCDDE SUMATRA control [ForwardSearch(\"$$o\",\"$$t\",$$n,0,0,1)]
or 
CMCDDE SUMATRA control [ForwardSearch(\\\"$$o\\\",\\\"$$t\\\",$$n,0,0,1)]
per
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg159513.html
to no avail.

I then discovered that I needed to install separately CMCDDE to use this. I 
downloaded it, and unzipped to get to cmcdde.exe. No installation instructions, 
so I put it in my lyx/bin folder, but I feel this is wrong, just wrong. 
Anyhow, it opened sumatra, but told me it couldn't open the file.
Because it was trying to open the file from lyx's bin folder.

So I tried this, which mentions that:
http://permalink.gmane.org/gmane.editors.lyx.devel/135713
(installing lyxeditor.exe and putting sumatra.bat in 
Tools>settings>output>file formats for pdf(xetex)
as described in the article). 
It opened sumatra, and put "lyxeditor.exe %f %l"
into the inverse search command line. 
but double clicking was inoperative.
it is installed in my sumatra program folder...


I tried this too, which seems very similar to the above...instead using a cmd 
file:
http://wiki.lyx.org/LyX/SyncTeX
even though it sounded complicated and it requires pdfsync which I read is 
deprecated now. 
I get the same lyx/bin folder problem as above.

HELP.










Re: how do I turn off receiving emails

2011-09-11 Thread dc
PhilipPirrip pip at net.hr writes:

 
 On 09/11/2011 12:52 PM, I wrote:
  I am receiving all the emails...but I would like not to receive them,
  without unsubscribing.
 
 subscribing == receiving all the emails
 Therefore, unsubscribe.
 
 You might find convenient using news server (nntp) news.gmane.org, and 
 subscribing there to gmane.editors.lyx.general.
 You'll need a newsreader, like Thunderbird or many others 
 (http://en.wikipedia.org/wiki/Comparison_of_Usenet_newsreaders)
 
 
Oh I get it. 

Actually, I am already subscribed to gmane, but didnt quite realize it was the 
same list, and so thought I had to sign up to the list in order to be able to 
post. I am not quite so perfect at the newslist game. 
It seems I can post/followup from gmane directly. great and thanks!
Opera is my newsreader, but I dont really want to use a newsreader either. just 
browse online, which I can do from gmane. So all good.

Anyhow thanks for setting me right. Needless to say, you're a pip.

(OK I know you've heard it before)





Re: how do I turn off receiving emails

2011-09-11 Thread dc
PhilipPirrip pip at net.hr writes:

 
 On 09/11/2011 12:52 PM, I wrote:
  I am receiving all the emails...but I would like not to receive them,
  without unsubscribing.
 
 subscribing == receiving all the emails
 Therefore, unsubscribe.
 
 You might find convenient using news server (nntp) news.gmane.org, and 
 subscribing there to gmane.editors.lyx.general.
 You'll need a newsreader, like Thunderbird or many others 
 (http://en.wikipedia.org/wiki/Comparison_of_Usenet_newsreaders)
 
 
Oh I get it. 

Actually, I am already subscribed to gmane, but didnt quite realize it was the 
same list, and so thought I had to sign up to the list in order to be able to 
post. I am not quite so perfect at the newslist game. 
It seems I can post/followup from gmane directly. great and thanks!
Opera is my newsreader, but I dont really want to use a newsreader either. just 
browse online, which I can do from gmane. So all good.

Anyhow thanks for setting me right. Needless to say, you're a pip.

(OK I know you've heard it before)





Re: how do I turn off receiving emails

2011-09-11 Thread dc
PhilipPirrip  net.hr> writes:

> 
> On 09/11/2011 12:52 PM, I wrote:
> > I am receiving all the emails...but I would like not to receive them,
> > without unsubscribing.
> 
> subscribing == receiving all the emails
> Therefore, unsubscribe.
> 
> You might find convenient using news server (nntp) news.gmane.org, and 
> subscribing there to gmane.editors.lyx.general.
> You'll need a newsreader, like Thunderbird or many others 
> (http://en.wikipedia.org/wiki/Comparison_of_Usenet_newsreaders)
> 
> 
Oh I get it. 

Actually, I am already subscribed to gmane, but didnt quite realize it was the 
same list, and so thought I had to sign up to the list in order to be able to 
post. I am not quite so perfect at the newslist game. 
It seems I can post/followup from gmane directly. great and thanks!
Opera is my newsreader, but I dont really want to use a newsreader either. just 
browse online, which I can do from gmane. So all good.

Anyhow thanks for setting me right. Needless to say, you're a pip.

(OK I know you've heard it before)