IEEE template.

2005-06-28 Thread Ekkehart Schlicht

On my system, selecting
Layout-Document-Document Class: article(IEEEtran) works just fine.
This requires that your Latex system has the IEEEtran document class.
If you don't have it, install it and run Edit-Reconfigure.
You may check your Latex configuration (Help-Latex Configuration),
for what you have installed, but this does not work under Windows yet.
(There is a patch on Wiki, however).

HTH

Ekkehart



Re: IEEE template.

2005-06-28 Thread G. Milde
On 27.06.05, Jason wolf wrote:
 Hello everyone,

 I'm a beginner of LyX. I am trying to use it to write papers for IEEE
 transactions and Conferences. I downloaded the LaTex templates from the
 IEEE websites. I tried to import them to LyX files. There are always errors
 when I tried to view it in Dvi or export it to PS file. 

Sometimes not all special features of a LaTeX class are translated into a
LyX layout or the way the latex file is written just is not
lyx-friendly.

 /usr/share/lyx/layouts/IEEEtran.layoutI am wondering how should I solve
 this or is there any LyX templates for IEEE publications?

On my Debian system I have with LyX 1.3.6 the files

/usr/share/lyx/layouts/IEEEtran.layout
/usr/share/lyx/templates/IEEEtran.lyx

The latter is the template and should be available under 
FileNew from Template.

Try this first. If there are still problems, pleas specify them on the
list or, even better, attach a short example.

Günter


--
G.Milde web.de


IEEE template.

2005-06-28 Thread Ekkehart Schlicht

On my system, selecting
Layout-Document-Document Class: article(IEEEtran) works just fine.
This requires that your Latex system has the IEEEtran document class.
If you don't have it, install it and run Edit-Reconfigure.
You may check your Latex configuration (Help-Latex Configuration),
for what you have installed, but this does not work under Windows yet.
(There is a patch on Wiki, however).

HTH

Ekkehart



Re: IEEE template.

2005-06-28 Thread G. Milde
On 27.06.05, Jason wolf wrote:
 Hello everyone,

 I'm a beginner of LyX. I am trying to use it to write papers for IEEE
 transactions and Conferences. I downloaded the LaTex templates from the
 IEEE websites. I tried to import them to LyX files. There are always errors
 when I tried to view it in Dvi or export it to PS file. 

Sometimes not all special features of a LaTeX class are translated into a
LyX layout or the way the latex file is written just is not
lyx-friendly.

 /usr/share/lyx/layouts/IEEEtran.layoutI am wondering how should I solve
 this or is there any LyX templates for IEEE publications?

On my Debian system I have with LyX 1.3.6 the files

/usr/share/lyx/layouts/IEEEtran.layout
/usr/share/lyx/templates/IEEEtran.lyx

The latter is the template and should be available under 
FileNew from Template.

Try this first. If there are still problems, pleas specify them on the
list or, even better, attach a short example.

Günter


--
G.Milde web.de


IEEE template.

2005-06-28 Thread Ekkehart Schlicht

On my system, selecting
Layout->Document->Document Class: article(IEEEtran) works just fine.
This requires that your Latex system has the IEEEtran document class.
If you don't have it, install it and run Edit->Reconfigure.
You may check your Latex configuration (Help->Latex Configuration),
for what you have installed, but this does not work under Windows yet.
(There is a patch on Wiki, however).

HTH

Ekkehart



Re: IEEE template.

2005-06-28 Thread G. Milde
On 27.06.05, Jason wolf wrote:
> Hello everyone,
>
> I'm a beginner of LyX. I am trying to use it to write papers for IEEE
> transactions and Conferences. I downloaded the LaTex templates from the
> IEEE websites. I tried to import them to LyX files. There are always errors
> when I tried to view it in Dvi or export it to PS file. 

Sometimes not all special features of a LaTeX class are translated into a
LyX layout or the way the latex file is written just is not
"lyx-friendly".

> /usr/share/lyx/layouts/IEEEtran.layoutI am wondering how should I solve
> this or is there any LyX templates for IEEE publications?

On my Debian system I have with LyX 1.3.6 the files

/usr/share/lyx/layouts/IEEEtran.layout
/usr/share/lyx/templates/IEEEtran.lyx

The latter is the template and should be available under 
File>New from Template.

Try this first. If there are still problems, pleas specify them on the
list or, even better, attach a short example.

Günter


--
G.Milde web.de


Re: IT WORKS BUT.... Re: I found the reason Re: Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-02 Thread Dekel Tsur

On Sun, Jul 01, 2001 at 05:26:31PM -0500, A. Gunes Koru wrote:
 Now I get the dvi output however there is a problem here. The writings go
 over the picture. And also it writes picture on the screen i am attaching
 the example.lyx file I created and also the postscript file it generated
 so that you can see it. How can we solve it?

The problem is that you mix code from the old IEEEtran.cls and the new
IEEEtran.cls.
If you use the new class file (V1.4), use

\RequirePackage{graphics}
\newenvironment{biography}[2][]{%
\addcontentsline{toc}{section}{Biography}
\footnotesize\unitlength 1mm\bigskip\parskip=0pt\par%
\rule{0pt}{39mm}\vspace{-39mm}\par%   guarantees correct page breaking
\noindent\setbox0\hbox{\ifx\\#1\\%
\framebox(25,32){}%
\else%
\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}%
\fi}%   box containing the frame
\ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
\global\hangindent29mm\global\hangafter-\count10%
\hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
\dp0=0mm\ht0=0mm\box0\noindent{\bfseries#2}\rmfamily}{
\par\normalfont}

However, the two figures will be one on top of another.
Don't ask me how to fix this.
I suggest you don't try to improve the class file if you don't know what you
are doing. Just use the original class file without trying to insert the eps
figures.



Re: IT WORKS BUT.... Re: I found the reason Re: Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-02 Thread Dekel Tsur

On Sun, Jul 01, 2001 at 05:26:31PM -0500, A. Gunes Koru wrote:
 Now I get the dvi output however there is a problem here. The writings go
 over the picture. And also it writes picture on the screen i am attaching
 the example.lyx file I created and also the postscript file it generated
 so that you can see it. How can we solve it?

The problem is that you mix code from the old IEEEtran.cls and the new
IEEEtran.cls.
If you use the new class file (V1.4), use

