Joseph Wright | 12 Sep 2007 10:08
Picon
Gravatar

WinEdt 5.5 (20070819) and DTX Mode

Hello all,

I've just upgraded by PC, and so I downloaded the latest build of WinEdt
for installation.  However, I seem to get an error with the DTX Mode
add-on.  The add on installs okay, but things go wrong when I try to use
the shortcuts it provides.  For example, typing "%%%" should result in:

%    \end{macrocode}
%
%    \begin{macrocode}

begin inserted into the document.  But instead I get a error saying:

Numeric Expression in Range [0..1111111111] expected
SaveRegisters(11111110000^^^);

and WinEdt opens Block.edt from the DTX mode directory.  Does anyone
else have this problem?  If so, any idea if it is WinEdt or DTX mode
that is at fault.

Thanks in advance,

Joseph Wright

Joseph Wright | 12 Sep 2007 10:18
Picon
Gravatar

Re: WinEdt 5.5 (20070819) and DTX Mode

Joseph Wright wrote:
> Hello all,
> 
> I've just upgraded by PC, and so I downloaded the latest build of WinEdt
> for installation.  However, I seem to get an error with the DTX Mode
> add-on.  The add on installs okay, but things go wrong when I try to use
> the shortcuts it provides.  For example, typing "%%%" should result in:
> 
> %    \end{macrocode}
> %
> %    \begin{macrocode}
> 
> begin inserted into the document.  But instead I get a error saying:
> 
> Numeric Expression in Range [0..1111111111] expected
> SaveRegisters(11111110000^^^);
> 
> and WinEdt opens Block.edt from the DTX mode directory.  Does anyone
> else have this problem?  If so, any idea if it is WinEdt or DTX mode
> that is at fault.
> 
> Thanks in advance,
> 
> Joseph Wright
> 

It seems a bit of hacking solves my problem.  A quick look at
_Backup.edt reveals that there should be one less digit in SaveRegisters
in Block.edt than seems to be there (a change?).  So chanign the line

(Continue reading)

Philip G. Ratcliffe | 12 Sep 2007 11:19
Picon
Favicon

RE: WinEdt 5.5 (20070819) and DTX Mode

> > I've just upgraded by PC, and so I downloaded the latest 
> build of WinEdt
> > for installation.  However, I seem to get an error with the DTX Mode
> > add-on.  The add on installs okay, but things go wrong when 
> I try to use
> > the shortcuts it provides.  For example, typing "%%%" 
> should result in:
> > 
> > %    \end{macrocode}
> > %
> > %    \begin{macrocode}
> > 
> > begin inserted into the document.  But instead I get a error saying:
> > 
> > Numeric Expression in Range [0..1111111111] expected
> > SaveRegisters(11111110000^^^);
> > 
> > and WinEdt opens Block.edt from the DTX mode directory.  Does anyone
> > else have this problem?  If so, any idea if it is WinEdt or DTX mode
> > that is at fault.
> > 
> > Thanks in advance,
> > 
> > Joseph Wright
> > 
> 
> It seems a bit of hacking solves my problem.  A quick look at
> _Backup.edt reveals that there should be one less digit in 
> SaveRegisters
> in Block.edt than seems to be there (a change?).  So chanign the line
(Continue reading)

Joseph Wright | 12 Sep 2007 11:51
Picon
Gravatar

Re: WinEdt 5.5 (20070819) and DTX Mode

Philip G. Ratcliffe wrote:
>> So chanign the line
>>
>> SaveRegisters(11111110000);
>>
>> to
>>
>> SaveRegisters(1111111000);
>>
>> in Block.edt restores full functionality.
> 
> Since later on there is RestoreRegisters(1111110000); I suspect that there
> should be one less 1 and not 0 - that is the line should be
> 
> SaveRegisters(1111110000);
> 
> Not that it should really make any difference at all :-)
> 
> Cheers,  Phil

Thanks for that, Phil.  I wasn't sure which end to go for, it was a
guess that worked!

Joseph Wright

Travis James | 13 Sep 2007 00:54

Questions for current users of WinEdt

Hello,

 

My name is Travis.  I have a couple of questions, but I am not sure if I am asking them in the correct place.  Please let me know if there is a better place for these questions.

 

I finished my undergraduate work last May and have been working for the same engineering firm for the past three years.  I was introduced to LaTeX and WinEdt while at school.  I found it to be a pleasant and powerful way to write my school papers.  At the same time, I would come to work and have to use Word to create documents, some of them large.  I doubt I have to write the list of annoyances of Word.  With that said, I began to think of, and talk to my bosses about, changing from Word to LaTeX for producing our documents.  I doubt that I need to list the positive reasons for this here either. 

 

I would say that I have a good grasp of WinEdt and LaTeX, but it could be stronger.  I understand how a single user utilizes the Project management features of WinEdt.  How does the project management operate over a network?  Assuming that each section of a report are separate files, can multiple users still open the project and manipulate the section they are working on while others work on their own?  What happens when you compile?

 

