Re: Navigating dvi output

2004-04-13 Thread Paul Smith
However, I cannot find a mechanism that permits me to go directly to
a specific page. Is this possible?
Rich,

I am not sure, but I think that if you type 40g, then you go to the page 
40 of the document, assuming that you are using xdvi. Now, I am using 
kdvi, with which it is only necessary to click on the desired page 
number in the list of pages, which is visible.

I hope this helps you!

Paul




Re: Content-Transfer-Encoding

2004-04-13 Thread Andre Poenitz
On Mon, Apr 12, 2004 at 04:46:45PM -0700, Dave Tweten wrote:
 I'm tired of dealing with people who misconfigure their mail user agents 
 to use x-uuencode instead of base64 as the Content-Transfer-Encoding for 
 their MIME attachments.

I am completely ignorant here. What exactly is wrong with uuencode
as long as it is announced in the header?

 I'm hoping for a technological solution (i.e., capitulation).  Is
 there some way to stitch public domain uudecode into exmh so it can
 handle these non-compliant attachments?

And wouldn't this fit rather on some mailing list related to uuencode or
exmh?

Andre'


ABOUT LYX!

2004-04-13 Thread g97m6120

Hi!

I am a new user of lyx and a bit frustrated with it because I am writing up my
thesis in Mathematical Statistics but I am not sure which document type to use,I
went to layout in the toolbar-Document- after document I got a whole list of
document types and I don't know which one to choose(book,article,etc).another
thing that I need you to help me with is,if for instance I have written my
mathematical equation at the centre of the line/row and then I want to number
it at the far right of the line/row,how do i do it?[most of the time
mathematical equations are written at the center of the row and then number at
the far right so that you can refer to them when you use the in other
sections].The last thing is,when I want to view my document I go to view on the
toolbar and then choose DVI,what i've noticed is that the page numbering is at
the top right corner instead of the bottom of the page and that worries me.

I really need your help as soon as possible!

Thank you in advance.

Nenekazi Mkuzangwe



This message was sent using IMP, the Internet Messaging Program.



Re: ABOUT LYX!

2004-04-13 Thread Angus Leeming
 I am a new user of lyx and a bit frustrated with it because I am
 writing up my thesis in Mathematical Statistics but I am not sure
 which document type to use,I went to layout in the
 toolbar-Document- after document I got a whole list of document
 types and I don't know which one to choose(book,article,etc).

Most theses use document classes that derive from Book. Use that to
start with.

 another
 thing that I need you to help me with is,if for instance I have
 written my mathematical equation at the centre of the line/row and
 then I want to number it at the far right of the line/row,how do i
 do it?

Insert-Label

 [most of the time mathematical equations are written at the
 center of the row and then number at the far right so that you can
 refer to them when you use the in other sections].

 The last thing
 is,when I want to view my document I go to view on the toolbar and
 then choose DVI,what i've noticed is that the page numbering is at
 the top right corner instead of the bottom of the page and that
 worries me.

That's just a function of the latex document class that you've chosen.
It's the sort of itty-bitty detail that you can get right at any time
by tweaking the latex. It certainly isn't something that should hold
up your writing.

In this particular case, the solution will be adding a piece of latex
to your Layout-Document-Preamble. The actual snippet can probably
be found in at www.lyx.org/help or at wiki.lyx.org. Or on this list,
of course...

 I really need your help as soon as possible!

Calm! Calm!

 Thank you in advance.
 Nenekazi Mkuzangwe

-- 
Angus



Re: ABOUT LYX!

2004-04-13 Thread Rich Shepard
On Thu, 8 Apr 2004 [EMAIL PROTECTED] wrote:

 I am a new user of lyx and a bit frustrated with it because I am writing up my
 thesis in Mathematical Statistics but I am not sure which document type to use,I
 went to layout in the toolbar-Document- after document I got a whole list of
 document types and I don't know which one to choose(book,article,etc).

  What format does your school want? Ask them if they have LaTeX macros that
define that style. Otherwise, you can probably find a 'thesis' style to use.

 another thing that I need you to help me with is,if for instance I have
 written my mathematical equation at the centre of the line/row and then I
 want to number it at the far right of the line/row,how do i do it?

  The Users Guide has a very good section on entering mathematical