\RequirePackage{graphics}
\newenvironment{biography}[2][]{%
\addcontentsline{toc}{section}{Biography}
\footnotesize\unitlength 1mm\bigskip\parskip=0pt\par%
\rule{0pt}{39mm}\vspace{-39mm}\par%   guarantees correct page breaking
\noindent\setbox0\hbox{\ifx\\#1\\%
\framebox(25,32){}%
\else%
\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}%
\fi}%   box containing the frame
\ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
\global\hangindent29mm\global\hangafter-\count10%
\hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
\dp0=0mm\ht0=0mm\box0\noindent{\bfseries#2}\rmfamily}{
\par\normalfont}

However, the two figures will be one on top of another.
Don't ask me how to fix this.
I suggest you don't try to improve the class file if you don't know what you
are doing. Just use the original class file without trying to insert the eps
figures.



Re: IT WORKS BUT.... Re: I found the reason Re: Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-02 Thread Dekel Tsur

On Sun, Jul 01, 2001 at 05:26:31PM -0500, A. Gunes Koru wrote:
> Now I get the dvi output however there is a problem here. The writings go
> over the picture. And also it writes picture on the screen i am attaching
> the example.lyx file I created and also the postscript file it generated
> so that you can see it. How can we solve it?

The problem is that you mix code from the old IEEEtran.cls and the new
IEEEtran.cls.
If you use the new class file (V1.4), use

\RequirePackage{graphics}
\newenvironment{biography}[2][]{%
\addcontentsline{toc}{section}{Biography}
\footnotesize\unitlength 1mm\bigskip\parskip=0pt\par%
\rule{0pt}{39mm}\vspace{-39mm}\par%   guarantees correct page breaking
\noindent\setbox0\hbox{\ifx\\#1\\%
\framebox(25,32){}%
\else%
\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}%
\fi}%   box containing the frame
\ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
\global\hangindent29mm\global\hangafter-\count10%
\hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
\dp0=0mm\ht0=0mm\box0\noindent{\bfseries#2}\rmfamily}{
\par\normalfont}

However, the two figures will be one on top of another.
Don't ask me how to fix this.
I suggest you don't try to improve the class file if you don't know what you
are doing. Just use the original class file without trying to insert the eps
figures.



Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-01 Thread A. Gunes Koru


Hi,

My problem is about the usage of IEEEtran.cls in lyx. At the beginning I
couldn't make lyx to see my IEEEtran.cls . Now it is OK but when i try to
see the dvi output it gives me errors. Herbert suggested

 go to
 edit-preferences-languages-language
 and delete the in package the entry \usepackage{babel}

I did it.

I removed the \usepackage{babel}. This time I got 4 error messages instead
of 10. However my assumption was that this template comes with the
package. So it should have compiled (I mean should produce dvi file)
without any error. Anyone who has any idea about that?





On Sat, 30 Jun 2001, Herbert Voss wrote:

 A. Gunes Koru wrote:
 
  and I get the error message I explained before.

 I suppose that you get the error message for
 babel. go to
 edit-preferences-languages-language
 and delete the in package the entry \usepackage{babel}

 it works for me. lyx1.1.6fix2 with the ieee-template

 Herbert




-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-01 Thread Herbert Voss

A. Gunes Koru wrote:
 
 I removed the \usepackage{babel}. This time I got 4 error messages instead
 of 10. However my assumption was that this template comes with the
 package. So it should have compiled (I mean should produce dvi file)
 without any error. Anyone who has any idea about that?

what kind of error messages? 

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: The log file Re: Now 4 error messages Re: OK but anotherproblemRe: IEEE template/layout

2001-07-01 Thread Herbert Voss

A. Gunes Koru wrote:
 
 Here you go. Attached are
 
 1. The log file I get (for the 4 error messages)

the last for lines are biography style, which has
a parameter for the eps-image, which is not present.
change these last four lines to standard -paragraph
layout and all should work well.

now you can have a look at the biography part, which
you changed in the cls-file. a better way is to leave
these cls-files as they are and make changes through
latex preamble!

 2. The IEEEtran.cls that I use

maybe an old one. the last version 1.4 makes
no problems for me.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: I found the reason Re: Now 4 error messages Re: OK but anotherproblem Re: IEEE template/layout

2001-07-01 Thread A. Gunes Koru


Hi Dekal,

I tried your update but it didn't workn any better than my previous
version of IEEEtran.cls. Anything missing?

On Mon, 2 Jul 2001, Dekel Tsur wrote:

 On Sun, Jul 01, 2001 at 03:06:20PM -0500, A. Gunes Koru wrote:
  I'd like to ask you guys, especially to those who has a
  knowledge/experience in writing class files. Can you tell me the reason.
  Is there any way of keeping this cool feature and also making it work in
  lyx?

 You do need to load the graphics package and remove the [] after the
 includegraphics command:

 \RequirePackage{graphics}
 \newenvironment{biography}[2]{% % !AC
 \footnotesize\unitlength 1mm\bigskip\bigskip\bigskip\parskip=0pt\par%
 \rule{0pt}{39mm}\vspace{-39mm}\par%   garantees correct page breaking
 \noindent\setbox0\hbox{\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}}%
 picture % !AC
 \ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
 \global\hangindent29mm\global\hangafter-\count10%
 \hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
 \dp0=0mm\ht0=0mm\box0\noindent\bf#2\rm}{ % !AC
 \par\rm\normalsize}

  3 rd What is the reason it worked when we remove the /usepackage{babel}
  from edit - Preferences - Languages section

 Because the IEEEtran.cls doesn't work with babel.


-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: I found the reason Re: Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-01 Thread Dekel Tsur

On Mon, Jul 02, 2001 at 12:29:38AM +0300, Dekel Tsur wrote:
  You do need to load the graphics package and remove the [] after the
  includegraphics command:

 Note that even with these changes the IEEE template file will note work
 because the template doesn't give two arguments to the biography environment.
 You need to add {figurename} before {Your Name} and {Coauthor} at the end of
 the template.

Another option is to define the eps figure argument as optional:

