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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9003 - 9032 of 9520   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9003
... According the requirements I've posted here in my last mail, it should be written like this: Run('C:\Program Files\PowerCmd\PowerCmd.exe /P=%P'); ... -- ...
Hongsheng Zhao
zhaohscas@...
Send Email
Nov 1, 2008
10:18 am
9004
... In order to manipulate the directory which include spaces, the above should change to this: Run('C:\Program Files\PowerCmd\PowerCmd.exe /P="%P"'); Regards,...
Hongsheng Zhao
zhaohscas@...
Send Email
Nov 1, 2008
3:15 pm
9005
... That's fine. What about "%B\Macros\Events\BuildTree{After,Before}.edt" (sorry, forgot to ask last time)? ... Regards, -- Robert...
Robert
w.m.l@...
Send Email
Nov 3, 2008
6:33 am
9006
Salve a tutti, qualcuno ha realizzato una procedura per lanciare TeX4HT da WinEdt? Grazie, Paolo...
Paolo Cavallo
ton0621@...
Send Email
Nov 5, 2008
4:09 pm
9007
How do I raise the 10 project maximum? (Every time I add a new project, the 10th gets killed.)...
Lones Smith
lones@...
Send Email
Nov 6, 2008
4:14 am
9008
Hi, I wrote the following WinEdt macro for inserting footnotes: BeginGroup; Chr(37,"%"); CMD("Enter"); CMD("Indent"); InsText("\footnote{"); CMD("Enter"); ...
Nicolas Vaughan
nivaca@...
Send Email
Nov 8, 2008
8:12 pm
9009
Dear Winedters, I want to substitute more in-line equations which have the form: $_my_equation_$ into the following form: ~$\rm{_my_equation_}$~ If I do all of...
Hongsheng Zhao
zhaohscas@...
Send Email
Nov 9, 2008
12:49 pm
9010
Hi, Try this: BeginGroup; IfSel('0','=',> 'SelWord(1);> IfSel(''0'',''='',> ''Ins("~$\rm{__}$~");> CMD("Char Left");'',> ...
Nicolas Vaughan
nivaca@...
Send Email
Nov 9, 2008
6:23 pm
9011
... I cant say anything about why there would be a difference between 5.5 and 5.6, but here is something I used to use that does about the same thing without...
David Huffer
David.Huffer@...
Send Email
Nov 10, 2008
5:01 pm
9012
... IfSel('0','=',>> ... Thanks a lot. I've tried it, but it will do the following thing instead of the case I've posted here: The macro you posted here will...
Hongsheng Zhao
zhaohscas@...
Send Email
Nov 11, 2008
4:02 pm
9013
David, Thanks so much. It worked fine. However, if the footnote in inserted before a quotation mark, this is left behind. E.g., in this text: In 1298 Alauddin...
Nicolas Vaughan
nivaca@...
Send Email
Nov 11, 2008
4:42 pm
9014
... I'm not sure what you mean by "find your way out in the document", but I was talking mostly about not interupting the visual flow of text among paragraphs...
David Huffer
David.Huffer@...
Send Email
Nov 11, 2008
9:51 pm
9015
Have you changed any highlighing settings, or do you use the default ones? Nicolas...
Nicolas Vaughan
nivaca@...
Send Email
Nov 11, 2008
10:37 pm
9016
... I have changed them (dramatically). -- David...
David Huffer
David.Huffer@...
Send Email
Nov 12, 2008
8:57 pm
9017
Can you show me the result? Nicolas...
Nicolas Vaughan
nivaca@...
Send Email
Nov 12, 2008
10:21 pm
9018
I am running WinEdt build 20071003 (v5.5) on Vista. I have been using it with no problems for some months, but suddenly one of my documents will compile any...
E A
ea1129@...
Send Email
Nov 14, 2008
6:31 pm
9019
Hello, I am finding that PDF TeXify is extremely slow. I am using Beamer to create a presentation, and it takes on the order of MINUTES to compile with PDF ...
Dan Zelazo
1yendanz@...
Send Email
Nov 14, 2008
8:32 pm
9020
The Beamer package is awfully big. It takes some time to compile a beamer document. I suppose you're using MikTeX. Why don't you try TeX Live? Its much faster ...
Nicolas Vaughan
nivaca@...
Send Email
Nov 14, 2008
9:42 pm
9021
... All you have to do is to reset the main file to your document or else remove the main file (if you are working on a simple one-file project and you don't...
WinEdt Team
support@...
Send Email
Nov 14, 2008
10:21 pm
9022
... Probably what you want is a Tagged RegEx Replace with something like: Search: \$\(*\)\$ Replace: \~\$\\rm\{\0\}\$\~ Use confirm to be sure that this is...
WinEdt Team
support@...
Send Email
Nov 14, 2008
10:23 pm
9023
... Thanks a lot for your deep dive analysis on this issue. Best regards, -- Hongsheng Zhao <zhaohscas@...> Xinjiang Technical Institute of Physics...
Hongsheng Zhao
zhaohscas@...
Send Email
Nov 15, 2008
9:06 am
9024
Hi, Say I have a single (main) tex file and have subsidiary files: a bib and a bst style file. In the tex file, there are keys and the arguments are given in...
Yogeshwarsing Calleec...
yogeshwarsing.calleec...
Send Email
Nov 16, 2008
10:26 am
9025
... I don't know how you use this functionality but the last time I payed attention to bibtex issues the style file was specified with (something like): ...
WinEdt Team
support@...
Send Email
Nov 17, 2008
9:06 pm
9026
Hi Alex, Thanks for your response. I shall give it a try. Best Regards, Y.Calleecharan...
Yogeshwarsing Calleec...
yogeshwarsing.calleec...
Send Email
Nov 18, 2008
9:41 am
9027
Dear Winedters, I want to add a line command to _Erase Working Files.edt_ for deleting a temporary folder generated by (pdf)LaTeX, how can I achieve this aim?...
Hongsheng Zhao
zhaohscas@...
Send Email
Nov 20, 2008
9:29 am
9028
... WinEdt has no macro functions to delete directories. However, you can write a bat file and call it (with proper parameters) from WinEdt. You can use Run in...
WinEdt Team
support@...
Send Email
Nov 26, 2008
6:18 pm
9029
Dear WinEdt-users, Has anyone of you met the same obstacle and been able to solve it: Background: I had to buy a new portable, a Lenovo, last January. I ...
Olli J. Marttila
olli.marttila@...
Send Email
Nov 27, 2008
2:46 am
9030
Hi, Very strange, indeed. I have WinEdt 5.6b1 installed on a desktop and a portable, both of them with Vista. The portable's got Vista Home Premium, and the...
Nicolas Vaughan
nivaca@...
Send Email
Nov 27, 2008
2:56 am
9031
... ***************** Thanks for suggestions that came almost immediately after I let my message in the net. I followed the status of the computer with Task...
Olli J. Marttila
olli.marttila@...
Send Email
Nov 27, 2008
3:16 am
9032
... Here to be added: This message doesn't seem rare: Google finds some 63'000 verbatim messages. I now suspect that the kern of the problem lies in the paging...
Olli J. Marttila
olli.marttila@...
Send Email
Nov 27, 2008
1:00 pm
Messages 9003 - 9032 of 9520   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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