Uwe Siart | 1 Jul 2008 12:26
Picon
Favicon

Re: How to deactivate SyncTeX

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
niikos | 1 Jul 2008 20:21
Picon

(no subject)

Hello i am trying to prepare a paper for IEEE.
I need to use :
\usepackage{mdwmath}
\usepackage{mdwtab}

but when i compile a window pops up to install the package mdwtools. I  
have tried different servers but i get error that it is present. I  
also have manually downloaded the sty filees and added in the folder  
tex\latex\mdwtools, but still nothing. What i am doing wrong? What can  
i do

Nikolas
_
R&D, TFT and OLED

-------------------------------------------------------------------------
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
Evaristo Arroyo F. | 1 Jul 2008 21:54
Picon

Re: (no subject)

En Tue, 01 Jul 2008 13:51:27 -0430, <niikos <at> ee.auth.gr> escribió:

> Hello i am trying to prepare a paper for IEEE.
> I need to use :
> \usepackage{mdwmath}
> \usepackage{mdwtab}
>
> but when i compile a window pops up to install the package mdwtools. I
> have tried different servers but i get error that it is present. I
> also have manually downloaded the sty filees and added in the folder
> tex\latex\mdwtools, but still nothing. What i am doing wrong? What can
> i do
>
> Nikolas
> _
> R&D, TFT and OLED
>
>
>
> -------------------------------------------------------------------------
> 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 <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/miktex-users
>
> __________ Information from ESET Smart Security, version of virus  
(Continue reading)

Uwe Siart | 2 Jul 2008 07:12
Picon
Favicon

Re: How to deactivate SyncTeX

Christian Schenk <cs <at> miktex.org> 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
Alain Delmotte | 2 Jul 2008 09:39
Picon

Re: How to deactivate SyncTeX

Hello!

Uwe Siart a écrit :
> Christian Schenk <cs <at> miktex.org> 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
(Continue reading)

Joseph Wright | 2 Jul 2008 09:49
Picon
Gravatar

Re: How to deactivate SyncTeX

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
Uwe Siart | 2 Jul 2008 09:55
Picon
Favicon

Re: How to deactivate SyncTeX

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
Ulrike Fischer | 2 Jul 2008 12:06
Picon

Re: How to deactivate SyncTeX

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 <at> nililand.de

-------------------------------------------------------------------------
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
(Continue reading)

Alain Delmotte | 2 Jul 2008 18:04
Picon

Re: How to deactivate SyncTeX

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 
(Continue reading)

Ulrike Fischer | 2 Jul 2008 18:14
Picon

Re: How to deactivate SyncTeX

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 <at> nililand.de

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

Gmane