... Thanks for your comments. The problem is the following. I am not only synchronizing the directories with the files, but also the WinEdt folders!! So I want...
Jürgen Dix
dix@...
May 1, 2002 9:10 am
709
Hi I would like competely relative winedt project files as well. Whenever I move files across my network network and access them via a network share...
Kevin Manderson
kevin@...
May 1, 2002 10:48 am
710
... Does this mean that if I choose to run LaTeX in both Background and Detached modes it will actually run in Background mode because ...
Stephen Levitt
s.levitt@...
May 1, 2002 12:52 pm
711
Hello I installed the RCS menu recently, but I have some problems with it. I tested it, doing simple changes in the next simple latex file. ...
jvilhena
j_vilhena@...
May 1, 2002 1:58 pm
712
Hello jvilhena, You have to change a little bit command Open from RCSDiffCorrect.edt or from RCSDiffchbar.edt to look like: ...
Catalin AGHEORGHIESEI
cagh@...
May 1, 2002 2:14 pm
713
... Catalin has answered this one. I reckon the Open() macro must have changed its syntax somewhere between 5.1 and 5.3. Opening the file as ASCII seems to be...
RS
w.m.l@...
May 1, 2002 3:16 pm
714
... No. Take a look at LaTeX.edt. You'll find: Assign('-interaction',''); IfStr("%$('Background-LaTeX');","1","=",|LetRegNum(0, "%!0+10000");> ...
WinEdt Team
support@...
May 2, 2002 12:48 am
715
... WinEdt folder is probably outside your working folder and that's why relative filenames don't affect it much. You should do the following: Use the command...
WinEdt Team
support@...
May 2, 2002 12:51 am
716
Hi Alex Thanks for that, will try it tonight when I get back home. regards kevin ... -- Kevin Manderson MBA, ExecDipEnt Strategic IT and...
Kevin Manderson
kevin@...
May 2, 2002 2:57 am
717
Hi, I recently switched to WinEdt 5.3 and installed it on the network server. Almost everything went fine only YAP would not start any more. After a quick...
Joerg Neidig
jogi-baer@...
May 2, 2002 7:19 am
718
Thank you Catalin and Robert I have corrected the macro files as you sugested, and after some tests, all commands seem to run smooth. Best Regards jvilhena...
jvilhena
j_vilhena@...
May 2, 2002 1:43 pm
719
Hi I have the following macro called compile3.edt in the Bin folder ================================================ // In the background Compiles Selected...
Prof. Masoud Salehi
salehi@...
May 2, 2002 1:48 pm
720
... Yes: WinEdt can now be configured to run with MiKTeX (default) fpTeX or YandY TeX and variables specific to the TeX system are no longer initialized in the...
WinEdt Team
support@...
May 2, 2002 3:07 pm
721
... Replace your call Menu("Compile3 Selected"); // Call compile3.bat with WinExe('','c:\tex\yandy\yandytex\yandytex.exe +latex -L -v temp.tmp',> ...
WinEdt Team
support@...
May 2, 2002 3:10 pm
722
Hi Folks, I am about to take the plunge and move to Linux. I spend most of my time at the computer using MatLab and WinEdt. I recently obtained a Linux ...
Paul M. Goggans
goggans@...
May 2, 2002 3:36 pm
723
Thanks Alex, it works fine now. ... ============================================ Masoud Salehi Department of Electrical and Computer Engineering Northeastern...
Prof. Masoud Salehi
salehi@...
May 2, 2002 4:06 pm
724
Within the next weeks I might be able to comment on this issue. I have installed an extra HD and will install Linux on this. I also have bought Win4Lin, which...
Frans Goddijn
frans@...
May 2, 2002 7:11 pm
725
Hi I have created a LateX command and would like to gather it with a string appended to it. example: \fig{test}{}{} should be gathered as: fig:test I tried...
Torsten Lorentzen
torsten_lorentzen@...
May 3, 2002 12:56 pm
726
... This is what has now been done for the next version... New macros for process launching (execution): IfFinished("Then","Else"); GetExitCode(Reg: 0..9); ...
WinEdt Team
support@...
May 3, 2002 11:21 pm
727
Just to add to the data base: I also encountered the problem decribed below after upgrading to 5.3 (Build: 20020323). This behavior was not exhibited by v 5.2....
Chris Miller
miller@...
May 5, 2002 4:36 pm
728
I just upgraded to 5.3 (Build: 20020323) and I use MiKTeX (up to date version) running W98 on one machine and W98SE on another. The inverse dvi search wouldn't...
Chris Miller
miller@...
May 5, 2002 4:47 pm
729
I have had the same trouble and I think it is a miktex question, because reinstalling WinEdt in a path without any blank or white space the inverse search...
J. E. Palomar
jepalomar@...
May 5, 2002 6:09 pm
730
Hi! ... This is a little late followup of the above problem. I now have WinEdt build 20020323 (v. 5.3). However the command behaves differently for different ...
Chirag Rajyaguru
chirag@...
May 6, 2002 6:26 am
731
... I am aware of it and will try to fix it shortly. This does not happen on Win2000 or XP but I, too, can consistently reproduce it on Win98. The story is a...
WinEdt Team
support@...
May 6, 2002 11:14 pm
732
... Specify a space as the first parameter to ensure that the application is not launched (even if the Executable is on your PATH and the Service name is equal...
WinEdt Team
support@...
May 6, 2002 11:17 pm
733
... This is a yap setting and it has to be corrected due to the new location of WinEdt. However, if you launch yap from WinEdt it is now enough to specify...
WinEdt Team
support@...
May 6, 2002 11:20 pm
734
HI! It is working Alex. Thankx.... Chirag...
Chirag Rajyaguru
chirag@...
May 7, 2002 12:51 am
735
elewj
elewj@...
May 7, 2002 7:34 am
736
Hi Alex, when using WrL, the line-ending format depends on the format of the file that is currently opened. Is that intended? I would think that it should ...
RS
w.m.l@...
May 8, 2002 9:29 pm
737
... You want something like: Page("Figures","TeX"); // TeX and BibTeX Mode Only OnGDIActivate("GlobalMark;"); OnGDIShow("GlobalMark;"); ...