\RequirePackage{graphics}
\newenvironment{biography}[2][]{% % !AC
\footnotesize\unitlength 1mm\bigskip\bigskip\bigskip\parskip=0pt\par%
\rule{0pt}{39mm}\vspace{-39mm}\par%   garantees correct page breaking
\noindent\setbox0\hbox{\ifx\\#1\\%
\framebox(25,32){}%
\else%
\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}%
\fi}%
picture % !AC
\ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
\global\hangindent29mm\global\hangafter-\count10%
\hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
\dp0=0mm\ht0=0mm\box0\noindent\bf#2\rm}{ % !AC
\par\rm\normalsize}

With this change, you can use the template file with no change.
If you want to insert a picture, use [figurename]{Your name}
instead of {figurename}{Your Name}



Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-01 Thread A. Gunes Koru


Hi,

My problem is about the usage of IEEEtran.cls in lyx. At the beginning I
couldn't make lyx to see my IEEEtran.cls . Now it is OK but when i try to
see the dvi output it gives me errors. Herbert suggested

 go to
 edit-preferences-languages-language
 and delete the in package the entry \usepackage{babel}

I did it.

I removed the \usepackage{babel}. This time I got 4 error messages instead
of 10. However my assumption was that this template comes with the
package. So it should have compiled (I mean should produce dvi file)
without any error. Anyone who has any idea about that?





On Sat, 30 Jun 2001, Herbert Voss wrote:

 A. Gunes Koru wrote:
 
  and I get the error message I explained before.

 I suppose that you get the error message for
 babel. go to
 edit-preferences-languages-language
 and delete the in package the entry \usepackage{babel}

 it works for me. lyx1.1.6fix2 with the ieee-template

 Herbert




-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-01 Thread Herbert Voss

A. Gunes Koru wrote:
 
 I removed the \usepackage{babel}. This time I got 4 error messages instead
 of 10. However my assumption was that this template comes with the
 package. So it should have compiled (I mean should produce dvi file)
 without any error. Anyone who has any idea about that?

what kind of error messages? 

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: The log file Re: Now 4 error messages Re: OK but anotherproblemRe: IEEE template/layout

2001-07-01 Thread Herbert Voss

A. Gunes Koru wrote:
 
 Here you go. Attached are
 
 1. The log file I get (for the 4 error messages)

the last for lines are biography style, which has
a parameter for the eps-image, which is not present.
change these last four lines to standard -paragraph
layout and all should work well.

now you can have a look at the biography part, which
you changed in the cls-file. a better way is to leave
these cls-files as they are and make changes through
latex preamble!

 2. The IEEEtran.cls that I use

maybe an old one. the last version 1.4 makes
no problems for me.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: I found the reason Re: Now 4 error messages Re: OK but anotherproblem Re: IEEE template/layout

2001-07-01 Thread A. Gunes Koru


Hi Dekal,

I tried your update but it didn't workn any better than my previous
version of IEEEtran.cls. Anything missing?

On Mon, 2 Jul 2001, Dekel Tsur wrote:

 On Sun, Jul 01, 2001 at 03:06:20PM -0500, A. Gunes Koru wrote:
  I'd like to ask you guys, especially to those who has a
  knowledge/experience in writing class files. Can you tell me the reason.
  Is there any way of keeping this cool feature and also making it work in
  lyx?

 You do need to load the graphics package and remove the [] after the
 includegraphics command:

 \RequirePackage{graphics}
 \newenvironment{biography}[2]{% % !AC
 \footnotesize\unitlength 1mm\bigskip\bigskip\bigskip\parskip=0pt\par%
 \rule{0pt}{39mm}\vspace{-39mm}\par%   garantees correct page breaking
 \noindent\setbox0\hbox{\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}}%
 picture % !AC
 \ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
 \global\hangindent29mm\global\hangafter-\count10%
 \hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
 \dp0=0mm\ht0=0mm\box0\noindent\bf#2\rm}{ % !AC
 \par\rm\normalsize}

  3 rd What is the reason it worked when we remove the /usepackage{babel}
  from edit - Preferences - Languages section

 Because the IEEEtran.cls doesn't work with babel.


-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: I found the reason Re: Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-01 Thread Dekel Tsur

On Mon, Jul 02, 2001 at 12:29:38AM +0300, Dekel Tsur wrote:
  You do need to load the graphics package and remove the [] after the
  includegraphics command:

 Note that even with these changes the IEEE template file will note work
 because the template doesn't give two arguments to the biography environment.
 You need to add {figurename} before {Your Name} and {Coauthor} at the end of
 the template.

Another option is to define the eps figure argument as optional:

\RequirePackage{graphics}
\newenvironment{biography}[2][]{% % !AC
\footnotesize\unitlength 1mm\bigskip\bigskip\bigskip\parskip=0pt\par%
\rule{0pt}{39mm}\vspace{-39mm}\par%   garantees correct page breaking
\noindent\setbox0\hbox{\ifx\\#1\\%
\framebox(25,32){}%
\else%
\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}%
\fi}%
picture % !AC
\ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
\global\hangindent29mm\global\hangafter-\count10%
\hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
\dp0=0mm\ht0=0mm\box0\noindent\bf#2\rm}{ % !AC
\par\rm\normalsize}

With this change, you can use the template file with no change.
If you want to insert a picture, use [figurename]{Your name}
instead of {figurename}{Your Name}



Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-01 Thread A. Gunes Koru


Hi,

My problem is about the usage of IEEEtran.cls in lyx. At the beginning I
couldn't make lyx to see my IEEEtran.cls . Now it is OK but when i try to
see the dvi output it gives me errors. Herbert suggested

 go to
> edit->preferences->languages->language
> and delete the in package the entry \usepackage{babel}

I did it.

I removed the \usepackage{babel}. This time I got 4 error messages instead
of 10. However my assumption was that this template comes with the
package. So it should have compiled (I mean should produce dvi file)
without any error. Anyone who has any idea about that?





On Sat, 30 Jun 2001, Herbert Voss wrote:

> "A. Gunes Koru" wrote:
> >
> > and I get the error message I explained before.
>
> I suppose that you get the error message for
> babel. go to
> edit->preferences->languages->language
> and delete the in package the entry \usepackage{babel}
>
> it works for me. lyx1.1.6fix2 with the ieee-template
>
> Herbert
>
>
>

-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-01 Thread Herbert Voss

