WinEdt.org | 1 Nov 18:54

Mailing List Guidelines


      WinEdt Mailing List Guidelines
      ==============================

   These guidelines are sent to the WinEdt Mailing List once a month.
   Please keep them in mind when posting to the list.

   ---------------------------------------------------------------------

* What To Post

   The WinEdt Mailing List is for questions about the WinEdt editor. You
   should  not post questions concerning LaTeX, MiKTeX, BibTeX et al. to
   the mailing list. WinEdt is a shell/editor for  LaTeX  etc.  and  the
   list  is  intended  to  answer questions concerning WinEdt, not LaTeX
   etc.
   (Sometimes it might be difficult  to  decide  whether  a  problem  is
   related to WinEdt or to MiKTeX, LaTeX etc. A rule of thumb is: If you
   are having the same  problems  when  running  the  program  from  the
   command line, it is NOT related to WinEdt.)

   A lot of questions are being asked over and over  again.  Check  that
   your question isn't already answered in the WinEdt FAQ at
      <http://www.winedt.org/Doc/FAQ>
   or in the mailing list archives at
      <http://groups.yahoo.com/group/WinEdt>.

   When sending a question to the mailing list, try to be specific.
   Include (at least)
     + the Build number of your WinEdt (see "Help | About WinEdt...")
(Continue reading)

Jose D. Flores | 2 Nov 04:20
Picon
Favicon

TeX2html

Any way to run tex2html directly from winedt?

 

José

Picon

greek sigma and apostrophe

Good afternoon,
 
I have posted this question in the google tex group but I have not received an answer that works and since I am new to LaTeX I am thinking whether it's something WinEdt can help out with, so I apologize if it's not the best place to post it.
 
I am writing in greek and when I write the greek final s (varsigma) and an apostrophe follows, the final sigma is changed into a normal sigma.  The only thing that seems to sort of work is to change into a latin alphabet and put a c instead, but that mixes things up and is not very practical.
 
Any suggestions?
 
Thank you and sorry for using this list, but I haven't found a good answer yet,
 
Elissaios Karageorgiou
Karl E Schwede | 2 Nov 17:23
Picon
Favicon

Re: greek sigma and apostrophe

Just a thought, but have you tried putting { } around either the ' or the 
final varsigma?

Karl Schwede

On Fri, 2 Nov 2007, Elissaios Karageorgiou wrote:

> Good afternoon,
>
> I have posted this question in the google tex group but I have not 
received an answer that works and since I am new to LaTeX I am thinking 
whether it's something WinEdt can help out with, so I apologize if it's 
not the best place to post it.
>
> I am writing in greek and when I write the greek final s (varsigma) and 
an apostrophe follows, the final sigma is changed into a normal sigma. 
The only thing that seems to sort of work is to change into a latin 
alphabet and put a c instead, but that mixes things up and is not very 
practical.
>
> Any suggestions?
>
> Thank you and sorry for using this list, but I haven't found a good answer yet,
>
> Elissaios Karageorgiou

Picon

Re: greek sigma and apostrophe

You may need to say which package(s) you
are using.  If I write

	$\varsigma'$
	\end

		and

	$\varsigma$
	\end

I get a varsigma in both cases (cf $\sigma$ \end).

Philip TAYLOR
--------
Elissaios Karageorgiou wrote:
> Good afternoon,
>  
> I have posted this question in the google tex group but I have not 
> received an answer that works and since I am new to LaTeX I am thinking 
> whether it's something WinEdt can help out with, so I apologize if it's 
> not the best place to post it.
>  
> I am writing in greek and when I write the greek final s (varsigma) and 
> an apostrophe follows, the final sigma is changed into a normal sigma.  
> The only thing that seems to sort of work is to change into a latin 
> alphabet and put a c instead, but that mixes things up and is not very 
> practical.
>  
> Any suggestions?
>  
> Thank you and sorry for using this list, but I haven't found a good 
> answer yet,
>  
> Elissaios Karageorgiou

Picon

Re: greek sigma and apostrophe

