Hongsheng Zhao | 1 Sep 2008 18:08
Picon
Favicon

Can bibMacros insert multi cite's keys at the same time?

Dear Schlicht and others,

I now use your BibTEX macro package for WinEdt and want to do the following citing for references in one place
of my paper:

\cite{a,b,c}

That is, there are three references will be cited at the same time.

So, I want to know whether bibMacros insert multi cite's keys at the same time or not?

Sincerely yours, 
--

-- 
Hongsheng Zhao <zhaohscas <at> yahoo.com.cn> 
Xinjiang Technical Institute of Physics and Chemistry
Chinese Academy of Sciences 
GnuPG DSA: 0xD108493
2008-9-2

Murray Eisenberg | 1 Sep 2008 19:44
Picon

[Fwd: Re: latex2e button on the Help menu]

Second try...

-------- Original Message --------
Subject: Re: [WinEdt]  latex2e button on the Help menu
Date: Sun, 03 Aug 2008 20:20:59 -0400
From: Murray Eisenberg <murray <at> math.umass.edu>
Reply-To: <winedt+list <at> wsg.net>
Organization: Mathematics & Statistics, Univ. of Mass./Amherst

Now I'm confused, too...  With WinEdt , I have a grayed-out LaTeX2e Help
item on the Help menu.  I went to Menu Settings > &Help > &LaTeX2e and
there the Macro is:

   HTMLHelp("%$('TeX-Help');\latex2e.chm",1,1);

and this Requires File Filter:

   %$('TeX-Help');\latex2e.chm

What do those entries have to do with the command you describe?

   HTMLHelp('%B\Doc\LaTeXHelpBook\LatexHelpBook.chm',1,1);

WinEdt Team wrote:
>> Thanks for the reply Alex. I followed both of your suggestions
>> and got stuck though.
>>
>> 1) I went to
>>
>> http://www.ctan.org/tex-archive/info/LatexHelpBook/
(Continue reading)

Evaristo Arroyo F. | 2 Sep 2008 02:28
Picon

Re: Can bibMacros insert multi cite's keys at the same time?

En Mon, 01 Sep 2008 11:38:33 -0430, Hongsheng Zhao  
<zhaohscas <at> yahoo.com.cn> escribió:

> Dear Schlicht and others,
>
> I now use your BibTEX macro package for WinEdt and want to do the  
> following citing for references in one place of my paper:
>
> \cite{a,b,c}
>
> That is, there are three references will be cited at the same time.
>
> So, I want to know whether bibMacros insert multi cite's keys at the  
> same time or not?

Yes, it is possible. Simplely you write:  
\cite{bibtexkey1,bibtexkey2,...,bibtexkeyN}. But the result will depende  
to \bibliographystile{} (amsplain, agsm, dcu).

If you want stile: blablabla [1,2]. Then set \bibliographystile{amsplain}  
to end of document. Ready.

Cheers

Atentamente,
Evaristo Arroyo F.

Nicolas Vaughan | 2 Sep 2008 18:37
Picon
Gravatar

Tex Live 2008

Hello,
Yesterday the TUG group released version 2008 of TeX Live. It works quite nicely, you should all try it.
I changed the Tex Live Manager Button in WinEdt (5.5) to the following: Run("D:\tex\texlive\2008\bin\win32\tlmgr.bat gui");
I worked fine.

All the other accesories (PDFLaTeX, PDFTexify, etc.) work also correcly.

Are there any other changes I should do in WinEdt to handle this new version?

Cheers!

Nicolas Vaughan
David Huffer | 2 Sep 2008 18:48

RE: Tex Live 2008

On Tuesday, September 02, 2008 12:38, Nicolas Vaughan wrote:

 > ...Yesterday the TUG group released  version
 > 2008 of TeX Live. It works quite nicely, you
 > should all try it...

Why? For the uninitiated...

--
 David Huffer, Ph.D.
 Senior Statistician
 CSOSA, Washington, DC
 <david.huffer <at> csosa.gov>

Nicolas Vaughan | 2 Sep 2008 19:36
Picon
Gravatar

Re: Tex Live 2008