Does anyone one currently use WinEdt and LaTeX in the engineering consulting world.  I am up against Word and the belief that it is the only document writing resource and that people can’t learn anything new (even though most people don’t know how to use Word to begin with).  I would like to sell this to the powers that be with any examples of success I can find.

 

Thanks for any responses,

 

P. Travis James E.I.T.

Project Engineer

Winzler & Kelly Consulting Engineers

633 Third St.

Eureka, CA 95501

Phone: (707) 443.8326

Fax: (707) 444.8330

Email: travisjames <at> w-and-k.com

 

Files in electronic media format of text, data, graphics, or other types provided by Winzler & Kelly are provided only for convenience.  Any conclusion or information obtained or derived from such electronic files will be at user’s sole risk.  If there is a discrepancy between the information provided by Winzler & Kelly contained in electronic files and printed copies, the printed copies govern.

 

 

RS | 13 Sep 2007 04:52
Picon

Re: WinEdt 5.5 (20070819) and DTX Mode

On 12.09.2007 11:19, Philip G. Ratcliffe wrote:
> Since later on there is RestoreRegisters(1111110000); I suspect that there
> should be one less 1 and not 0 - that is the line should be
> 
> SaveRegisters(1111110000);

Actually, both lines are wrong, they should be

SaveRegisters(1111111000);

and

RestoreRegisters(1111111000);

(seven ones and three zeros). But nowadays, I don't bother counting 
anymore and just write

PushTagsandRegisters and
PopTagsandRegisters

(WinEdt build 20070716, which I'm still running, seems to be more 
forgiving about the extra zero, that's why I never noticed.)

Regards,
--

-- 
  Robert

Carsten Vogel | 17 Sep 2007 15:26
Picon

[Newbie] What happens exactly when I press "<this>" button? How to implement a new one!

Hello!
I am new to this list, using Winedt since a while, but now I am lost
"getting into it".

problem:
- PDFTexify has a different behaviour than LaTeX-DVIPS-PS2PDF (margins
are shifted)
question:
Where can I exactly find out, which options PDFTexify uses for dvips
<file>? Where to find out about/configure the "dvips"-button?

Problem/question
- I want to implement a new "button" executing / doing the same like
this batchscript, while %1 is the actual filename w/o extension. How do
I do that?

call pdflatex %1.tex
call latex %1.tex
call dvips -o %1-pics.ps %1.dvi
ps2pdf %1-pics.ps
pdflatex %1.tex

(this is what you need if you want to use pstricks with pdflatex, using:
package: pst-pdf)

Thanks in advance!

Yours,
Carsten
Deutsch(German), francais (French), english welcome!

WinEdt.org | 18 Sep 2007 22:26

ANN: German menus

'Nabend!

A new contribution has entered the home of WinEdt's community:

    <http://www.winedt.org/Config/menus/German.php>

A complete German translation of all menu entries (Main Menus and Popup
Menus) for WinEdt 5.5, contributed by David Gippner.

(Note that these menus should not be used with previous versions of 
WinEdt; also beware that any menu customisations will be overwritten.)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Contributions are always welcome!

For the winedt.org team,
  robert <at> winedt.org

Benatzky, Joachim | 19 Sep 2007 00:26
Picon

AW: ANN: German menus

Oh, that's wunderbar!

Thank you very much!

> -----Ursprüngliche Nachricht-----
> Von: WinEdt.org [mailto:webmaster <at> winedt.org] 
> Gesendet: Dienstag, 18. September 2007 22:26
> An: winedt+list <at> wsg.net
> Cc: David Gippner
> Betreff: [WinEdt] ANN: German menus
> 
> 'Nabend!
> 
> A new contribution has entered the home of WinEdt's community:
> 
>     <http://www.winedt.org/Config/menus/German.php>
> 
> A complete German translation of all menu entries (Main Menus 
> and Popup
> Menus) for WinEdt 5.5, contributed by David Gippner.
> 
> (Note that these menus should not be used with previous 
> versions of WinEdt; also beware that any menu customisations 
> will be overwritten.)
> 
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 
> Contributions are always welcome!
> 
> For the winedt.org team,
>   robert <at> winedt.org
> 
> 

Elissaios Karageorgiou | 20 Sep 2007 23:29
Picon

spell checking error greek

Good afternoon,

    I am trying WinEdt in greek and I have uploaded the necessary
dictionary from the site to check spelling, as well.  Unfortunately, it
seems that words that have the greek chi at any position are separated
into two words for spell checking and thus noted as incorrect.  The chi
is not underlined.  When I reverse my keybord into english, where I can
see what the characters look like, chi is like the %
sign (division symbol)  but with a horizontal instead of an oblique bar,
and if it's upper case it shows up as an x (multipication symbol).  In both
cases, the word is cut in two.   Is there a way to bypass this problem
for spell checking?

Thank you,
Elissaios Karageorgiou

Gmane