I use the following packages and I write the text in greek so I don't 
actually type "varsigma" but just "s" (the greek letter)
\usepackage[english,greek]{babel}
\usepackage[iso-8859-7]{inputenc}
I was hoping that some command at the beggining or something in WinEdt 
formatting could allow this permanently without adding/changing things as I 
write text.

Thank you,
Elissaios Karageorgiou

----- Original Message ----- 
From: "Philip Taylor (Webmaster)" <P.Taylor <at> Rhul.Ac.Uk>
To: <winedt+list <at> wsg.net>
Sent: Friday, November 02, 2007 11:38 AM
Subject: Re: [WinEdt] greek sigma and apostrophe

> You may need to say which package(s) you
> are using.  If I write
>
> $\varsigma'$
> \end
>
> and
>
> $\varsigma$
> \end
>
> I get a varsigma in both cases (cf $\sigma$ \end).
>
> Philip TAYLOR
> --------
> Elissaios Karageorgiou wrote:
>> Good afternoon,
>>  I have posted this question in the google tex group but I have not 
>> received an answer that works and since I am new to LaTeX I am thinking 
>> whether it's something WinEdt can help out with, so I apologize if it's 
>> not the best place to post it.
>>  I am writing in greek and when I write the greek final s (varsigma) and 
>> an apostrophe follows, the final sigma is changed into a normal sigma. 
>> The only thing that seems to sort of work is to change into a latin 
>> alphabet and put a c instead, but that mixes things up and is not very 
>> practical.
>>  Any suggestions?
>>  Thank you and sorry for using this list, but I haven't found a good 
>> answer yet,
>>  Elissaios Karageorgiou 

Picon

Re: greek sigma and apostrophe

OK, so here is my minimal example :

     \documentclass {minimal}
     \usepackage[english,greek]{babel}
     \usepackage[iso-8859-7]{inputenc}
     \begin {document}
         abcds

         abc'ds'
     \end {document}

This confirms your assertion (abc'ds' -> ...\sigma' ,
rather than ...\varsigma' ), and I suspect you would
have to read the Greek appendix of the Babel
documentation (if such a thing exists) to see
if you could globally change the behaviour of s'\space
Locally, s{}' will suffice.

** Phil.
--------
Elissaios Karageorgiou wrote:
> I use the following packages and I write the text in greek so I don't 
> actually type "varsigma" but just "s" (the greek letter)
> \usepackage[english,greek]{babel}
> \usepackage[iso-8859-7]{inputenc}
> I was hoping that some command at the beggining or something in WinEdt 
> formatting could allow this permanently without adding/changing things 
> as I write text.
> 
> Thank you,
> Elissaios Karageorgiou

Picon

Re: greek sigma and apostrophe

Thanks, I'll look into it.

Elissaios

----- Original Message ----- 
From: "Philip Taylor (Webmaster)" <P.Taylor <at> Rhul.Ac.Uk>
To: <winedt+list <at> wsg.net>
Sent: Friday, November 02, 2007 12:05 PM
Subject: Re: [WinEdt] greek sigma and apostrophe

> OK, so here is my minimal example :
> 
>     \documentclass {minimal}
>     \usepackage[english,greek]{babel}
>     \usepackage[iso-8859-7]{inputenc}
>     \begin {document}
>         abcds
> 
>         abc'ds'
>     \end {document}
> 
> This confirms your assertion (abc'ds' -> ...\sigma' ,
> rather than ...\varsigma' ), and I suspect you would
> have to read the Greek appendix of the Babel
> documentation (if such a thing exists) to see
> if you could globally change the behaviour of s'\space
> Locally, s{}' will suffice.
> 
> ** Phil.
> --------
> Elissaios Karageorgiou wrote:
>> I use the following packages and I write the text in greek so I don't 
>> actually type "varsigma" but just "s" (the greek letter)
>> \usepackage[english,greek]{babel}
>> \usepackage[iso-8859-7]{inputenc}
>> I was hoping that some command at the beggining or something in WinEdt 
>> formatting could allow this permanently without adding/changing things 
>> as I write text.
>> 
>> Thank you,
>> Elissaios Karageorgiou

Nicolas Vaughan | 2 Nov 19:42
Picon
Gravatar

Re: MikTeX vs. Tex Live

Well, using WinEdt with Tex Live is a quite straightforward thing. Once you have installed Tex Live (and removed MikTeX), you have to do the following:
1) Options -> Configuration -> TeXLive
2) Check that everything's correctly configured. Options -> Execution Modes -> Tex System

