How to deactivate SyncTeX

View: New views
11 Messages — Rating Filter:   Alert me  

How to deactivate SyncTeX

by Uwe Siart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,

I wonder whether it is possible to build latex.fmt and pdflatex.fmt
without SyncTeX support or whether there is some other way to inhibit
SyncTeX. It produces yet another auxiliary file for a functionality
which I do not use.

--
Uwe

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Christian Schenk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Uwe Siart wrote:
> Dear all,
>
> I wonder whether it is possible to build latex.fmt and pdflatex.fmt
> without SyncTeX support or whether there is some other way to inhibit
> SyncTeX. It produces yet another auxiliary file for a functionality
> which I do not use.
>

You can use -synctex=0. I agree that it should be turned off by default.
For example in formats.ini, if that is possible. I will check to see if
that is an option.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Uwe Siart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 30 Jun 2008 at 19:48, Christian Schenk wrote:

> You can use -synctex=0. I agree that it should be turned off by default.
> For example in formats.ini, if that is possible. I will check to see if
> that is an option.

Thank you for this. Until this happens I will configure my editor to
use the -synctex=0 option.

--
Uwe


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Uwe Siart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Christian Schenk <cs@...> writes:

> You can use -synctex=0. I agree that it should be turned off by
> default. For example in formats.ini, if that is possible. I will check
> to see if that is an option.

Many thanks for implementing this. With the 2008-07-01 update it seems
to be off by default.

--
Uwe

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Alain Delmotte-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello!

Uwe Siart a écrit :

> Christian Schenk <cs@...> writes:
>
>  
>> You can use -synctex=0. I agree that it should be turned off by
>> default. For example in formats.ini, if that is possible. I will check
>> to see if that is an option.
>>    
>
> Many thanks for implementing this. With the 2008-07-01 update it seems
> to be off by default.
>  
When was synctex introduced?
I'd like to use it when creating .pdf files and viewing with sumatrapdf
(special version of William Blum) to have forward and inverse search.

When I compile I have the following in the log file:
pdfTeX 3.141592-1.40.7 (MiKTeX 2.7) (preloaded format=pdflatex 2008.6.6)

Thanks,

Alain Delmotte



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Joseph Wright :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Alain Delmotte wrote:
>>  
> When was synctex introduced?
> I'd like to use it when creating .pdf files and viewing with sumatrapdf
> (special version of William Blum) to have forward and inverse search.
>
> When I compile I have the following in the log file:
> pdfTeX 3.141592-1.40.7 (MiKTeX 2.7) (preloaded format=pdflatex 2008.6.6)

One of the recent ones (within the last week, I think).

Not a MiKTeX question, but related: Which PDF viewers (if any) support
SyncTeX?  I doubt the freshly-released Adobe Reader 9 does, and I
thought that Sumatra currently only supported the pdfsync-based method.

Joseph Wright

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Uwe Siart :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 2 Jul 2008 at 9:39, Alain Delmotte wrote:

> When was synctex introduced?

A couple of days ago, LaTeX and PDFLaTeX runs suddenly created a file
named <jobname>.synctex.gz.

--
Uwe


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Ulrike Fischer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

am Montag, 30. Juni 2008 um 19:48 schrieb Christian Schenk:


>> I wonder whether it is possible to build latex.fmt and pdflatex.fmt
>> without SyncTeX support or whether there is some other way to inhibit
>> SyncTeX. It produces yet another auxiliary file for a functionality
>> which I do not use.
>>

> You can use -synctex=0. I agree that it should be turned off by default.
> For example in formats.ini, if that is possible. I will check to see if
> that is an option.

It seems that synctex is deactivated now. So now the opposite
question: is it possible to (re)activate it by default? If yes how? (Not
that I need it currently, but I'm rather sure that the question will
pop up in the one or other group shortly).

(I tried to add arguments=-synctex=1  to formats.ini (the local and
global one) together with various combinations of --mklinks and making
formats but that doesn't seem to have an effect).

--
Mit freundlichen Grüßen
Ulrike Fischer
mailto:list@...



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Alain Delmotte-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

Joseph Wright a écrit :

> Alain Delmotte wrote:
>  
>>>  
>>>      
>> When was synctex introduced?
>> I'd like to use it when creating .pdf files and viewing with sumatrapdf
>> (special version of William Blum) to have forward and inverse search.
>>
>> When I compile I have the following in the log file:
>> pdfTeX 3.141592-1.40.7 (MiKTeX 2.7) (preloaded format=pdflatex 2008.6.6)
>>    
>
> One of the recent ones (within the last week, I think).
>
> Not a MiKTeX question, but related: Which PDF viewers (if any) support
> SyncTeX?  I doubt the freshly-released Adobe Reader 9 does, and I
> thought that Sumatra currently only supported the pdfsync-based method.
>  
See the following messages out of the sumatrapdf forum and the blog(?)
of William Blum:

http://blog.kowalczyk.info/forum_sumatra/topic.php?TopicId=908&Posts=5
http://william.famille-blum.org/blog/index.php?entry=entry080612-040012

I haven't tested yet. I am waiting for the answer to Ulrike Fischer
question:
how to have a SyncTeX output (is it a parameter to pdftex? or new format
files)

Regards,

Alain Delmotte



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Ulrike Fischer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

am Mittwoch, 2. Juli 2008 um 18:04 schrieb Alain Delmotte:


> I haven't tested yet. I am waiting for the answer to Ulrike Fischer
> question:
> how to have a SyncTeX output (is it a parameter to pdftex? or new format
> files)

I didn't want to know how to get synctex output. That's easy:

You can activate synctex for a run with
pdflatex --synctex=1 file or pdflatex -synctex=1 file

(It seems not to matter if there is one or two hyphens)

My question was if is possible to activate it as a default.


--
Mit freundlichen Grüßen
Ulrike Fischer
mailto:list@...



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users

Re: How to deactivate SyncTeX

by Martin Heller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ulrike Fischer skrev:

> It seems that synctex is deactivated now. So now the opposite
> question: is it possible to (re)activate it by default? If yes how? (Not
> that I need it currently, but I'm rather sure that the question will
> pop up in the one or other group shortly).
>
> (I tried to add arguments=-synctex=1  to formats.ini (the local and
> global one) together with various combinations of --mklinks and making
> formats but that doesn't seem to have an effect).

Did you find the answer to this question?

I am using LaTeXDaemon but it is not possible to pass arguments
through LaTeXDaemon to pdflatex.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
MiKTeX-Users mailing list
MiKTeX-Users@...
https://lists.sourceforge.net/lists/listinfo/miktex-users
LightInTheBox - Buy quality products at wholesale price