equations. Briefly, you have two forms: in-line (ctrl-m) and display
(shift-ctrl-m) modes. The latter are centered on separate lines. At the end
of the equation, press Meta-m, n (or use the menus) and you'll turn on
equation numbering. When the document is compiled and typeset the number is
right-aligned.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: myTitlePage

2004-04-13 Thread Beny Spira
I have done both texhash and reconfigure before I wrote to the list. It
seems that the problem is between lyx and  myTitlePage macro that is
shown below. As I wrote before, the error I got is: 
Latex Error: [EMAIL PROTECTED] undefined

[EMAIL PROTECTED]
{%

Have anyone tried to use this package? Is there a way to fix this
problem?
Beny

 
%%
%% This is file `myTitlePage.sty',
%
%% IMPORTANT NOTICE:
%%  \copyright by Herbert Voss voss_at_perce.de
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from myTitlePage.sty.
%%
\def\filename{myTitlePage}
\def\fileversion{v0.1}
\def\filedate{2002/03/12}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{\filename}%
[\filedate\space\fileversion\space Special Titlepage --- by
Herbert Voss]
[EMAIL PROTECTED]
\newpage
\null
\vskip 2em%
\let \footnote \thanks
{\begin{flushright}\large [EMAIL PROTECTED] \end{flushright}\par}%
\vskip 1.5em%
\begin{center}%
{\LARGE
\lineskip .5em%
\begin{tabular}[t]{c}%
[EMAIL PROTECTED]
\end{tabular}\par}%
\vskip 1em%
{\large [EMAIL PROTECTED]
\end{center}%
\par
\vskip 1.5em%
}
%end of input



On Seg, 2004-04-12 at 20:35, Marc Jeffrey Driftmeyer wrote:

 And don't forget that since you are putting styles, classes and packages 
 inside your local texmf/ directory you have to run texhash and let it update 
 and generate the ls-R index.
 
 Debian: /usr/local/share/texmf
 
 I run Edit-Reconfigure afterwards and it will work, when there is at least 
 preliminary support for your package, sty or cls file.
 
 Example: memoir has cursory support, but something like resume.cls has zero 
 support.  I don't use LyX when I am writing a resume.  I utilize Kile and it 
 works great.
 
 -Marc J. Driftmeyer
 
 On Tuesday 13 April 2004 12:12 am, robin wrote:
  Robert Orr wrote:
   I think you need to re-configure after putting the
   .sty file where LyX can find it.
  
   edit-reconfigure
 
  And maybe run texhash first?
 
  Robin
 
   --- Beny Spira [EMAIL PROTECTED] wrote:
  Hi
   I am a newbie trying to use the myTitlePage
  package created by
  Herbert Voss in Lyx. I got the following latex error
  when I put
  \usepackage{myTitlePage} in the Preamble or tried to
  implement it as a
  new layout:
  
  Latex Error: [EMAIL PROTECTED] undefined
  [EMAIL PROTECTED]
  {%
  
  I don't have the slightest idea what might be wrong.
  Have anyone tried
  to use this package. Is there another way to
  personalize a Title page?
  thanks in advance
  Beny
  
  --
  %
  Beny Spira
  Departamento de Microbiologia
  Instituto de Ciências Biomédicas
  Universidade de São Paulo
  Av. Prof. Lineu Prestes 1374
  São Paulo-SP  CEP:05508-900
  Tel: 5511-3091-7347
  FAX: 5511-3091-7354
  E-mail: [EMAIL PROTECTED]
  %
  
   __
   Do you Yahoo!?
   Yahoo! Tax Center - File online by April 15th
   http://taxes.yahoo.com/filing.html

-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: ABOUT LYX!

2004-04-13 Thread Andre Poenitz
On Tue, Apr 13, 2004 at 03:40:20PM +0100, Angus Leeming wrote:
  I am a new user of lyx and a bit frustrated with it because I am
  writing up my thesis in Mathematical Statistics but I am not sure
  which document type to use,I went to layout in the
  toolbar-Document- after document I got a whole list of document
  types and I don't know which one to choose(book,article,etc).
 
 Most theses use document classes that derive from Book. Use that to
 start with.

Or 'report'...

Andre'


Re: myTitlePage

2004-04-13 Thread Andre Poenitz
On Tue, Apr 13, 2004 at 11:04:16AM -0300, Beny Spira wrote:
 I have done both texhash and reconfigure before I wrote to the list. It
 seems that the problem is between lyx and  myTitlePage macro that is
 shown below. As I wrote before, the error I got is: 
 Latex Error: [EMAIL PROTECTED] undefined
 
 [EMAIL PROTECTED]
 {%
 
 Have anyone tried to use this package? Is there a way to fix this
 problem?

Well, if \renewcommand complains about an undefined macro, using
\newcommand (or even \providecommand, or even \def) looks like a
possible workaround.

Andre'

PS: Please don't top-post-and-full-quote.


Re: myTitlePage

2004-04-13 Thread Silvia Ribeiro Calbo
On Mon, 12 Apr 2004 11:47:55 -0300, Beny Spira wrote
 Hi
 Where did you get  myTitlePage package?!?! 
 
thanks

 


.'   . '
   .  .  . '  '
`   .   .
' '
 .'  ___
 ==c(___(o(__(_()
 \=\
  )=\  Sílvia Ribeiro Calbo
 //|\\ 
//|| \\
   // ||  \\
  //  ||   \\




\Diamond and \Box

2004-04-13 Thread Chris Menzel
Quick question: my OS X Aqua version of LyX 1.3.4 nicely renders \Diamond and
\Box as a diamond and a box (respectively! :-) .  Not so my Linux 1.3.4
version.  I simply get Diamond and Box in large friendly red letters.  Is
this simply an advantage of the Aqua version, or am I missing something on the
Linux box?

Thanks.

Chris Menzel



Re: \Diamond and \Box

2004-04-13 Thread Angus Leeming
Chris Menzel wrote:

 Quick question: my OS X Aqua version of LyX 1.3.4 nicely renders
 \Diamond and
 \Box as a diamond and a box (respectively! :-) .  Not so my Linux
 1.3.4
 version.  I simply get Diamond and Box in large friendly red
 letters.  Is this simply an advantage of the Aqua version, or am I
 missing something on the Linux box?

You're missing the answer to the most FAQ.

http://wiki.lyx.org/pmwiki.php/LyX/Troubleshooting#latexttf

-- 
Angus



Re: Navigating dvi output

2004-04-13 Thread Paul Smith
However, I cannot find a mechanism that permits me to go directly to
a specific page. Is this possible?
Rich,

I am not sure, but I think that if you type 40g, then you go to the page 
40 of the document, assuming that you are using xdvi. Now, I am using 
kdvi, with which it is only necessary to click on the desired page 
number in the list of pages, which is visible.

I hope this helps you!

Paul




Re: Content-Transfer-Encoding

2004-04-13 Thread Andre Poenitz
On Mon, Apr 12, 2004 at 04:46:45PM -0700, Dave Tweten wrote:
 I'm tired of dealing with people who misconfigure their mail user agents 
 to use x-uuencode instead of base64 as the Content-Transfer-Encoding for 
 their MIME attachments.

I am completely ignorant here. What exactly is wrong with uuencode
as long as it is announced in the header?

 I'm hoping for a technological solution (i.e., capitulation).  Is
 there some way to stitch public domain uudecode into exmh so it can
 handle these non-compliant attachments?

And wouldn't this fit rather on some mailing list related to uuencode or
exmh?

Andre'


ABOUT LYX!

2004-04-13 Thread g97m6120

Hi!

I am a new user of lyx and a bit frustrated with it because I am writing up my
thesis in Mathematical Statistics but I am not sure which document type to use,I
went to layout in the toolbar-Document- after document I got a whole list of
document types and I don't know which one to choose(book,article,etc).another
thing that I need you to help me with is,if for instance I have written my
mathematical equation at the centre of the line/row and then I want to number
it at the far right of the line/row,how do i do it?[most of the time
mathematical equations are written at the center of the row and then number at
the far right so that you can refer to them when you use the in other
sections].The last thing is,when I want to view my document I go to view on the
toolbar and then choose DVI,what i've noticed is that the page numbering is at
the top right corner instead of the bottom of the page and that worries me.

I really need your help as soon as possible!

Thank you in advance.

Nenekazi Mkuzangwe



This message was sent using IMP, the Internet Messaging Program.



Re: ABOUT LYX!

2004-04-13 Thread Angus Leeming
 I am a new user of lyx and a bit frustrated with it because I am
 writing up my thesis in Mathematical Statistics but I am not sure
 which document type to use,I went to layout in the
 toolbar-Document- after document I got a whole list of document
 types and I don't know which one to choose(book,article,etc).

Most theses use document classes that derive from Book. Use that to
start with.

 another
 thing that I need you to help me with is,if for instance I have
 written my mathematical equation at the centre of the line/row and
 then I want to number it at the far right of the line/row,how do i
 do it?

Insert-Label

 [most of the time mathematical equations are written at the
 center of the row and then number at the far right so that you can
 refer to them when you use the in other sections].

 The last thing
 is,when I want to view my document I go to view on the toolbar and
 then choose DVI,what i've noticed is that the page numbering is at
 the top right corner instead of the bottom of the page and that
 worries me.

That's just a function of the latex document class that you've chosen.
It's the sort of itty-bitty detail that you can get right at any time
by tweaking the latex. It certainly isn't something that should hold
up your writing.

In this particular case, the solution will be adding a piece of latex
to your Layout-Document-Preamble. The actual snippet can probably
be found in at www.lyx.org/help or at wiki.lyx.org. Or on this list,
of course...

 I really need your help as soon as possible!

Calm! Calm!

 Thank you in advance.
 Nenekazi Mkuzangwe

-- 
Angus



Re: ABOUT LYX!

2004-04-13 Thread Rich Shepard
On Thu, 8 Apr 2004 [EMAIL PROTECTED] wrote:

 I am a new user of lyx and a bit frustrated with it because I am writing up my
 thesis in Mathematical Statistics but I am not sure which document type to use,I
 went to layout in the toolbar-Document- after document I got a whole list of
 document types and I don't know which one to choose(book,article,etc).

  What format does your school want? Ask them if they have LaTeX macros that
define that style. Otherwise, you can probably find a 'thesis' style to use.

 another thing that I need you to help me with is,if for instance I have
 written my mathematical equation at the centre of the line/row and then I
 want to number it at the far right of the line/row,how do i do it?

  The Users Guide has a very good section on entering mathematical
equations. Briefly, you have two forms: in-line (ctrl-m) and display
(shift-ctrl-m) modes. The latter are centered on separate lines. At the end
of the equation, press Meta-m, n (or use the menus) and you'll turn on
equation numbering. When the document is compiled and typeset the number is
right-aligned.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: myTitlePage

2004-04-13 Thread Beny Spira
I have done both texhash and reconfigure before I wrote to the list. It
seems that the problem is between lyx and  myTitlePage macro that is
shown below. As I wrote before, the error I got is: 
Latex Error: [EMAIL PROTECTED] undefined

[EMAIL PROTECTED]
{%

Have anyone tried to use this package? Is there a way to fix this
problem?
Beny

 
%%
%% This is file `myTitlePage.sty',
%
%% IMPORTANT NOTICE:
%%  \copyright by Herbert Voss voss_at_perce.de
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from myTitlePage.sty.
%%
\def\filename{myTitlePage}
\def\fileversion{v0.1}
\def\filedate{2002/03/12}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{\filename}%
[\filedate\space\fileversion\space Special Titlepage --- by
Herbert Voss]
[EMAIL PROTECTED]
\newpage
\null
\vskip 2em%
\let \footnote \thanks
{\begin{flushright}\large [EMAIL PROTECTED] \end{flushright}\par}%
\vskip 1.5em%
\begin{center}%
{\LARGE
\lineskip .5em%
\begin{tabular}[t]{c}%
[EMAIL PROTECTED]
\end{tabular}\par}%
\vskip 1em%
{\large [EMAIL PROTECTED]
\end{center}%
\par
\vskip 1.5em%
}
%end of input



On Seg, 2004-04-12 at 20:35, Marc Jeffrey Driftmeyer wrote:

 And don't forget that since you are putting styles, classes and packages 
 inside your local texmf/ directory you have to run texhash and let it update 
 and generate the ls-R index.
 
 Debian: /usr/local/share/texmf
 
 I run Edit-Reconfigure afterwards and it will work, when there is at least 
 preliminary support for your package, sty or cls file.
 
 Example: memoir has cursory support, but something like resume.cls has zero 
 support.  I don't use LyX when I am writing a resume.  I utilize Kile and it 
 works great.
 
 -Marc J. Driftmeyer
 
 On Tuesday 13 April 2004 12:12 am, robin wrote:
  Robert Orr wrote:
   I think you need to re-configure after putting the
   .sty file where LyX can find it.
  
   edit-reconfigure
 
  And maybe run texhash first?
 
  Robin
 
   --- Beny Spira [EMAIL PROTECTED] wrote:
  Hi
   I am a newbie trying to use the myTitlePage
  package created by
  Herbert Voss in Lyx. I got the following latex error
  when I put
  \usepackage{myTitlePage} in the Preamble or tried to
  implement it as a
  new layout:
  
  Latex Error: [EMAIL PROTECTED] undefined
  [EMAIL PROTECTED]
  {%
  
  I don't have the slightest idea what might be wrong.
  Have anyone tried
  to use this package. Is there another way to
  personalize a Title page?
  thanks in advance
  Beny
  
  --
  %
  Beny Spira
  Departamento de Microbiologia
  Instituto de Ciências Biomédicas
  Universidade de São Paulo
  Av. Prof. Lineu Prestes 1374
  São Paulo-SP  CEP:05508-900
  Tel: 5511-3091-7347
  FAX: 5511-3091-7354
  E-mail: [EMAIL PROTECTED]
  %
  
   __
   Do you Yahoo!?
   Yahoo! Tax Center - File online by April 15th
   http://taxes.yahoo.com/filing.html

-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: ABOUT LYX!

2004-04-13 Thread Andre Poenitz
On Tue, Apr 13, 2004 at 03:40:20PM +0100, Angus Leeming wrote:
  I am a new user of lyx and a bit frustrated with it because I am
  writing up my thesis in Mathematical Statistics but I am not sure
  which document type to use,I went to layout in the
  toolbar-Document- after document I got a whole list of document
  types and I don't know which one to choose(book,article,etc).
 
 Most theses use document classes that derive from Book. Use that to
 start with.

Or 'report'...

Andre'


Re: myTitlePage

2004-04-13 Thread Andre Poenitz
On Tue, Apr 13, 2004 at 11:04:16AM -0300, Beny Spira wrote:
 I have done both texhash and reconfigure before I wrote to the list. It
 seems that the problem is between lyx and  myTitlePage macro that is
 shown below. As I wrote before, the error I got is: 
 Latex Error: [EMAIL PROTECTED] undefined
 
 [EMAIL PROTECTED]
 {%
 
 Have anyone tried to use this package? Is there a way to fix this
 problem?

Well, if \renewcommand complains about an undefined macro, using
\newcommand (or even \providecommand, or even \def) looks like a
possible workaround.

Andre'

PS: Please don't top-post-and-full-quote.


Re: myTitlePage

2004-04-13 Thread Silvia Ribeiro Calbo
On Mon, 12 Apr 2004 11:47:55 -0300, Beny Spira wrote
 Hi
 Where did you get  myTitlePage package?!?! 
 
thanks

 


.'   . '
   .  .  . '  '
`   .   .
' '
 .'  ___
 ==c(___(o(__(_()
 \=\
  )=\  Sílvia Ribeiro Calbo
 //|\\ 
//|| \\
   // ||  \\
  //  ||   \\




\Diamond and \Box

2004-04-13 Thread Chris Menzel
Quick question: my OS X Aqua version of LyX 1.3.4 nicely renders \Diamond and
\Box as a diamond and a box (respectively! :-) .  Not so my Linux 1.3.4
version.  I simply get Diamond and Box in large friendly red letters.  Is
this simply an advantage of the Aqua version, or am I missing something on the
Linux box?

Thanks.

Chris Menzel



Re: \Diamond and \Box

2004-04-13 Thread Angus Leeming
Chris Menzel wrote:

 Quick question: my OS X Aqua version of LyX 1.3.4 nicely renders
 \Diamond and
 \Box as a diamond and a box (respectively! :-) .  Not so my Linux
 1.3.4
 version.  I simply get Diamond and Box in large friendly red
 letters.  Is this simply an advantage of the Aqua version, or am I
 missing something on the Linux box?

You're missing the answer to the most FAQ.

http://wiki.lyx.org/pmwiki.php/LyX/Troubleshooting#latexttf

-- 
Angus



Re: Navigating dvi output

2004-04-13 Thread Paul Smith
However, I cannot find a mechanism that permits me to go directly to
a specific page. Is this possible?
Rich,

I am not sure, but I think that if you type 40g, then you go to the page 
40 of the document, assuming that you are using xdvi. Now, I am using 
kdvi, with which it is only necessary to click on the desired page 
number in the list of pages, which is visible.

I hope this helps you!

Paul




Re: Content-Transfer-Encoding

2004-04-13 Thread Andre Poenitz
On Mon, Apr 12, 2004 at 04:46:45PM -0700, Dave Tweten wrote:
> I'm tired of dealing with people who misconfigure their mail user agents 
> to use x-uuencode instead of base64 as the Content-Transfer-Encoding for 
> their MIME attachments.

I am completely ignorant here. What exactly is wrong with uuencode
as long as it is announced in the header?

> I'm hoping for a technological solution (i.e., capitulation).  Is
> there some way to stitch public domain uudecode into exmh so it can
> handle these non-compliant attachments?

And wouldn't this fit rather on some mailing list related to uuencode or
exmh?

Andre'


ABOUT LYX!

2004-04-13 Thread g97m6120

Hi!

I am a new user of lyx and a bit frustrated with it because I am writing up my
thesis in Mathematical Statistics but I am not sure which document type to use,I
went to layout in the toolbar->Document-> after document I got a whole list of
document types and I don't know which one to choose(book,article,etc).another
thing that I need you to help me with is,if for instance I have written my
mathematical equation at the centre of the line/row and then I want to number
it at the far right of the line/row,how do i do it?[most of the time
mathematical equations are written at the center of the row and then number at
the far right so that you can refer to them when you use the in other
sections].The last thing is,when I want to view my document I go to view on the
toolbar and then choose DVI,what i've noticed is that the page numbering is at
the top right corner instead of the bottom of the page and that worries me.

I really need your help as soon as possible!

Thank you in advance.

Nenekazi Mkuzangwe



This message was sent using IMP, the Internet Messaging Program.



Re: ABOUT LYX!

2004-04-13 Thread Angus Leeming
> I am a new user of lyx and a bit frustrated with it because I am
> writing up my thesis in Mathematical Statistics but I am not sure
> which document type to use,I went to layout in the
> toolbar->Document-> after document I got a whole list of document
> types and I don't know which one to choose(book,article,etc).

Most theses use document classes that derive from Book. Use that to
start with.

> another
> thing that I need you to help me with is,if for instance I have
> written my mathematical equation at the centre of the line/row and
> then I want to number it at the far right of the line/row,how do i
> do it?

Insert->Label

> [most of the time mathematical equations are written at the
> center of the row and then number at the far right so that you can
> refer to them when you use the in other sections].

> The last thing
> is,when I want to view my document I go to view on the toolbar and
> then choose DVI,what i've noticed is that the page numbering is at
> the top right corner instead of the bottom of the page and that
> worries me.

That's just a function of the latex document class that you've chosen.
It's the sort of itty-bitty detail that you can get right at any time
by tweaking the latex. It certainly isn't something that should hold
up your writing.

In this particular case, the solution will be adding a piece of latex
to your Layout->Document->Preamble. The actual snippet can probably
be found in at www.lyx.org/help or at wiki.lyx.org. Or on this list,
of course...

> I really need your help as soon as possible!

Calm! Calm!

> Thank you in advance.
> Nenekazi Mkuzangwe

-- 
Angus



Re: ABOUT LYX!

2004-04-13 Thread Rich Shepard
On Thu, 8 Apr 2004 [EMAIL PROTECTED] wrote:

> I am a new user of lyx and a bit frustrated with it because I am writing up my
> thesis in Mathematical Statistics but I am not sure which document type to use,I
> went to layout in the toolbar->Document-> after document I got a whole list of
> document types and I don't know which one to choose(book,article,etc).

  What format does your school want? Ask them if they have LaTeX macros that
define that style. Otherwise, you can probably find a 'thesis' style to use.

> another thing that I need you to help me with is,if for instance I have
> written my mathematical equation at the centre of the line/row and then I
> want to number it at the far right of the line/row,how do i do it?

  The Users Guide has a very good section on entering mathematical
equations. Briefly, you have two forms: in-line (ctrl-m) and display
(shift-ctrl-m) modes. The latter are centered on separate lines. At the end
of the equation, press Meta-m, n (or use the menus) and you'll turn on
equation numbering. When the document is compiled and typeset the number is
right-aligned.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: myTitlePage

2004-04-13 Thread Beny Spira
I have done both texhash and reconfigure before I wrote to the list. It
seems that the problem is between lyx and  "myTitlePage" macro that is
shown below. As I wrote before, the error I got is: 
Latex Error: [EMAIL PROTECTED] undefined

[EMAIL PROTECTED]
{%

Have anyone tried to use this package? Is there a way to fix this
problem?
Beny

 
%%
%% This is file `myTitlePage.sty',
%
%% IMPORTANT NOTICE:
%%  \copyright by Herbert Voss 
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from myTitlePage.sty.
%%
\def\filename{myTitlePage}
\def\fileversion{v0.1}
\def\filedate{2002/03/12}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{\filename}%
[\filedate\space\fileversion\space Special Titlepage --- by
Herbert Voss]
[EMAIL PROTECTED]
\newpage
\null
\vskip 2em%
\let \footnote \thanks
{\begin{flushright}\large [EMAIL PROTECTED] \end{flushright}\par}%
\vskip 1.5em%
\begin{center}%
{\LARGE
\lineskip .5em%
\begin{tabular}[t]{c}%
[EMAIL PROTECTED]
\end{tabular}\par}%
\vskip 1em%
{\large [EMAIL PROTECTED]
\end{center}%
\par
\vskip 1.5em%
}
%end of input



On Seg, 2004-04-12 at 20:35, Marc Jeffrey Driftmeyer wrote:

> And don't forget that since you are putting styles, classes and packages 
> inside your local texmf/ directory you have to run texhash and let it update 
> and generate the ls-R index.
> 
> Debian: /usr/local/share/texmf
> 
> I run Edit->Reconfigure afterwards and it will work, when there is at least 
> preliminary support for your package, sty or cls file.
> 
> Example: memoir has cursory support, but something like resume.cls has zero 
> support.  I don't use LyX when I am writing a resume.  I utilize Kile and it 
> works great.
> 
> -Marc J. Driftmeyer
> 
> On Tuesday 13 April 2004 12:12 am, robin wrote:
> > Robert Orr wrote:
> > > I think you need to re-configure after putting the
> > > .sty file where LyX can find it.
> > >
> > > edit->reconfigure
> >
> > And maybe run texhash first?
> >
> > Robin
> >
> > > --- Beny Spira <[EMAIL PROTECTED]> wrote:
> > >>Hi
> > >> I am a newbie trying to use the "myTitlePage"
> > >>package created by
> > >>Herbert Voss in Lyx. I got the following latex error
> > >>when I put
> > >>\usepackage{myTitlePage} in the Preamble or tried to
> > >>implement it as a
> > >>new layout:
> > >>
> > >>Latex Error: [EMAIL PROTECTED] undefined
> > >>[EMAIL PROTECTED]
> > >>{%
> > >>
> > >>I don't have the slightest idea what might be wrong.
> > >>Have anyone tried
> > >>to use this package. Is there another way to
> > >>personalize a Title page?
> > >>thanks in advance
> > >>Beny
> > >>
> > >>--
> > >>%
> > >>Beny Spira
> > >>Departamento de Microbiologia
> > >>Instituto de Ciências Biomédicas
> > >>Universidade de São Paulo
> > >>Av. Prof. Lineu Prestes 1374
> > >>São Paulo-SP  CEP:05508-900
> > >>Tel: 5511-3091-7347
> > >>FAX: 5511-3091-7354
> > >>E-mail: [EMAIL PROTECTED]
> > >>%
> > >
> > > __
> > > Do you Yahoo!?
> > > Yahoo! Tax Center - File online by April 15th
> > > http://taxes.yahoo.com/filing.html

-- 
%
Beny Spira
Departamento de Microbiologia
Instituto de Ciências Biomédicas
Universidade de São Paulo
Av. Prof. Lineu Prestes 1374
São Paulo-SPCEP:05508-900
Tel: 5511-3091-7347
FAX: 5511-3091-7354
E-mail: [EMAIL PROTECTED]
%


Re: ABOUT LYX!

2004-04-13 Thread Andre Poenitz
On Tue, Apr 13, 2004 at 03:40:20PM +0100, Angus Leeming wrote:
> > I am a new user of lyx and a bit frustrated with it because I am
> > writing up my thesis in Mathematical Statistics but I am not sure
> > which document type to use,I went to layout in the
> > toolbar->Document-> after document I got a whole list of document
> > types and I don't know which one to choose(book,article,etc).
> 
> Most theses use document classes that derive from Book. Use that to
> start with.

Or 'report'...

Andre'


Re: myTitlePage

2004-04-13 Thread Andre Poenitz
On Tue, Apr 13, 2004 at 11:04:16AM -0300, Beny Spira wrote:
> I have done both texhash and reconfigure before I wrote to the list. It
> seems that the problem is between lyx and  "myTitlePage" macro that is
> shown below. As I wrote before, the error I got is: 
> Latex Error: [EMAIL PROTECTED] undefined
> 
> [EMAIL PROTECTED]
> {%
> 
> Have anyone tried to use this package? Is there a way to fix this
> problem?

Well, if \renewcommand complains about an undefined macro, using
\newcommand (or even \providecommand, or even \def) looks like a
possible workaround.

Andre'

PS: Please don't top-post-and-full-quote.


Re: myTitlePage

2004-04-13 Thread Silvia Ribeiro Calbo
On Mon, 12 Apr 2004 11:47:55 -0300, Beny Spira wrote
> Hi
> Where did you get  "myTitlePage" package?!?! 
> 
>thanks
>
> 


.'   .  "   '
>   .  .  . '  '
>"`   .   .
>' '
> .'  ___
> ==c(___(o(__(_()
> \=\
>  )=\  Sílvia Ribeiro Calbo
> //|\\ 
>//|| \\
>   // ||  \\
>  //  ||   \\
>



\Diamond and \Box

2004-04-13 Thread Chris Menzel
Quick question: my OS X Aqua version of LyX 1.3.4 nicely renders \Diamond and
\Box as a diamond and a box (respectively! :-) .  Not so my Linux 1.3.4
version.  I simply get "Diamond" and "Box" in large friendly red letters.  Is
this simply an advantage of the Aqua version, or am I missing something on the
Linux box?

Thanks.

Chris Menzel



Re: \Diamond and \Box

2004-04-13 Thread Angus Leeming
Chris Menzel wrote:

> Quick question: my OS X Aqua version of LyX 1.3.4 nicely renders
> \Diamond and
> \Box as a diamond and a box (respectively! :-) .  Not so my Linux
> 1.3.4
> version.  I simply get "Diamond" and "Box" in large friendly red
> letters.  Is this simply an advantage of the Aqua version, or am I
> missing something on the Linux box?

You're missing the answer to the most FAQ.

http://wiki.lyx.org/pmwiki.php/LyX/Troubleshooting#latexttf

-- 
Angus