The only thing I haven't been able to use is the (pdf)texify macros. Except for that, everything works quite fine!

Cheers!
N.V.

On 10/27/07, Carsten Vogel <lego <at> wh10.tu-dresden.de> wrote:
Pepe Romero schrieb:
> Hello,
> Though this ain't purely a WinEdt-related question, I haven't been
> able to find any information anywhere.
> I have used for years MikTeX, but someone pointed me to try the Tex
> Live 2007 distribution of LaTeX. I thought it would be mainly the
> same, but Tex Live

Hello I am very much interersted in informations concerning the use of
TeXlive! with WinEdt. Due to changes in Linuxworld (teTeX is no longer
maintained) I want to keep my distributions the same on both systems -
so any pointer to _installation_ and _configuration_ under Win would
help alot.

Maybe you did it already and have a small webpage explaining? Perfect!

Thanks in advance,
Carsten


Nicolas Vaughan | 2 Nov 19:54
Picon
Gravatar

Can't make TeXify.edt work with Tex Live!!!

Hi,
Using Tex Live, I can't make TeXify.edt or PDFTeXify.edt work (of
course, I'm running these macros from %B\Exec\Tex Live).
I get the following message:

"Error starting PDFTeXify!
See WinEdt's Tex Configuration Wizard
for detailed diagnosis of your TeX system."

I already did that, but everything looks fine there.

If it's of any help, I'll paste the resulting diagnosis below.
Thanks for any help!
N.V

-----------------------------------------------------

File: "D:\TeX\WinEdt\TeX.log"
Date: Friday, November 2, 2007  13:49

Summary :-)
===========

Your TeX installation appears to be fine. If you experience problems
after an application has been launched this usually isn't a
WinEdt-related matter. In such case, you should test a problematic
application from the Command Prompt, consult the documentation that
comes with your software, and try to locate the real source of your
problem...
________________________________________________________

WinEdt 5  (v. 5.5)  [Build: 20071003]

*** OS: Windows 6.0 [Build: 6000]
*** Account Status: Power User+
*** Configuration: TeX Live
*** TeX System: TeX Live
*** User Profile: Disabled
*** %B: D:\TeX\WinEdt
*** %b: D:\TeX\WinEdt

*** WinEdt  PATH:
"D:\TeX\WinEdt;
 C:\gs\gs8.60\bin;
 d:\program files\graphics\imagemagick;
 C:\Program Files\QuickTime\QTSystem\;
 C:\Windows\System32\WindowsPowerShell\v1.0\;
 C:\Program Files\Common Files\Ulead Systems\MPEG;
 d:\Program Files\utils\Lizardtech Document Express Enterprise\bin;
 D:\TeX\TexLive\bin\win32;
 D:\TeX\TexLive\dviout;
 C:\gs\gs8.54\bin;
 d:\program files\graphics\imagemagick;
 c:\windows;
 c:\windows\system32;
 D:\Program Files\Adobe\Acrobat 8.0\Acrobat;
 D:\Program Files\Utils\TED Notepad"

*** Windows PATH:
"d:\program files\graphics\imagemagick;
 C:\Program Files\QuickTime\QTSystem\;
 C:\Windows\System32\WindowsPowerShell\v1.0\;
 C:\Program Files\Common Files\Ulead Systems\MPEG;
 d:\Program Files\utils\Lizardtech Document Express Enterprise\bin;
 D:\TeX\TexLive\bin\win32;
 D:\TeX\TexLive\dviout;
 C:\gs\gs8.54\bin;
 d:\program files\graphics\imagemagick;
 c:\windows;
 c:\windows\system32;
 D:\Program Files\Adobe\Acrobat 8.0\Acrobat;
 D:\Program Files\Utils\TED Notepad"