"A. Gunes Koru" wrote:
> 
> I removed the \usepackage{babel}. This time I got 4 error messages instead
> of 10. However my assumption was that this template comes with the
> package. So it should have compiled (I mean should produce dvi file)
> without any error. Anyone who has any idea about that?

what kind of error messages? 

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: The log file Re: Now 4 error messages Re: OK but anotherproblemRe: IEEE template/layout

2001-07-01 Thread Herbert Voss

"A. Gunes Koru" wrote:
> 
> Here you go. Attached are
> 
> 1. The log file I get (for the 4 error messages)

the last for lines are biography style, which has
a parameter for the eps-image, which is not present.
change these last four lines to standard -paragraph
layout and all should work well.

now you can have a look at the biography part, which
you changed in the cls-file. a better way is to leave
these cls-files as they are and make changes through
latex preamble!

> 2. The IEEEtran.cls that I use

maybe an old one. the last version 1.4 makes
no problems for me.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: I found the reason Re: Now 4 error messages Re: OK but anotherproblem Re: IEEE template/layout

2001-07-01 Thread A. Gunes Koru


Hi Dekal,

I tried your update but it didn't workn any better than my previous
version of IEEEtran.cls. Anything missing?

On Mon, 2 Jul 2001, Dekel Tsur wrote:

> On Sun, Jul 01, 2001 at 03:06:20PM -0500, A. Gunes Koru wrote:
> > I'd like to ask you guys, especially to those who has a
> > knowledge/experience in writing class files. Can you tell me the reason.
> > Is there any way of keeping this cool feature and also making it work in
> > lyx?
>
> You do need to load the graphics package and remove the [] after the
> includegraphics command:
>
> \RequirePackage{graphics}
> \newenvironment{biography}[2]{% % !AC
> \footnotesize\unitlength 1mm\bigskip\bigskip\bigskip\parskip=0pt\par%
> \rule{0pt}{39mm}\vspace{-39mm}\par%   garantees correct page breaking
> \noindent\setbox0\hbox{\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}}%
> picture % !AC
> \ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
> \global\hangindent29mm\global\hangafter-\count10%
> \hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
> \dp0=0mm\ht0=0mm\box0\noindent\bf#2\rm}{ % !AC
> \par\rm\normalsize}
>
> > 3 rd What is the reason it worked when we remove the /usepackage{babel}
> > from edit - Preferences - Languages section
>
> Because the IEEEtran.cls doesn't work with babel.
>

-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: I found the reason Re: Now 4 error messages Re: OK but another problem Re: IEEE template/layout

2001-07-01 Thread Dekel Tsur

On Mon, Jul 02, 2001 at 12:29:38AM +0300, Dekel Tsur wrote:
> > You do need to load the graphics package and remove the [] after the
> > includegraphics command:

> Note that even with these changes the IEEE template file will note work
> because the template doesn't give two arguments to the biography environment.
> You need to add {figurename} before {Your Name} and {Coauthor} at the end of
> the template.

Another option is to define the eps figure argument as optional:

\RequirePackage{graphics}
\newenvironment{biography}[2][]{% % !AC
\footnotesize\unitlength 1mm\bigskip\bigskip\bigskip\parskip=0pt\par%
\rule{0pt}{39mm}\vspace{-39mm}\par%   garantees correct page breaking
\noindent\setbox0\hbox{\ifx\\#1\\%
\framebox(25,32){}%
\else%
\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}%
\fi}%
picture % !AC
\ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
\global\hangindent29mm\global\hangafter-\count10%
\hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
\dp0=0mm\ht0=0mm\box0\noindent\bf#2\rm}{ % !AC
\par\rm\normalsize}

With this change, you can use the template file with no change.
If you want to insert a picture, use [figurename]{Your name}
instead of {figurename}{Your Name}



IEEE template/layout

2001-06-30 Thread A. Gunes Koru


Hi,

On this list, I heard that IEEE format is available in Lyx as a template.
I tried to open it. However it gave me a message called Textclass error -
The document uses an unknown texclass IEEEtran Lyx will not be able to
produce output correctly - And a dismiss button Then i push the Dismiss
button.. it shows me a template page when I go to View - DVI menu it
opened a window Can not convert file - Error while executing db2dvi
'newfile1.sgml' - Dismiss button

I have a IEEEtran.cls file that I've been using in Latex for a while. It
works fine. Do I need to incorporate it into Lyx? I am a Ph.D. student, so
this format could help me in writing to

I would deeply appreciate if someone could help me on this. Also, I would
like to hear a couple of words about how i can create my own document
format and submit it to lyx as a template.

Regards,
-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: IEEE template/layout

2001-06-30 Thread Herbert Voss

A. Gunes Koru wrote:
 
 Hi,
 
 On this list, I heard that IEEE format is available in Lyx as a template.
 I tried to open it. However it gave me a message called Textclass error -
 The document uses an unknown texclass IEEEtran Lyx will not be able to
 produce output correctly - And a dismiss button Then i push the Dismiss
 button.. it shows me a template page when I go to View - DVI menu it
 opened a window Can not convert file - Error while executing db2dvi
 'newfile1.sgml' - Dismiss button
 
 I have a IEEEtran.cls file that I've been using in Latex for a while. It
 works fine. Do I need to incorporate it into Lyx? I am a Ph.D. student, so
 this format could help me in writing to

go into the ~/.lyx dir and run ./configure and look for a line like

+checking for document class IEEEtran [IEEEtran]... yes

than lyx had found your class file.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/





Re: IEEE template/layout

2001-06-30 Thread A. Gunes Koru


Hi Herbert,

I couldn't execute ./configure under ~/.lyx however opened lyx and went to
Edit - Reconfigure menu. Then I watched the stream running up on the
xterm from where I forked lyx. It says:

+checking for document class IEEEtran [IEEEtran]... no

So it means that it couldn't find the class. Do you have an idea? What am
I gonna do? Thanks for help.