Well, to begin with, Tex Live compiles much faster than MikTex (at least twice as fast). This release of TeX Live (2008) includes LuaTeX (TeX based on the Lua programming language) and further support for XeTeX. It also includes the latest version of PDFTeX (1.40.9 (Web2C 7.5.7)), which allows much more subtle typographic control. ( . . . and a lot new features I really don't know about).
Best wishes,
Nicolas Vaughan


On Tue, Sep 2, 2008 at 11:48 AM, David Huffer <David.Huffer <at> csosa.gov> wrote:
On Tuesday, September 02, 2008 12:38, Nicolas Vaughan wrote:

 > ...Yesterday the TUG group released  version
 > 2008 of TeX Live. It works quite nicely, you
 > should all try it...

Why? For the uninitiated...

--
 David Huffer, Ph.D.
 Senior Statistician
 CSOSA, Washington, DC
 <david.huffer <at> csosa.gov>

Erich Neuwirth | 2 Sep 2008 19:48
Picon
Picon
Favicon

WinEdt Latex2e help

Possibly a very dumb question.
The LaTeX2e item on my Help menu is greyed out.
The files are installed, but I think Winedt is configure to
use CHM help and I do not have a CHM help file in
C:\Program Files\MiKTeX 2.7\doc\latex\help
I would rather use HTML help anyhow, but I cannot find where I can 
change this.
Can anybody help me?

--

-- 
Erich Neuwirth, University of Vienna
Faculty of Computer Science
Computer Supported Didactics Working Group
Visit our SunSITE at http://sunsite.univie.ac.at
Phone: +43-1-4277-39464 Fax: +43-1-4277-39459

Jonathan S. Ostroff | 2 Sep 2008 20:27
Picon
Favicon

RE: Tex Live 2008

Miktex automatically downloads packages as you need them. Does this work automatically with Texlive?

 

Jonathan

 

From: Nicolas Vaughan [mailto:nivaca <at> gmail.com]
Sent: Tuesday, September 02, 2008 1:37 PM
To: winedt+list <at> wsg.net
Subject: Re: [WinEdt] Tex Live 2008

 

Well, to begin with, Tex Live compiles much faster than MikTex (at least twice as fast). This release of TeX Live (2008) includes LuaTeX (TeX based on the Lua programming language) and further support for XeTeX. It also includes the latest version of PDFTeX (1.40.9 (Web2C 7.5.7)), which allows much more subtle typographic control. ( . . . and a lot new features I really don't know about).
Best wishes,
Nicolas Vaughan

On Tue, Sep 2, 2008 at 11:48 AM, David Huffer <David.Huffer <at> csosa.gov> wrote:

On Tuesday, September 02, 2008 12:38, Nicolas Vaughan wrote:

 > ...Yesterday the TUG group released  version

 > 2008 of TeX Live. It works quite nicely, you

 > should all try it...

Why? For the uninitiated...

--
 David Huffer, Ph.D.
 Senior Statistician
 CSOSA, Washington, DC
 <david.huffer <at> csosa.gov>

 

Kuznetsov A.N. | 2 Sep 2008 20:35
Picon

Re: WinEdt Latex2e help


Hello, Erich Neuwirth!
 02.09.2008 21:48 you wrote:
> Possibly a very dumb question.
> The LaTeX2e item on my Help menu is greyed out.
> The files are installed, but I think Winedt is configure to
> use CHM help and I do not have a CHM help file in
> C:\Program Files\MiKTeX 2.7\doc\latex\help
> I would rather use HTML help anyhow, but I cannot find where I can
> change this.
> Can anybody help me?
You can try to redefine associated macro.

Let's assume, that your HTML file is "C:\MiKTeX\help\index.html".

1. Open "Options->Menu Setup..."

2. On the "Main menu" tab page double click the "&Help" item in the list.

3. In opened dialog, click on "&LaTeX2e" item. Now in the "Macro" field should
be something like "HTMLHelp("%$('TeX-Help');\latex2e.chm",1,1);" and in
"Requires File Filter" field "%$('TeX-Help');\latex2e.chm".

4. Replace text in the "Macro" field with

ShellExecute("open","C:\MiKTeX\help\index.html","", "C:\MiKTeX\help",1);

If your file name and/or path is different from supposed, change 2nd and 4th
parameters with full file path and file dir.

5. Clear "Requires File Filter" field. (Or set it to
"C:\MiKTeX\help\index.html", if you want to gray it out, when file doesn't exist)

You can find more information about menu options in WinEdt's help. Description
of ShellExecute macro is located in WinEdt's Macro manual.
--
Best regards,
 Kuznetsov Andrey           pm_kan <at> mail.ru
Nicolas Vaughan | 2 Sep 2008 20:56
Picon
Gravatar

Re: Tex Live 2008

No, Tex Live can't do that (though thery're working on it). That's a flaw, of course. But manual installation (of almost everything except fonts) isn't that difficult.
Nicolas


On Tue, Sep 2, 2008 at 1:27 PM, Jonathan S. Ostroff <jonathan <at> yorku.ca> wrote:

Miktex automatically downloads packages as you need them. Does this work automatically with Texlive?

 

Jonathan

 

From: Nicolas Vaughan [mailto:nivaca <at> gmail.com]
Sent: Tuesday, September 02, 2008 1:37 PM
To: winedt+list <at> wsg.net
Subject: Re: [WinEdt] Tex Live 2008

 

Well, to begin with, Tex Live compiles much faster than MikTex (at least twice as fast). This release of TeX Live (2008) includes LuaTeX (TeX based on the Lua programming language) and further support for XeTeX. It also includes the latest version of PDFTeX (1.40.9 (Web2C 7.5.7)), which allows much more subtle typographic control. ( . . . and a lot new features I really don't know about).
Best wishes,
Nicolas Vaughan

On Tue, Sep 2, 2008 at 11:48 AM, David Huffer <David.Huffer <at> csosa.gov> wrote:

On Tuesday, September 02, 2008 12:38, Nicolas Vaughan wrote:

 > ...Yesterday the TUG group released  version

 > 2008 of TeX Live. It works quite nicely, you

 > should all try it...

Why? For the uninitiated...

--
 David Huffer, Ph.D.
 Senior Statistician
 CSOSA, Washington, DC
 <david.huffer <at> csosa.gov>

 



Gmane