________________________________________________________

Searching for Executables:
==========================

WinEdt will try to locate external executables based on the
information stored in the variables that were imported from Windows
Registry in its Startup Macro. If some components are not found follow
the instructions. Some applications such as, for example, TtH or HHC
are optional; you can ignore any messages about the "missing"
accessories that you are not intending to use...

TeX-Root: OK
  D:\TeX\TexLive
TeX-Bin:  OK
  D:\TeX\TexLive\bin\win32

TeX-Help Folder: OK
  D:\TeX\TexLive\texmf-doc\doc
TeX-Help: (TeX Live pdf doc) OK
  D:\TeX\TexLive\texmf-doc\doc\english\texlive-en\live.pdf

DVIView: OK (REG)
  D:\TeX\TexLive\dviout\dviout.exe
  D:\TeX\TexLive\dviout\dviout.exe

TeX-Bin (TeX.exe): OK*
  D:\TeX\TexLive\bin\win32\tex.exe
TeX-Bin (LaTeX.exe): OK*
  D:\TeX\TexLive\bin\win32\latex.exe
TeX-Bin (AMSTeX.exe): OK*
  D:\TeX\TexLive\bin\win32\amstex.exe
TeX-Bin (PDFTeX.exe): OK*
  D:\TeX\TexLive\bin\win32\pdftex.exe
TeX-Bin (PDFLaTeX.exe): OK*
  D:\TeX\TexLive\bin\win32\pdflatex.exe
TeX-Bin (BibTeX.exe): OK*
  D:\TeX\TexLive\bin\win32\bibtex.exe
TeX-Bin (MakeIndex.exe): OK*
  D:\TeX\TexLive\bin\win32\makeindex.exe
TeX-Bin (dvips.exe): OK*
  D:\TeX\TexLive\bin\win32\dvips.exe
TeX-Bin (dvipdfm.exe): OK*
  D:\TeX\TexLive\bin\win32\dvipdfm.exe

TtH: (tth.exe): not Found
****************************************************
TtH is an optional LaTeX to HTML convertor. If TtH is installed on
your system you should modify the PATH to include its location (or
else place "tth.exe" to TeX's Binary folder or somewhere else on
WinEdt's PATH).

For a variety TeX convertors visit www.tug.org and follow the
information and links on this page. TtH can be found at:

  http://hutchinson.belmont.ma.us/tth

Unless you want to convert TeX files into html format you can safely
ignore this message because you don't need this application for
TeX-ing...

Please note that TeX convertors are not really a WinEdt-related issue...
****************************************************

GS-Bin: (gswin32c.exe): OK*
  C:\gs\gs8.60\bin\gswin32c.exe

GSView: OK (REG)
  "d:\Program Files\Adobe\Acrobat 8.0\Acrobat\AcroDist.exe"
  d:\PROGRA~1\Adobe\ACROBA~1.0\Acrobat\AcroDist.exe

AcroRead: OK (REG)
  "d:\Program Files\Adobe\Acrobat 8.0\Acrobat\Acrobat.exe"
  d:\PROGRA~1\Adobe\ACROBA~1.0\Acrobat\Acrobat.exe

HHC: not Found
  "hhc.exe"
****************************************************
HHC (HTML Help Workshop and Compiler) is determined in Startup.edt
from the Windows Registry. WinEdt did not find any valid registry
entries pertaining to HHC. If you are planning to use HHC make sure
that MS HTML Help Workshop (free download from www.microsoft.com) is
properly installed on your system. If absolutely necessary, you can
edit WinEdt's Startup Macro and explicitly enter definition of the
executable:

  // Detect MS HTML Workshop in Windows Registry!
  ...
  // Enter it Manually if not found
  Assign("HHC",|"C:\...\HTML Help Workshop\hhc.exe"|);

Unless you want to use the HTML Help compiler to create your own
".chm" files you can safely ignore this message because you don't need
this application...

****************************************************


Gmane