On Sat, 30 Jun 2001, Herbert Voss wrote:

 A. Gunes Koru wrote:
 
  Hi,
 
  On this list, I heard that IEEE format is available in Lyx as a template.
  I tried to open it. However it gave me a message called Textclass error -
  The document uses an unknown texclass IEEEtran Lyx will not be able to
  produce output correctly - And a dismiss button Then i push the Dismiss
  button.. it shows me a template page when I go to View - DVI menu it
  opened a window Can not convert file - Error while executing db2dvi
  'newfile1.sgml' - Dismiss button
 
  I have a IEEEtran.cls file that I've been using in Latex for a while. It
  works fine. Do I need to incorporate it into Lyx? I am a Ph.D. student, so
  this format could help me in writing to

 go into the ~/.lyx dir and run ./configure and look for a line like

 +checking for document class IEEEtran [IEEEtran]... yes

 than lyx had found your class file.

 Herbert



-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: IEEE template/layout

2001-06-30 Thread Herbert Voss

A. Gunes Koru wrote:
 
 I couldn't execute ./configure under ~/.lyx however opened lyx and went to
 Edit - Reconfigure menu. Then I watched the stream running up on the
 xterm from where I forked lyx. It says:
 
 +checking for document class IEEEtran [IEEEtran]... no
 
 So it means that it couldn't find the class. Do you have an idea? What am
 I gonna do? Thanks for help.

it's not in the texdir. run texhash, which builds the
dir new or put the class in your home-texdir, often
~/.TeX

are you sure that you have IEEEtran.cls on your computer?
otherwise get it from ctan.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



OK but another problem Re: IEEE template/layout

2001-06-30 Thread A. Gunes Koru


OK.. As root I put the IEEEtran.cls under  /usr/share/texmf/tex/latex/base
and then ran texhash. Now I get

+checking for document class IEEEtran [IEEEtran]... yes

for any user. And it opens the layout. However when I try to see the
layout in the DVI format without making any changes. It tells me:

There were errors during the latex run.
10 errors detected. You should try to fix them.. and a Dismiss button

I would expect the template to show up in the dvi format without any
problem. Why is it happening?

Thanks again

Gunes


On Sat, 30 Jun 2001, Herbert Voss wrote:

 A. Gunes Koru wrote:
 
  I couldn't execute ./configure under ~/.lyx however opened lyx and went to
  Edit - Reconfigure menu. Then I watched the stream running up on the
  xterm from where I forked lyx. It says:
 
  +checking for document class IEEEtran [IEEEtran]... no
 
  So it means that it couldn't find the class. Do you have an idea? What am
  I gonna do? Thanks for help.

 it's not in the texdir. run texhash, which builds the
 dir new or put the class in your home-texdir, often
 ~/.TeX

 are you sure that you have IEEEtran.cls on your computer?
 otherwise get it from ctan.

 Herbert



-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: OK but another problem Re: IEEE template/layout

2001-06-30 Thread Herbert Voss

A. Gunes Koru wrote:
 
 for any user. And it opens the layout. However when I try to see the
 layout in the DVI format without making any changes. It tells me:
 
 There were errors during the latex run.
 10 errors detected. You should try to fix them.. and a Dismiss button

can you send an example-file, which shows the errors?

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



IEEE template/layout

2001-06-30 Thread A. Gunes Koru


Hi,

On this list, I heard that IEEE format is available in Lyx as a template.
I tried to open it. However it gave me a message called Textclass error -
The document uses an unknown texclass IEEEtran Lyx will not be able to
produce output correctly - And a dismiss button Then i push the Dismiss
button.. it shows me a template page when I go to View - DVI menu it
opened a window Can not convert file - Error while executing db2dvi
'newfile1.sgml' - Dismiss button

I have a IEEEtran.cls file that I've been using in Latex for a while. It
works fine. Do I need to incorporate it into Lyx? I am a Ph.D. student, so
this format could help me in writing to

I would deeply appreciate if someone could help me on this. Also, I would
like to hear a couple of words about how i can create my own document
format and submit it to lyx as a template.

Regards,
-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: IEEE template/layout

2001-06-30 Thread Herbert Voss

A. Gunes Koru wrote:
 
 Hi,
 
 On this list, I heard that IEEE format is available in Lyx as a template.
 I tried to open it. However it gave me a message called Textclass error -
 The document uses an unknown texclass IEEEtran Lyx will not be able to
 produce output correctly - And a dismiss button Then i push the Dismiss
 button.. it shows me a template page when I go to View - DVI menu it
 opened a window Can not convert file - Error while executing db2dvi
 'newfile1.sgml' - Dismiss button
 
 I have a IEEEtran.cls file that I've been using in Latex for a while. It
 works fine. Do I need to incorporate it into Lyx? I am a Ph.D. student, so
 this format could help me in writing to

go into the ~/.lyx dir and run ./configure and look for a line like

+checking for document class IEEEtran [IEEEtran]... yes

than lyx had found your class file.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/





Re: IEEE template/layout

2001-06-30 Thread A. Gunes Koru


Hi Herbert,

I couldn't execute ./configure under ~/.lyx however opened lyx and went to
Edit - Reconfigure menu. Then I watched the stream running up on the
xterm from where I forked lyx. It says:

+checking for document class IEEEtran [IEEEtran]... no

So it means that it couldn't find the class. Do you have an idea? What am
I gonna do? Thanks for help.

On Sat, 30 Jun 2001, Herbert Voss wrote:

 A. Gunes Koru wrote:
 
  Hi,
 
  On this list, I heard that IEEE format is available in Lyx as a template.
  I tried to open it. However it gave me a message called Textclass error -
  The document uses an unknown texclass IEEEtran Lyx will not be able to
  produce output correctly - And a dismiss button Then i push the Dismiss
  button.. it shows me a template page when I go to View - DVI menu it
  opened a window Can not convert file - Error while executing db2dvi
  'newfile1.sgml' - Dismiss button
 
  I have a IEEEtran.cls file that I've been using in Latex for a while. It
  works fine. Do I need to incorporate it into Lyx? I am a Ph.D. student, so
  this format could help me in writing to

 go into the ~/.lyx dir and run ./configure and look for a line like

 +checking for document class IEEEtran [IEEEtran]... yes

 than lyx had found your class file.

 Herbert



-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: IEEE template/layout

2001-06-30 Thread Herbert Voss

A. Gunes Koru wrote:
 
 I couldn't execute ./configure under ~/.lyx however opened lyx and went to
 Edit - Reconfigure menu. Then I watched the stream running up on the
 xterm from where I forked lyx. It says:
 
 +checking for document class IEEEtran [IEEEtran]... no
 
 So it means that it couldn't find the class. Do you have an idea? What am
 I gonna do? Thanks for help.

