... Perfect! The Do(''); macro was just what I was looking for! Cheers, -- Anthony Roy. School of Computing, t: +44 (0)113 233 1074 Leeds University,...
Anthony Roy
work@...
Mar 1, 2002 10:57 am
184
What is the "z" parameter for? I have tried various values, but nothing different seems to happen. I'd assumed it was a default value, but does not appear to...
Anthony Roy
work@...
Mar 1, 2002 11:40 am
185
... I guess you have the option 'Move after pasted text' (in Options/Preferences/Editor) unchecked, so that after pasting your caret is *before* pasted text. I...
Aureli Alabert
alabert@...
Mar 1, 2002 12:01 pm
186
If you have the .dvi file open in Yap when you re-compile the .tex file, doesn't Yap automatically refresh (once it has focus again)? In an editing cycle, I...
Gordon McLean, Jr.
g.d.mclean@...
Mar 1, 2002 12:49 pm
187
The one-line macro Alex provided should have been: CMD("Go To Beginning Of Line");Ins('%L%\'); That is, without the ! between the % and L. And CMD('Go To End...
Philip G. Ratcliffe
philipratcliffe@...
Mar 1, 2002 5:32 pm
188
... It was supposed to be the default value but I forgot to process this parameter. This is now fixed and tested: GetCounter("Label","Caption","111"); Best...
WinEdt Team
support@...
Mar 1, 2002 5:50 pm
189
... Clicking on the Spell Panel in the Status Line toggles automatic spell checking on an off. The default depends on the mode in which the document is opened...
WinEdt Team
support@...
Mar 1, 2002 5:52 pm
190
My email has changed to markandheidi@... Thanks Davidson ... From: "WinEdt Team" <support@...> To: <winedt+list@...> Sent: Thursday, February...
mark davidson
markandheidi@...
Mar 2, 2002 3:56 am
191
Our new email address is markandheidi@.... Mark...
mark davidson
markandheidi@...
Mar 2, 2002 2:14 pm
192
Hi, I am a little lost with highlighting. By mistake, I did Restore my highlighting configuration (going back to some default I had forgot) and I somehow...
chiari mario
chiari.hm@...
Mar 3, 2002 6:31 pm
193
Hi; I remember that a while ago it was discussed here that \cite{?} can be set up as an active string such that typing \cite{} would call bibtexdb (or ...
Masoud Salehi
salehi@...
Mar 4, 2002 5:00 am
194
Hello everyone, I use WinEdt build 20001213 (v. 5.2). I've updated to windows xp and now whenever I use \emph{...} the result is the same as \textsl{...}....
Jesús
jeviva@...
Mar 5, 2002 1:19 pm
195
Hi I had the same problem (W2K, WinEdt Build: 20020219 (v. 5.3), MikTeX 2.1), and I was going to answer this afternoon with the solution, because Alex ...
Alejandro F. Braña...
abranha@...
Mar 5, 2002 3:00 pm
196
Hi I have a problem with dvi2pdf in a completely fresh installation of Winedt. I first installed WinEDT, then MikTeX 2.2, 2.1 and tried to run dvi2pdf after...
Lars-Åke Larzon
lln@...
Mar 5, 2002 4:33 pm
197
This is not a WinEdt question and it shouldn't really be to do with Windows either - have you updated your MiKTeX package too? I suspect that what you mean is...
Philip G. Ratcliffe
philip.ratcliffe@...
Mar 5, 2002 4:53 pm
198
I'm not at all a guro, but it looks to me as if WinEdt has nothing to do with the problem here. I think I remember (I might be wrong) from other lists that an...
Frans Goddijn
frans@...
Mar 5, 2002 5:44 pm
199
... Lars, it's the driver that inserts the figure files; therefore dvips inserts eps files into a ps larger one; ps2pdf processes a complete postscript file...
Claudio Beccari
beccari@...
Mar 5, 2002 6:03 pm
200
In my LaTeX preamble I am setting the papersize to A4, which is working fine when compiling my LaTeX-source to DVI. The DVI2PDF procedure surprisingly creates...
robert@...
Mar 5, 2002 6:57 pm
201
... The strange thing is that it works perfectly on my old machine where I've used WinEDT for a while. I could produce PDF files by first doing dvi2ps followed...
Lars-Åke Larzon
lln@...
Mar 5, 2002 9:16 pm
202
Hi Philip, I haven't changed anything about my miktex configuration. I'll update it anyway in case that's the problem. As for the printed output, with \emph{}...
Jesús
jeviva@...
Mar 5, 2002 11:14 pm
203
... You have to read the documentation that comes with dvipdfm.exe (in MiKTeX's Doc folder). For a quick help on the command line switches and the syntax of...
WinEdt Team
support@...
Mar 6, 2002 3:28 am
204
After several hours, I finally solved this problem myself by replacing -sOutputFile=%o with -sOutputFile=\"%o\" in the dvipdfm config file. It turned out to be...
Lars-Åke Larzon
lln@...
Mar 6, 2002 4:03 am
205
Dear all I have a bibtex file which contains a survey of references concerning on a specific subject. If I want to cite "all references" in the bibliography,...
Ricardo Gonçalves
macroeconometrics@...
Mar 6, 2002 4:52 am
206
... From: "WinEdt Team" <support@...> To: <winedt+list@...> Sent: Wednesday, March 06, 2002 2:19 AM Subject: Re: [WinEdt] \emph, \textsl and \textit...
Jesús
jeviva@...
Mar 6, 2002 5:02 am
207
... If you are talking about the appearance in WinEdt check the settings in the Options -> Highlighting| Switches Dialog. Both \textit{..} and \emph{...} are...
WinEdt Team
support@...
Mar 6, 2002 6:01 am
208
Try \nocite{*} /Lars-Åke...
Lars-Åke Larzon
lln@...
Mar 6, 2002 7:11 am
209
Dear Lars But I want to cite all!! I try \citeall but doesn't work!! Thanks Rick Try \nocite{*} /Lars-Åke ... Outgoing mail is certified Virus Free. Checked...
Ricardo Gonçalves
macroeconometrics@...
Mar 6, 2002 3:14 pm
210
That's exactly what \nocite{*} does! And \citeall does not exist, as far as I know. You'd find it all explained clearly in the LaTeX handbook. Phil Ratcliffe...
Philip G. Ratcliffe
philip.ratcliffe@...
Mar 6, 2002 3:40 pm
211
dvipdfm.exe is configured to automatically perform the conversion ps->pdf via Ghostscript's gswin32c.exe. If you look at WinEdt's Exec\pspdf.edt you'll see...
WinEdt Team
support@...
Mar 6, 2002 4:53 pm
212
Hello Alex, hello list, unfortunately I'm in a very busy stage of my academic "career" at the moment. So I haven't got the time for participation in the beta...