1 Jun 2005 09:22
1 Jun 2005 10:54
Re: Question about transfering settings Win2K to WinXP [small in text correction]
Raistlin Magere <rmagere <at> hotmail.com>
2005-06-01 08:54:10 GMT
2005-06-01 08:54:10 GMT
WinEdt Team wrote: > There are no differences that could explain this. Compare the > settings in the Configuration Wizard| Backup. In particular, it > could be that you are working on one of the drives that is not > listed in the Update Drives or else it is listed in the Ignore > Required File filter. > > Help in the Wizard explains the meaning of these options and their > purpose (to prevent WinEdt to become too sluggish on slow, removable > or network devices)... > I haven't had a chance to check yet, but you are most probably right as I forgot that the Win2K installation is on a 1-HD computer while the WinXP one is on 2-HD computer and I had forgotten that the TeX files are located on its D drive. Thanks for your help.
2 Jun 2005 00:11
"refreshing" when using PDF TeXify
Paul M. Alsing <alsing <at> hpc.unm.edu>
2005-06-01 22:11:22 GMT
2005-06-01 22:11:22 GMT
When using PDF TeXify with version 5.0 of Adobe Acrobat reader I did not have to close down the Acrobat reader when I re-PDF TeXify'd my latex document - Acrobat reader would just be "refreshed" with the new .pdf document (similar to the way the .dvi previewer works) In version 6.0 or higher of Acrobat reader, I keep getting an error message that the old .pdf file could not be written to, and to put in a new file name. So I have to close Acrobat reader in order to get it to write to the same .pdf file. Is there an option in WinEdt to just "refresh" when using PDF TeXify (the whay the .dvi previewer works)? I am unclear if this is a WinEdt issue or a Acrobat reader issue. I tried playing with various option in Acrobat reader, but nothing helped. I also tried to look under help for PDF TeXify in the WinEdt help, but could not find anything. Thanks Paul M. Alsing ***************************************************************** * Paul M. Alsing * * Research Associate Professor * * Department of Physics and Astronomy * * 800 Yale Blvd, NE * * University of New Mexico * * Albuquerque, NM 87131 * * * * wk: 505-853-6940 * * fax: 505-853-6944 * * cell: 505-681-4509 * * e-mail: alsing <at> hpc.unm.edu * *****************************************************************
2 Jun 2005 11:59
RE: "refreshing" when using PDF TeXify
Ludwik Turko <turko <at> ift.uni.wroc.pl>
2005-06-02 09:59:29 GMT
2005-06-02 09:59:29 GMT
This problem was presented yet on the list. The answer was
===================================================
Adobe changed the caption of Acrobat Reader to Adobe Reader (in version
6)...
If you want WinEdt to tell reader to close pdf file before it is recompiled
you must correct:
Assign("Acro-Title","Acrobat Reader");
to
Assign("Acro-Title","Adobe Reader");
in WinEdt's Startup macro (Options -> Configurations -> Startup Macro). Save
the change and restart WinEdt.
Otherwise you'll get locked file error from pdf accessories...
Best regards,
alex
=====================================================
In my version of WineEdt (5.3) the Startup Macro has a possibility to
recognize the actual version of the Reader. When I performed changes along
Alex suggestion it was
FindInString(`%$('AcroRead')`,'Acrobat.exe',1,2,1000,1); // Which Acrobat:
AcroRd32.exe or Acrobat.exe
IfNum("%!1","%!2",">",>
`Assign("Acro-Title","Acrobat Reader");`,>
`Assign("Acro-Title","Adobe Reader");`);
This didn't give any results however. So after those lines I've just add
Assign("Acro-Title","Adobe Reader"); // Settled manually!!
and all was OK. since that!
Best regards
Ludwik Turko
> -----Original Message-----
> From: Paul M. Alsing [mailto:alsing <at> hpc.unm.edu]
> Sent: Thursday, June 02, 2005 12:11 AM
> To: winedt+list <at> wsg.net
> Cc: Paul M. Alsing
> Subject: [WinEdt] "refreshing" when using PDF TeXify
>
>
>
> When using PDF TeXify with version 5.0 of Adobe Acrobat
> reader I did not have to close down the Acrobat reader when I
> re-PDF TeXify'd my latex document - Acrobat reader would just
> be "refreshed" with the new .pdf document (similar to the way
> the .dvi previewer works)
>
> In version 6.0 or higher of Acrobat reader, I keep getting
> an error message that the old .pdf file could not
> be written to, and to put in a new file name. So I have
> to close Acrobat reader in order to get it to write
> to the same .pdf file.
>
> Is there an option in WinEdt to just "refresh" when
> using PDF TeXify (the whay the .dvi previewer works)?
>
> I am unclear if this is a WinEdt issue or a Acrobat reader
> issue. I tried playing with various option in Acrobat reader,
> but nothing helped. I also tried to look under help for PDF
> TeXify in the WinEdt help, but could not find anything.
>
> Thanks
>
> Paul M. Alsing
>
>
>
>
>
> *****************************************************************
> * Paul M. Alsing *
> * Research Associate Professor *
> * Department of Physics and Astronomy *
> * 800 Yale Blvd, NE *
> * University of New Mexico *
> * Albuquerque, NM 87131 *
> * *
> * wk: 505-853-6940 *
> * fax: 505-853-6944 *
> * cell: 505-681-4509 *
> * e-mail: alsing <at> hpc.unm.edu *
> *****************************************************************
>
3 Jun 2005 09:18
installing new fonts
Catherine Reeb <catherine.reeb <at> snv.jussieu.fr>
2005-06-03 07:18:54 GMT
2005-06-03 07:18:54 GMT
Hello, I would like to know how I could install new fonts for Winedt
editor; I have only courrier new and e few other in the preference
menu. Thanks a lot
--------------------------------------------------------- Laboratoire LIS 12 rue cuvier 75005 Paris tel : (33) 01 44 27 65 21 http://lis.snv.jussieu.fr/
--------------------------------------------------------- Laboratoire LIS 12 rue cuvier 75005 Paris tel : (33) 01 44 27 65 21 http://lis.snv.jussieu.fr/
5 Jun 2005 20:25
C programming Highlighting
David Strang <dstrang <at> chartermi.net>
2005-06-05 18:25:49 GMT
2005-06-05 18:25:49 GMT
Hi: I was hoping to use WinEdt to edit C source code and need to find a nice way to highlight the code. I looked and could not find the "mode-C" macros that were posted years ago. Have these been updated for version 5.4 or is there an easy way to get the equivalent from inside WinEdt 5.4? I apologize if this is "old news" here, but I exhausted my resources and need some help over something that should be real easy. I do I get C-mode highlighting in WinEdt 5.4? Regards, Dave Strang
7 Jun 2005 18:31
Grammar checker?
Juan Carretero <juan_carretero <at> yahoo.ca>
2005-06-07 16:31:17 GMT
2005-06-07 16:31:17 GMT
Hi,
Are there any plans to have a grammar checker added as
a feature to WinEdt. If not, are there any plug-ins
currently available that can do so?
Cheers,
Juan Antonio
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
9 Jun 2005 14:48
Bookmarks in 5.4
Jan Ritenberg <jan.ritenberg <at> gmail.com>
2005-06-09 12:48:10 GMT
2005-06-09 12:48:10 GMT
Hello, is there a way to get rid of a rather annoying bookmark (or its ghost) following the line your cursor is on? No combination of options in the Bookmarks window makes any difference. Many thanks. (On a more general note, I regret that the minimalist graphical interface of 5.3 is no longer the default. For example, the little red icon which is added to the document tab every time you change the saved document consumes the much needed horizontal space. Also, the toolbar icons required some tweaking on my system. The biggest improvement, as far as I'm concerned, is of course naviagtion in TOC and .bib files.) Jan
9 Jun 2005 15:13
Re: Bookmarks in 5.4
Georges Schmitz <georges.schmitz <at> heitec.de>
2005-06-09 13:13:18 GMT
2005-06-09 13:13:18 GMT
Jan Ritenberg schrieb: >Hello, > >is there a way to get rid of a rather annoying bookmark (or its ghost) >following the line your cursor is on? No combination of options in the >Bookmarks window makes any difference. Many thanks. > > Right click the left margin of text window (grey bar or goto Options>Appearance>Bookmarks). Uncheck the checkbox for "Use zero (0) as Roaming Bookmark" in the opening dialog. With this setting, bookmark 0 is usable as "normal" bookmark. >(On a more general note, I regret that the minimalist graphical >interface of 5.3 is no longer the default. For example, the little red >icon which is added to the document tab every time you change the >saved document consumes the much needed horizontal space. Also, the >toolbar icons required some tweaking on my system. > You can change this by editing WinEdtEx.ini. Goto "Options>Advanced>Extended Configuration" which opens WinEdtEx.ini. In the section [DOCUMENT_TABS] (the first one in the file) you find the key BITMAPS_ENABLED. Set it to 0 and restart WinEdt after saving the file. >The biggest >improvement, as far as I'm concerned, is of course naviagtion in TOC >and .bib files.) > > > And many more thingsGreetings, Georges
9 Jun 2005 15:27
Re: Bookmarks in 5.4
Jan Ritenberg <jan.ritenberg <at> gmail.com>
2005-06-09 13:27:31 GMT
2005-06-09 13:27:31 GMT
Thanks, Georges. But unchecking "Use zero (0)..." on my system has led only to a grey square following the cursor (the `ghost', as I called it earlier). Any idea on how to have just empty space there? And thanks a lot for the document tab tip. Jan On 6/9/05, Georges Schmitz <georges.schmitz <at> heitec.de> wrote: > Jan Ritenberg schrieb: > > >Hello, > > > >is there a way to get rid of a rather annoying bookmark (or its ghost) > >following the line your cursor is on? No combination of options in the > >Bookmarks window makes any difference. Many thanks. > > > > > Right click the left margin of text window (grey bar or goto > Options>Appearance>Bookmarks). Uncheck the checkbox for "Use zero (0) as > Roaming Bookmark" in the opening dialog. With this setting, bookmark 0 > is usable as "normal" bookmark. > > >(On a more general note, I regret that the minimalist graphical > >interface of 5.3 is no longer the default. For example, the little red > >icon which is added to the document tab every time you change the > >saved document consumes the much needed horizontal space. Also, the > >toolbar icons required some tweaking on my system. > > > You can change this by editing WinEdtEx.ini. Goto > "Options>Advanced>Extended Configuration" which opens WinEdtEx.ini. > > In the section [DOCUMENT_TABS] (the first one in the file) you find the > key BITMAPS_ENABLED. Set it to 0 and restart WinEdt after saving the file. > > >The biggest > >improvement, as far as I'm concerned, is of course naviagtion in TOC > >and .bib files.) > > > > > > > And many more things> > Greetings, > Georges > > >
Greetings,
Georges
RSS Feed