it's not in the texdir. run texhash, which builds the
dir new or put the class in your home-texdir, often
~/.TeX

are you sure that you have IEEEtran.cls on your computer?
otherwise get it from ctan.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



OK but another problem Re: IEEE template/layout

2001-06-30 Thread A. Gunes Koru


OK.. As root I put the IEEEtran.cls under  /usr/share/texmf/tex/latex/base
and then ran texhash. Now I get

+checking for document class IEEEtran [IEEEtran]... yes

for any user. And it opens the layout. However when I try to see the
layout in the DVI format without making any changes. It tells me:

There were errors during the latex run.
10 errors detected. You should try to fix them.. and a Dismiss button

I would expect the template to show up in the dvi format without any
problem. Why is it happening?

Thanks again

Gunes


On Sat, 30 Jun 2001, Herbert Voss wrote:

 A. Gunes Koru wrote:
 
  I couldn't execute ./configure under ~/.lyx however opened lyx and went to
  Edit - Reconfigure menu. Then I watched the stream running up on the
  xterm from where I forked lyx. It says:
 
  +checking for document class IEEEtran [IEEEtran]... no
 
  So it means that it couldn't find the class. Do you have an idea? What am
  I gonna do? Thanks for help.

 it's not in the texdir. run texhash, which builds the
 dir new or put the class in your home-texdir, often
 ~/.TeX

 are you sure that you have IEEEtran.cls on your computer?
 otherwise get it from ctan.

 Herbert



-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: OK but another problem Re: IEEE template/layout

2001-06-30 Thread Herbert Voss

A. Gunes Koru wrote:
 
 for any user. And it opens the layout. However when I try to see the
 layout in the DVI format without making any changes. It tells me:
 
 There were errors during the latex run.
 10 errors detected. You should try to fix them.. and a Dismiss button

can you send an example-file, which shows the errors?

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



IEEE template/layout

2001-06-30 Thread A. Gunes Koru


Hi,

On this list, I heard that IEEE format is available in Lyx as a template.
I tried to open it. However it gave me a message called "Textclass error -
The document uses an unknown texclass "IEEEtran" Lyx will not be able to
produce output correctly - And a dismiss button" Then i push the Dismiss
button.. it shows me a template page when I go to "View -> DVI" menu it
opened a window "Can not convert file - Error while executing db2dvi
'newfile1.sgml' - Dismiss button

I have a IEEEtran.cls file that I've been using in Latex for a while. It
works fine. Do I need to incorporate it into Lyx? I am a Ph.D. student, so
this format could help me in writing to

I would deeply appreciate if someone could help me on this. Also, I would
like to hear a couple of words about how i can create my own document
format and submit it to lyx as a template.

Regards,
-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: IEEE template/layout

2001-06-30 Thread Herbert Voss

"A. Gunes Koru" wrote:
> 
> Hi,
> 
> On this list, I heard that IEEE format is available in Lyx as a template.
> I tried to open it. However it gave me a message called "Textclass error -
> The document uses an unknown texclass "IEEEtran" Lyx will not be able to
> produce output correctly - And a dismiss button" Then i push the Dismiss
> button.. it shows me a template page when I go to "View -> DVI" menu it
> opened a window "Can not convert file - Error while executing db2dvi
> 'newfile1.sgml' - Dismiss button
> 
> I have a IEEEtran.cls file that I've been using in Latex for a while. It
> works fine. Do I need to incorporate it into Lyx? I am a Ph.D. student, so
> this format could help me in writing to

go into the ~/.lyx dir and run ./configure and look for a line like

+checking for document class IEEEtran [IEEEtran]... yes

than lyx had found your class file.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/





Re: IEEE template/layout

2001-06-30 Thread A. Gunes Koru


Hi Herbert,

I couldn't execute ./configure under ~/.lyx however opened lyx and went to
Edit -> Reconfigure menu. Then I watched the stream running up on the
xterm from where I forked lyx. It says:

+checking for document class IEEEtran [IEEEtran]... no

So it means that it couldn't find the class. Do you have an idea? What am
I gonna do? Thanks for help.

On Sat, 30 Jun 2001, Herbert Voss wrote:

> "A. Gunes Koru" wrote:
> >
> > Hi,
> >
> > On this list, I heard that IEEE format is available in Lyx as a template.
> > I tried to open it. However it gave me a message called "Textclass error -
> > The document uses an unknown texclass "IEEEtran" Lyx will not be able to
> > produce output correctly - And a dismiss button" Then i push the Dismiss
> > button.. it shows me a template page when I go to "View -> DVI" menu it
> > opened a window "Can not convert file - Error while executing db2dvi
> > 'newfile1.sgml' - Dismiss button
> >
> > I have a IEEEtran.cls file that I've been using in Latex for a while. It
> > works fine. Do I need to incorporate it into Lyx? I am a Ph.D. student, so
> > this format could help me in writing to
>
> go into the ~/.lyx dir and run ./configure and look for a line like
>
> +checking for document class IEEEtran [IEEEtran]... yes
>
> than lyx had found your class file.
>
> Herbert
>
>

-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: IEEE template/layout

2001-06-30 Thread Herbert Voss

"A. Gunes Koru" wrote:
> 
> I couldn't execute ./configure under ~/.lyx however opened lyx and went to
> Edit -> Reconfigure menu. Then I watched the stream running up on the
> xterm from where I forked lyx. It says:
> 
> +checking for document class IEEEtran [IEEEtran]... no
> 
> So it means that it couldn't find the class. Do you have an idea? What am
> I gonna do? Thanks for help.

it's not in the texdir. run texhash, which builds the
dir new or put the class in your home-texdir, often
~/.TeX

are you sure that you have IEEEtran.cls on your computer?
otherwise get it from ctan.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



OK but another problem Re: IEEE template/layout

2001-06-30 Thread A. Gunes Koru


OK.. As root I put the IEEEtran.cls under  /usr/share/texmf/tex/latex/base
and then ran texhash. Now I get

+checking for document class IEEEtran [IEEEtran]... yes

for any user. And it opens the layout. However when I try to see the
layout in the DVI format without making any changes. It tells me:

"There were errors during the latex run.
10 errors detected. You should try to fix them.. and a Dismiss button"

I would expect the template to show up in the dvi format without any
problem. Why is it happening?

Thanks again

Gunes


On Sat, 30 Jun 2001, Herbert Voss wrote:

> "A. Gunes Koru" wrote:
> >
> > I couldn't execute ./configure under ~/.lyx however opened lyx and went to
> > Edit -> Reconfigure menu. Then I watched the stream running up on the
> > xterm from where I forked lyx. It says:
> >
> > +checking for document class IEEEtran [IEEEtran]... no
> >
> > So it means that it couldn't find the class. Do you have an idea? What am
> > I gonna do? Thanks for help.
>
> it's not in the texdir. run texhash, which builds the
> dir new or put the class in your home-texdir, often
> ~/.TeX
>
> are you sure that you have IEEEtran.cls on your computer?
> otherwise get it from ctan.
>
> Herbert
>
>

-- 
***

A. Gunes Koru

Research Assistant, Ph.D. Student

Southern Methodist University
Computer Science and Engineering Department
Science and Information Building Room 317
Dallas, TX 75205


Home: 214 691 5633
Work: 214 768 2005
Cell: 214 893 7311
http://www.seas.smu.edu/~gkoru
Email: [EMAIL PROTECTED]

***




Re: OK but another problem Re: IEEE template/layout

2001-06-30 Thread Herbert Voss

"A. Gunes Koru" wrote:
> 
> for any user. And it opens the layout. However when I try to see the
> layout in the DVI format without making any changes. It tells me:
> 
> "There were errors during the latex run.
> 10 errors detected. You should try to fix them.. and a Dismiss button"

can you send an example-file, which shows the errors?

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: ieee template

2001-06-14 Thread morten

having found a new version IEEEtran.cls on the net, and I installed it next to
the other tex .cls file reran texconfig and it work
that is the class part works

I get the error that ENGLISH is not defined.

what to do?
mo

Ps I'm sure that I have seen a mail about this once, but it can't locate it.

On 13-Jun-2001 Peter Suetterlin wrote:
 morten wrote:
 hi
 
 I am about to write an article and for that I chose the IEEEtran.lyx
 template.  Opening this resulted in the error that the textclass
 IEEEtran was unknown.  Also I get errors when I try to dvi the
 templatefile
 
 Do I need an update of the template and the texclasses - and where do
 I find it?
 
 You need the respective latex textclass file.
 Use Help-LaTeX_Configuration in LyX and read section 4.13
 
   Pit
 
 -- 
 Peter Pit Suetterlin  http://www.uni-sw.gwdg.de/~pit
 Universitaets-Sternwarte Goettingen
 Tel.: +49 551 39-5048   [EMAIL PROTECTED]

-- 
--
E-Mail: morten [EMAIL PROTECTED]
Date: 14-Jun-2001
Time: 15:56:42

Currently working hard for the LAI at INSA-lyon
--



Re: ieee template

2001-06-14 Thread morten

having found a new version IEEEtran.cls on the net, and I installed it next to
the other tex .cls file reran texconfig and it work
that is the class part works

I get the error that ENGLISH is not defined.

what to do?
mo

Ps I'm sure that I have seen a mail about this once, but it can't locate it.

On 13-Jun-2001 Peter Suetterlin wrote:
 morten wrote:
 hi
 
 I am about to write an article and for that I chose the IEEEtran.lyx
 template.  Opening this resulted in the error that the textclass
 IEEEtran was unknown.  Also I get errors when I try to dvi the
 templatefile
 
 Do I need an update of the template and the texclasses - and where do
 I find it?
 
 You need the respective latex textclass file.
 Use Help-LaTeX_Configuration in LyX and read section 4.13
 
   Pit
 
 -- 
 Peter Pit Suetterlin  http://www.uni-sw.gwdg.de/~pit
 Universitaets-Sternwarte Goettingen
 Tel.: +49 551 39-5048   [EMAIL PROTECTED]

-- 
--
E-Mail: morten [EMAIL PROTECTED]
Date: 14-Jun-2001
Time: 15:56:42

Currently working hard for the LAI at INSA-lyon
--



Re: ieee template

2001-06-14 Thread morten

having found a new version IEEEtran.cls on the net, and I installed it next to
the other tex .cls file reran texconfig and it work
that is the class part works

I get the error that ENGLISH is not defined.

what to do?
mo

Ps I'm sure that I have seen a mail about this once, but it can't locate it.

On 13-Jun-2001 Peter Suetterlin wrote:
> morten wrote:
>> hi
> 
>> I am about to write an article and for that I chose the IEEEtran.lyx
>> template.  Opening this resulted in the error that the textclass
>> IEEEtran was unknown.  Also I get errors when I try to dvi the
>> templatefile
> 
>> Do I need an update of the template and the texclasses - and where do
>> I find it?
> 
> You need the respective latex textclass file.
> Use Help->LaTeX_Configuration in LyX and read section 4.13
> 
>   Pit
> 
> -- 
> Peter "Pit" Suetterlin  http://www.uni-sw.gwdg.de/~pit
> Universitaets-Sternwarte Goettingen
> Tel.: +49 551 39-5048   [EMAIL PROTECTED]

-- 
--
E-Mail: morten <[EMAIL PROTECTED]>
Date: 14-Jun-2001
Time: 15:56:42

Currently working hard for the LAI at INSA-lyon
--



ieee template

2001-06-13 Thread morten

hi
I am about to write an article and for that I chose the IEEEtran.lyx template.
Opening this resulted in the error that the textclass IEEEtran was unknown.
Also I get errors when I try to dvi the templatefile

Do I need an update of the template and the texclasses - and where do I find it?
I use 1.1.6fix2

morten

-- 
--
E-Mail: morten [EMAIL PROTECTED]
Date: 13-Jun-2001
Time: 16:48:04

Currently working hard for the LAI at INSA-lyon
--



Re: ieee template

2001-06-13 Thread Peter Suetterlin

morten wrote:
 hi

 I am about to write an article and for that I chose the IEEEtran.lyx
 template.  Opening this resulted in the error that the textclass
 IEEEtran was unknown.  Also I get errors when I try to dvi the
 templatefile

 Do I need an update of the template and the texclasses - and where do
 I find it?

