Search the web
Sign In
New User? Sign Up
WinEdt
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 3252 - 3281 of 8486   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3252
I keep getting this message from Winedt: Access violation at address 77EC9FFB in module 'kernel32.dll'. Read of address 03BBC000 What might be the cause? I am...
Turhan Ozen
txo@...
Send Email
Aug 1, 2003
3:30 pm
3253
... Try: Options -> Preferences -> Editor: Delay Mouse Clicks (disable it). Best regards, alex...
WinEdt Team
support@...
Send Email
Aug 1, 2003
10:45 pm
3254
... LetReg(0,`%@('HKEY_CLASSES_ROOT','AcroExch.Document','shell','open','command ... This entry is supposed to be set by Adobe Reader during its installation....
WinEdt Team
support@...
Send Email
Aug 1, 2003
10:48 pm
3255
... This has been posted many times (search the Mailing List archive through www.winedt.org). Adobe has changed the caption from Acrobat Reader to Adobe...
WinEdt Team
support@...
Send Email
Aug 1, 2003
10:50 pm
3256
... Well, it may have to do with network but then again it may not... If the error only occurs when you are working on network files then you'll have to debug...
WinEdt Team
support@...
Send Email
Aug 1, 2003
10:52 pm
3257
I have been following the discussion on using Acrobat 6 (not just the reader but the distiller as well). I have already made the changes in the startup file...
Per Ting
perting2002@...
Send Email
Aug 2, 2003
12:14 am
3258
Forgot to mention: not if you have Acrobat 5 installed but would prefer Reader 6 as your default to open pdf. OT: Anyone know how to change the default to...
walter a kehowski
wkehowski@...
Send Email
Aug 2, 2003
4:23 am
3259
Hello folks, I am going to write a macro which makes things easier :-) Recently I am writing a longtable and I used to click two times the Latex button, next,...
Daniel Czarkowski
reuterpl@...
Send Email
Aug 2, 2003
12:50 pm
3260
... Yes, looks good! Don't have twinview setup at home, but it certainly works with two windows open on a single monitor. Many thanks, Alex. ** Phil....
Philip TAYLOR [PC336/...
P.Taylor@...
Send Email
Aug 2, 2003
8:57 pm
3261
Thanks for this, should have looked at past mesgs. However, only fixing the startup macro didn't unlock the file. I found a hack commented out in the script,...
socrates_varakliotis
socrates_varakliotis@...
Send Email
Aug 3, 2003
12:15 am
3262
Macro question. Does anyone know how to deal with windows file names with spaces? I want to write a mocro to do this; ... IfFileExists("%P\%N.my.aux",...
Al
nobrow@...
Send Email
Aug 3, 2003
4:35 pm
3263
Try IfFileExists("%P\%N.my.aux", "Run('bibtex |%P\%N.my|');"); Walter ... From: "Al" <nobrow@...> To: <winedt+list@...> Sent: Sunday, August 03,...
walter a kehowski
wkehowski@...
Send Email
Aug 3, 2003
4:47 pm
3264
Thanks Walter but that doesnt sem to do it. Ive tried all the nested string delimeters |,`,",',* and : but when I try to run BibTeX on a file called "C:\The...
Al
nobrow@...
Send Email
Aug 4, 2003
10:35 am
3265
I have installed winedt 5.3 site licence in a windows xp enviroment, but every time a new user log in he or she have to register again even whem a ...
Thomas Møller
logos132@...
Send Email
Aug 4, 2003
12:43 pm
3266
Don't use filenames with spaces. Really. Use '-' as a space instead. That's what I do. Just haven't thought about it for quite some time. ... From: "Al"...
walter a kehowski
wkehowski@...
Send Email
Aug 4, 2003
2:16 pm
3267
... You have to enable User Profiles. Go to Options ->Configuration Wizard and choose the Shell Configuration Wizard (from the two buttons available on the ...
WinEdt Team
support@...
Send Email
Aug 4, 2003
2:27 pm
3268
... ""%P\%N.pdf""|,'%P',0,0,""%$('Acro-Title');"");"); ... The "correct" macro would have to call executables with WinExe and Sync flag rather than a simple...
WinEdt Team
support@...
Send Email
Aug 4, 2003
5:00 pm
3269
... in ... This will work: IfFileExists("%P\%N.my.aux", !"Run('bibtex ""%P\%N.my""');"); Also: IfFileExists("%P\%N.my.aux", !|Run('bibtex "%P\%N.my"');|); ...
WinEdt Team
support@...
Send Email
Aug 4, 2003
5:04 pm
3270
Given the availabilty of libraries like Boost++ would it ever be likely that we might have somewhat more standard regular expressions? --hsm...
Hugh S. Myers
hsmyers@...
Send Email
Aug 4, 2003
5:11 pm
3271
Hi, I have a question that probably has been addressed before, but I can't find it. I installed WinEdt 5.3 under Windows 2000. I can't get WinEdt to texify my...
Jort Wilkens
jwilkens@...
Send Email
Aug 4, 2003
5:26 pm
3272
... Perfect. Thanks....
Al
nobrow@...
Send Email
Aug 4, 2003
7:30 pm
3273
Hi again. I need to run pdflatex once to generate the files %P\%N.xabstract.aux %P\%N.xauthor.aux and %P\%N.xtitle.aux I then need to BibTeX each of them...
Al
nobrow@...
Send Email
Aug 4, 2003
10:56 pm
3274
Hi folks, I attached the macro, which works fine. I am beginner and this is my first macro which I have written. If someone has a better idea to do this,...
Daniel Czarkowski
reuterpl@...
Send Email
Aug 5, 2003
11:09 am
3275
... Local registers are case-sensitive. So you must write ... Declare("old Viewer-PDF TeXify"); // not necessary (but not wrong, either) ... Assign("old...
RS
w.m.l@...
Send Email
Aug 5, 2003
11:51 am
3276
... Which explains why "... Texify" was showing up as a spelling mistake. Ugh. ThAnX...
Al
nobrow@...
Send Email
Aug 5, 2003
2:40 pm
3277
Please remove me from the winedt+list ... From: "Al" <nobrow@...> To: <winedt+list@...> Sent: Tuesday, August 05, 2003 10:22 AM Subject: Re:...
Tom Timusk
timusk@...
Send Email
Aug 5, 2003
4:05 pm
3278
... Hash: SHA1 ... To unsubscribe from the WinEdt Mailing List, send an empty mail to: <winedt+list-unsubscribe@...> from the account that you are ...
Hirsch Andreas
afj@...
Send Email
Aug 5, 2003
4:16 pm
3279
I have installed winedt and miktex and everything is okay but page control buttons don't work. Is there someone who can help me ? ...
Emmanuelle Mandard
mandarem@...
Send Email
Aug 6, 2003
6:50 am
3280
... Not too bad for the first attempt. Here is an improvement. WinExe can specify Sync flag and thus eliminate wait for focus. It is better to call Exe...
WinEdt Team
support@...
Send Email
Aug 6, 2003
6:45 pm
3281
... It depends on what exactly do you mean by saying that buttons don't work. GUI Symbols are defined to insert certain LaTeX Symbols (eg. \nearrow) in your...
WinEdt Team
support@...
Send Email
Aug 6, 2003
6:49 pm
Messages 3252 - 3281 of 8486   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help