You need the respective latex textclass file.
Use Help-LaTeX_Configuration in LyX and read section 4.13

  Pit

-- 
Peter Pit Suetterlin  http://www.uni-sw.gwdg.de/~pit
Universitaets-Sternwarte Goettingen
Tel.: +49 551 39-5048   [EMAIL PROTECTED]



Re: ieee template

2001-06-13 Thread Herbert Voss

Peter Suetterlin wrote:
 
  I am about to write an article and for that I chose the IEEEtran.lyx
  template.  Opening this resulted in the error that the textclass
  IEEEtran was unknown.  Also I get errors when I try to dvi the
  templatefile
 
  Do I need an update of the template and the texclasses - and where do
  I find it?

that's right, but i wonder wha the layout file is in the menu,
when the class is not there??

go into ~/.lyx/ and run configure by hand and look for
a line like this
+checking for document class cv [cv]... yes
+checking for document class dinbrief [dinbrief]... yes

did ieee appears?

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: ieee template

2001-06-13 Thread Herbert Voss

Herbert Voss wrote:
 
 Peter Suetterlin wrote:
 
   I am about to write an article and for that I chose the IEEEtran.lyx
   template.  Opening this resulted in the error that the textclass
   IEEEtran was unknown.  Also I get errors when I try to dvi the
   templatefile
 
 that's right, but i wonder wha the layout file is in the menu,
 when the class is not there??

uuups! it was the template, so you can open this file without
the existing cls-file.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



ieee template

2001-06-13 Thread morten

hi
I am about to write an article and for that I chose the IEEEtran.lyx template.
Opening this resulted in the error that the textclass IEEEtran was unknown.
Also I get errors when I try to dvi the templatefile

Do I need an update of the template and the texclasses - and where do I find it?
I use 1.1.6fix2

morten

-- 
--
E-Mail: morten [EMAIL PROTECTED]
Date: 13-Jun-2001
Time: 16:48:04

Currently working hard for the LAI at INSA-lyon
--



Re: ieee template

2001-06-13 Thread Peter Suetterlin

morten wrote:
 hi

 I am about to write an article and for that I chose the IEEEtran.lyx
 template.  Opening this resulted in the error that the textclass
 IEEEtran was unknown.  Also I get errors when I try to dvi the
 templatefile

 Do I need an update of the template and the texclasses - and where do
 I find it?

You need the respective latex textclass file.
Use Help-LaTeX_Configuration in LyX and read section 4.13

  Pit

-- 
Peter Pit Suetterlin  http://www.uni-sw.gwdg.de/~pit
Universitaets-Sternwarte Goettingen
Tel.: +49 551 39-5048   [EMAIL PROTECTED]



Re: ieee template

2001-06-13 Thread Herbert Voss

Peter Suetterlin wrote:
 
  I am about to write an article and for that I chose the IEEEtran.lyx
  template.  Opening this resulted in the error that the textclass
  IEEEtran was unknown.  Also I get errors when I try to dvi the
  templatefile
 
  Do I need an update of the template and the texclasses - and where do
  I find it?

that's right, but i wonder wha the layout file is in the menu,
when the class is not there??

go into ~/.lyx/ and run configure by hand and look for
a line like this
+checking for document class cv [cv]... yes
+checking for document class dinbrief [dinbrief]... yes

did ieee appears?

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: ieee template

2001-06-13 Thread Herbert Voss

Herbert Voss wrote:
 
 Peter Suetterlin wrote:
 
   I am about to write an article and for that I chose the IEEEtran.lyx
   template.  Opening this resulted in the error that the textclass
   IEEEtran was unknown.  Also I get errors when I try to dvi the
   templatefile
 
 that's right, but i wonder wha the layout file is in the menu,
 when the class is not there??

uuups! it was the template, so you can open this file without
the existing cls-file.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



ieee template

2001-06-13 Thread morten

hi
I am about to write an article and for that I chose the IEEEtran.lyx template.
Opening this resulted in the error that the textclass IEEEtran was unknown.
Also I get errors when I try to dvi the templatefile

Do I need an update of the template and the texclasses - and where do I find it?
I use 1.1.6fix2

morten

-- 
--
E-Mail: morten <[EMAIL PROTECTED]>
Date: 13-Jun-2001
Time: 16:48:04

Currently working hard for the LAI at INSA-lyon
--



Re: ieee template

2001-06-13 Thread Peter Suetterlin

morten wrote:
> hi

> I am about to write an article and for that I chose the IEEEtran.lyx
> template.  Opening this resulted in the error that the textclass
> IEEEtran was unknown.  Also I get errors when I try to dvi the
> templatefile

> Do I need an update of the template and the texclasses - and where do
> I find it?

You need the respective latex textclass file.
Use Help->LaTeX_Configuration in LyX and read section 4.13

  Pit

-- 
Peter "Pit" Suetterlin  http://www.uni-sw.gwdg.de/~pit
Universitaets-Sternwarte Goettingen
Tel.: +49 551 39-5048   [EMAIL PROTECTED]



Re: ieee template

2001-06-13 Thread Herbert Voss

Peter Suetterlin wrote:
> 
> > I am about to write an article and for that I chose the IEEEtran.lyx
> > template.  Opening this resulted in the error that the textclass
> > IEEEtran was unknown.  Also I get errors when I try to dvi the
> > templatefile
> 
> > Do I need an update of the template and the texclasses - and where do
> > I find it?

that's right, but i wonder wha the layout file is in the menu,
when the class is not there??

go into ~/.lyx/ and run configure by hand and look for
a line like this
+checking for document class cv [cv]... yes
+checking for document class dinbrief [dinbrief]... yes

did ieee appears?

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Re: ieee template

2001-06-13 Thread Herbert Voss

Herbert Voss wrote:
> 
> Peter Suetterlin wrote:
> >
> > > I am about to write an article and for that I chose the IEEEtran.lyx
> > > template.  Opening this resulted in the error that the textclass
> > > IEEEtran was unknown.  Also I get errors when I try to dvi the
> > > templatefile
> 
> that's right, but i wonder wha the layout file is in the menu,
> when the class is not there??

uuups! it was the template, so you can open this file without
the existing cls-file.

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/