Re: Adding a non-numbered chapter to Table of Contents

2009-05-12 Thread Luca De Marini
Tha's fantastic, thank u very much, I missed that solution in the list!
thanks again, bye,

Luca


2009/5/13 Richard Talley 

> I had this problem recently and it was discussed on this list.
>
> I have a Chapter* with a title of 'Preface' in a document that I don't
> want numbered (it doesn't make sense to number a preface as chapter
> 1), but I do want it in the TOC. The solution was to insert this TeX
> code immediately after the title of the Chapter*.
>
> \addcontentsline{toc}{chapter}{Preface}
>
> In your case, substitute your title of the Chapter* for 'Preface' in
> the command.
>
> You can change the word 'chapter' to 'section' or 'subsection'
> depending on how you wish the non-numbered chapter to appear in the
> TOC.
>
> -- Rich
>
> On Tue, May 12, 2009 at 6:19 PM, Luca De Marini
>  wrote:
> > 2009/5/13 Ian S. Worthington 
> >
> >> I'm new here myself but, iiuc, the difference between a chapter and a
> >> chapter*
> >> is that the former appears in the toc whilst the later doesn't.
> >>
> >> So, if you want a chapter* to appear in the toc, can't you just change
> it
> >> to a
> >> chapter?
> >>
> >
> > The most important difference I found was that a *chapter was not
> numbered,
> > not that it doesn't appar in TOC.
> > So, say that my problem can be considered as:
> > how do I have a chapter not to be numbered and still appear in the TOC?
> > Understand my problem now? If I convert my *Chapter to a Chapter, it will
> be
> > numbered (Chapter 1). I don't want it to be numbered.
> >
> > Cheers,
> >
> > Luca
> >
> >
> >
> >
> >>
> >> i
> >>
> >> -- Original Message --
> >> Received: 06:45 PM COT, 05/12/2009
> >> From: Luca De Marini 
> >> To: LyX Users List 
> >> Subject: Adding a non-numbered chapter to Table of Contents
> >>
> >> > Hallo everyone, sorry for my mails but we are in a hurry and the lyx
> wiki
> >> is
> >> > not helping me, google neither :(
> >> > When I create a TOC in Lyx, it lists all the chapters, sections, etc.
> in
> >> my
> >> > book. I can configure it from the document properties, no problem..
> >> > then, another feature in lyx is adding Chapters, Sections, etc. with a
> >> "*"
> >> > simbol next to them. Those entries are not numbered or listed in the
> TOC.
> >> > Now, I need to put in the TOC one of these special entries, a special
> >> > *Chapter. I was sure there had to be an option to add a custom entry
> to
> >> > TOC... or a way to solve this in general. Any help please?
> >> >
> >> > Another problem is a little bit complicated to explain: I inserted the
> >> TOC
> >> > and after that, the first chapter is the famous *Chapter I was talking
> >> about
> >> > above. My second problem is that in the page where this *Chapter is,
> on
> >> the
> >> > top of the page I still see the name "Table of Contents".. this
> probably
> >> > happens, because Lyx is confused, since there's no ordinary Chapter
> after
> >> > the TOC.. in fact, on the next page there's Chapter 1, and on the top
> >> left
> >> > of the page I can see the small name: "Chapther 1" (the name of the
> >> chapter
> >> > is of course on the top right corner as usual). So, the problem is
> that I
> >> > have still "Table of Contents" on the top left corner of the page with
> >> the
> >> > *Chapter.
> >> >
> >> > Cheers,
> >> >
> >> > Luca
> >> >
> >>
> >>
> >>
> >>
> >
>


Re: TOC - Table of Contents - Location

2009-05-12 Thread Guenter Milde
On 2009-05-12, Marcelo Reis wrote:
> Hi Vincent, I don't want to bother you, but seems  like something is not 
> working in my environment, maybe you could give me a opinion.
> When  I use
> \renewcommand\contentsname{ANYTHING}
> things works fine
> but when I use the \CENTER
> \renewcommand\contentsname{\center Anything}

Warning: command names in LaTeX are CASE SENSITIVE!

> Nothing is printed in the screen from this point on

\center starts a "center" environment and expects an \endcenter at some point
(it the low level form of \begin{center} \end{center}.

You most probably are looking for \centering .

If this fails as well, you can try \hfill*\hfill* .

Günter



Re: align equations

2009-05-12 Thread Guenter Milde
On 2009-05-12, Paul A. Rubin wrote:

...

> 4. In the fourth column of each row, type \textrm followed by a space, 
> which will switch you to roman font, then type the explanation.  You can 
> also use \textup (upright) in place of \textrm, in case you're not using 
> roman as the base font family.

The LyX-way of declaring text-in-math is pressing Ctrl-M (or typing \text).
This will use the current text font.

Günter



Re: Can language support be disabled?

2009-05-12 Thread Guenter Milde
On 2009-05-12, James C. Sutherland wrote:
> On May 12, 2009, at 2:50 PM, Uwe Stöhr wrote:
>> James C. Sutherland schrieb:

>>> Is there a way of disabling "Language Support" in LyX?  Every time  
>>> that I paste text between documents I get blue underlining of the  
>>> text and have to "reset" the language to get rid of it.

>> Then the document language of both LyX documents is not the same. So  
>> have a look at the document settings and correct the language there  
>> (and save the right one as the default language that is used for new  
>> documents).

>> regards Uwe

> I deduced this.  However, I really don't want to have any notion of  
> the "language" my documents are written in.  So to repeat my original  
> question, can I just turn off all of this language business altogether?

Generally, no. You can, however edit the *.lyx file in a text editor and

* set the documentlanguage to a common value for all your documents,
* throw out intra-document language switches.

Besides this, I found that re-setting the language via the mini-buffer is
by far faster than the Edit>Settings>Text>Custom... dialogue:

 
 Alt-x   % open minibuffer
 language english% or whatever
 
Günter 



Re: Messed up page numbers - help please

2009-05-12 Thread Guenter Milde

> Yes. 

> 2009/5/13 Andre Poenitz 

>> On Wed, May 13, 2009 at 12:18:30AM +0200, Luca De Marini wrote:
>> > ... page numbers are on the bottom of the page some times and on
>> > top right on other pages, apparently randomly... why? 

Because the document class designer wanted it so (special layout of chapter
pages).

...
>> Even on pages starting a chapter in a book or such?

No TOFU please.


The following code in the preamble should help:

\usepackage{scrpage2}
\pagestyle{scrheadings}
\clearscrheadings
\ohead[\pagemark]{\pagemark}
\ihead{\headmark}

(tested with scrbook [book (KOMA-script)]).

Günter



Re: two questions about figures

2009-05-12 Thread Guenter Milde
On 2009-05-12, Marcelo Acuña wrote:

> Hello,
>  I put figures in floats.

Images in figure-floats or figure-floats in some other container-float?

>  1) When I insert a figure into a float I can see a box with words:
>  Float: Figure, then this change to: Float: Figure*. What is the
>  difference between Figure and Figure*?

If I remember right, its about double column - rowspanning or not. You
might find an explanation right-clicking and looking at the type
settings.

>  2) The floats have standard setting plus span column choosed. Figures
>  have standard setting plus % of text width. When I run Latex, two
>  first figures are displayed near the section where are defined, the
>  next figures are displayed 50 pages after, at the end of the chapter.
>  How I can correct this?

I suppose the last figure is large and therefore postponed to a
separate page or suitable position. Or maybe there is some other
unprocessed float inbetween and LaTeX tries to keep the order of
floats correct. Try to post a *minimal* example (LuX file that shows
the problem (float, maybe 2 pages late) but is as small as possible).

Günter



Re: How to add page number in lyx?

2009-05-12 Thread Guenter Milde
On 2009-05-13, Dong Zhang wrote:

> I am a new user of Lyx.
> I don't know how to automatically add page numbers into my
> paper with lyx, would you help me out?

This (and a lot of the remaining questions) is answered in the UserGuide
(menu Help>User Guide). It's worth reading.

The answer is to set a page style that uses page numbers, e.g. "plain" in 
Document>Settings.

Günter



How to add page number in lyx?

2009-05-12 Thread Dong Zhang
Hi,

I am a new user of Lyx.
I don't know how to automatically add page numbers into my
paper with lyx, would you help me out?

Thanks,

Donglai


Re: Adding a non-numbered chapter to Table of Contents

2009-05-12 Thread Richard Talley
I had this problem recently and it was discussed on this list.

I have a Chapter* with a title of 'Preface' in a document that I don't
want numbered (it doesn't make sense to number a preface as chapter
1), but I do want it in the TOC. The solution was to insert this TeX
code immediately after the title of the Chapter*.

\addcontentsline{toc}{chapter}{Preface}

In your case, substitute your title of the Chapter* for 'Preface' in
the command.

You can change the word 'chapter' to 'section' or 'subsection'
depending on how you wish the non-numbered chapter to appear in the
TOC.

-- Rich

On Tue, May 12, 2009 at 6:19 PM, Luca De Marini
 wrote:
> 2009/5/13 Ian S. Worthington 
>
>> I'm new here myself but, iiuc, the difference between a chapter and a
>> chapter*
>> is that the former appears in the toc whilst the later doesn't.
>>
>> So, if you want a chapter* to appear in the toc, can't you just change it
>> to a
>> chapter?
>>
>
> The most important difference I found was that a *chapter was not numbered,
> not that it doesn't appar in TOC.
> So, say that my problem can be considered as:
> how do I have a chapter not to be numbered and still appear in the TOC?
> Understand my problem now? If I convert my *Chapter to a Chapter, it will be
> numbered (Chapter 1). I don't want it to be numbered.
>
> Cheers,
>
> Luca
>
>
>
>
>>
>> i
>>
>> -- Original Message --
>> Received: 06:45 PM COT, 05/12/2009
>> From: Luca De Marini 
>> To: LyX Users List 
>> Subject: Adding a non-numbered chapter to Table of Contents
>>
>> > Hallo everyone, sorry for my mails but we are in a hurry and the lyx wiki
>> is
>> > not helping me, google neither :(
>> > When I create a TOC in Lyx, it lists all the chapters, sections, etc. in
>> my
>> > book. I can configure it from the document properties, no problem..
>> > then, another feature in lyx is adding Chapters, Sections, etc. with a
>> "*"
>> > simbol next to them. Those entries are not numbered or listed in the TOC.
>> > Now, I need to put in the TOC one of these special entries, a special
>> > *Chapter. I was sure there had to be an option to add a custom entry to
>> > TOC... or a way to solve this in general. Any help please?
>> >
>> > Another problem is a little bit complicated to explain: I inserted the
>> TOC
>> > and after that, the first chapter is the famous *Chapter I was talking
>> about
>> > above. My second problem is that in the page where this *Chapter is, on
>> the
>> > top of the page I still see the name "Table of Contents".. this probably
>> > happens, because Lyx is confused, since there's no ordinary Chapter after
>> > the TOC.. in fact, on the next page there's Chapter 1, and on the top
>> left
>> > of the page I can see the small name: "Chapther 1" (the name of the
>> chapter
>> > is of course on the top right corner as usual). So, the problem is that I
>> > have still "Table of Contents" on the top left corner of the page with
>> the
>> > *Chapter.
>> >
>> > Cheers,
>> >
>> > Luca
>> >
>>
>>
>>
>>
>


Re: Adding a non-numbered chapter to Table of Contents

2009-05-12 Thread Luca De Marini
2009/5/13 Ian S. Worthington 

> I'm new here myself but, iiuc, the difference between a chapter and a
> chapter*
> is that the former appears in the toc whilst the later doesn't.
>
> So, if you want a chapter* to appear in the toc, can't you just change it
> to a
> chapter?
>

The most important difference I found was that a *chapter was not numbered,
not that it doesn't appar in TOC.
So, say that my problem can be considered as:
how do I have a chapter not to be numbered and still appear in the TOC?
Understand my problem now? If I convert my *Chapter to a Chapter, it will be
numbered (Chapter 1). I don't want it to be numbered.

Cheers,

Luca




>
> i
>
> -- Original Message --
> Received: 06:45 PM COT, 05/12/2009
> From: Luca De Marini 
> To: LyX Users List 
> Subject: Adding a non-numbered chapter to Table of Contents
>
> > Hallo everyone, sorry for my mails but we are in a hurry and the lyx wiki
> is
> > not helping me, google neither :(
> > When I create a TOC in Lyx, it lists all the chapters, sections, etc. in
> my
> > book. I can configure it from the document properties, no problem..
> > then, another feature in lyx is adding Chapters, Sections, etc. with a
> "*"
> > simbol next to them. Those entries are not numbered or listed in the TOC.
> > Now, I need to put in the TOC one of these special entries, a special
> > *Chapter. I was sure there had to be an option to add a custom entry to
> > TOC... or a way to solve this in general. Any help please?
> >
> > Another problem is a little bit complicated to explain: I inserted the
> TOC
> > and after that, the first chapter is the famous *Chapter I was talking
> about
> > above. My second problem is that in the page where this *Chapter is, on
> the
> > top of the page I still see the name "Table of Contents".. this probably
> > happens, because Lyx is confused, since there's no ordinary Chapter after
> > the TOC.. in fact, on the next page there's Chapter 1, and on the top
> left
> > of the page I can see the small name: "Chapther 1" (the name of the
> chapter
> > is of course on the top right corner as usual). So, the problem is that I
> > have still "Table of Contents" on the top left corner of the page with
> the
> > *Chapter.
> >
> > Cheers,
> >
> > Luca
> >
>
>
>
>


Re: Adding a non-numbered chapter to Table of Contents

2009-05-12 Thread Ian S. Worthington
I'm new here myself but, iiuc, the difference between a chapter and a chapter*
is that the former appears in the toc whilst the later doesn't.

So, if you want a chapter* to appear in the toc, can't you just change it to a
chapter?

i

-- Original Message --
Received: 06:45 PM COT, 05/12/2009
From: Luca De Marini 
To: LyX Users List 
Subject: Adding a non-numbered chapter to Table of Contents

> Hallo everyone, sorry for my mails but we are in a hurry and the lyx wiki
is
> not helping me, google neither :(
> When I create a TOC in Lyx, it lists all the chapters, sections, etc. in my
> book. I can configure it from the document properties, no problem..
> then, another feature in lyx is adding Chapters, Sections, etc. with a "*"
> simbol next to them. Those entries are not numbered or listed in the TOC.
> Now, I need to put in the TOC one of these special entries, a special
> *Chapter. I was sure there had to be an option to add a custom entry to
> TOC... or a way to solve this in general. Any help please?
> 
> Another problem is a little bit complicated to explain: I inserted the TOC
> and after that, the first chapter is the famous *Chapter I was talking
about
> above. My second problem is that in the page where this *Chapter is, on the
> top of the page I still see the name "Table of Contents".. this probably
> happens, because Lyx is confused, since there's no ordinary Chapter after
> the TOC.. in fact, on the next page there's Chapter 1, and on the top left
> of the page I can see the small name: "Chapther 1" (the name of the chapter
> is of course on the top right corner as usual). So, the problem is that I
> have still "Table of Contents" on the top left corner of the page with the
> *Chapter.
> 
> Cheers,
> 
> Luca
> 





Adding a non-numbered chapter to Table of Contents

2009-05-12 Thread Luca De Marini
Hallo everyone, sorry for my mails but we are in a hurry and the lyx wiki is
not helping me, google neither :(
When I create a TOC in Lyx, it lists all the chapters, sections, etc. in my
book. I can configure it from the document properties, no problem..
then, another feature in lyx is adding Chapters, Sections, etc. with a "*"
simbol next to them. Those entries are not numbered or listed in the TOC.
Now, I need to put in the TOC one of these special entries, a special
*Chapter. I was sure there had to be an option to add a custom entry to
TOC... or a way to solve this in general. Any help please?

Another problem is a little bit complicated to explain: I inserted the TOC
and after that, the first chapter is the famous *Chapter I was talking about
above. My second problem is that in the page where this *Chapter is, on the
top of the page I still see the name "Table of Contents".. this probably
happens, because Lyx is confused, since there's no ordinary Chapter after
the TOC.. in fact, on the next page there's Chapter 1, and on the top left
of the page I can see the small name: "Chapther 1" (the name of the chapter
is of course on the top right corner as usual). So, the problem is that I
have still "Table of Contents" on the top left corner of the page with the
*Chapter.

Cheers,

Luca


two questions about figures

2009-05-12 Thread Marcelo Acuña

Hello,
 I put figures in floats.

 1) When I insert a figure into a float I can see a box with words: Float: 
Figure, then this change to: Float: Figure*.
What is the difference between Figure and Figure*?

 2) The floats have standard setting plus span column choosed. Figures have 
standard setting plus % of text width.
When I run Latex, two first figures are displayed near the section where 
are defined, the next figures are displayed 50 pages after, at the end of the 
chapter. 
How I can correct this?
   
  Regards
 

Marcelo Acuña
 visitá mi sitio web http://www.aleph-uno.com.ar 
==


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Re: Messed up page numbers - help please

2009-05-12 Thread Luca De Marini
Yes. Her teachers do not care about these things, they just think it's an
error. They want all numbers on the same place. Even all numbers on the
bottom of the pages would be ok, as long as every page has the number in the
same position..

2009/5/13 Andre Poenitz 

> On Wed, May 13, 2009 at 12:18:30AM +0200, Luca De Marini wrote:
> > Hallo everyone, in my girlfriend's thesis, Lyx is making up a little
> > disaster.. page numbers are on the bottom of the page some times and on
> top
> > right on other pages, apparently randomly... why? It never happened to me
> > (I'm talking about the output pdf file of course, setted the doc to be a
> > book). Can anyone help please? I just need every page number to be on the
> > top right of the page.
>
> Even on pages starting a chapter in a book or such?
>
> Andre'
>


Re: Messed up page numbers - help please

2009-05-12 Thread Andre Poenitz
On Wed, May 13, 2009 at 12:18:30AM +0200, Luca De Marini wrote:
> Hallo everyone, in my girlfriend's thesis, Lyx is making up a little
> disaster.. page numbers are on the bottom of the page some times and on top
> right on other pages, apparently randomly... why? It never happened to me
> (I'm talking about the output pdf file of course, setted the doc to be a
> book). Can anyone help please? I just need every page number to be on the
> top right of the page.

Even on pages starting a chapter in a book or such?

Andre'


Re: frozen lyx are more frequents

2009-05-12 Thread Marcelo Acuña

> > With "frozen lyx" I mean that lyx not
> respond anymore except for F2 key
> > for save the document. With 1.6.1 I encountered this
> bug after 3 or 4
> > hours of work. Now, I have this problem in 1 hour
> (but, with 1.6.2 I
> > changed Linux from opensuse 11.1 to debian lenny 5.0.
> I don´t konw if
> > maybe a difference)
> 
> What desktop are you using? I'm also facing some
> annoying problems with 
> window focus on KDE 4 (KDE 4.2.3 here).
  
  Kde 3.5.9 (come standard with debian lenny)

> 
> > In addition, with 1.6.2, I have stranges behaviour. 1)
> > Sometimes, when I make a change in preferences, when I
> click in save,
> > suddenly view source or outline are open by itself. 2)
> Sometimes, when I
> > have several files open, when I close it by clicking
> in tag and choose
> > close, outline is closed by itself. (icon of outline
> is far of tag)
> 
> Both of these are known bugs.
> 
> Jürgen

 Ok. Thanks.
 Marcelo


  Yahoo! Cocina
Recetas prácticas y comida saludable
http://ar.mujer.yahoo.com/cocina/


Messed up page numbers - help please

2009-05-12 Thread Luca De Marini
Hallo everyone, in my girlfriend's thesis, Lyx is making up a little
disaster.. page numbers are on the bottom of the page some times and on top
right on other pages, apparently randomly... why? It never happened to me
(I'm talking about the output pdf file of course, setted the doc to be a
book). Can anyone help please? I just need every page number to be on the
top right of the page.
Cheers,

Luca


Re: Can language support be disabled?

2009-05-12 Thread Uwe Stöhr

James C. Sutherland schrieb:

I deduced this.  However, I really don't want to have any notion of the 
"language" my documents are written in.  So to repeat my original 
question, can I just turn off all of this language business altogether?


This is not possible. When you have set the document language to e.g. French, LyX needs to assure 
that eventual occurring accents are handled correctly by LaTeX. What you set will of course be used, 
so when you have set another language than English, you get correctly language-specific LaTeX 
commands in the code LyX creates in the background.


regards Uwe


Re: Can language support be disabled?

2009-05-12 Thread James C. Sutherland


On May 12, 2009, at 2:50 PM, Uwe Stöhr wrote:


James C. Sutherland schrieb:

Is there a way of disabling "Language Support" in LyX?  Every time  
that I paste text between documents I get blue underlining of the  
text and have to "reset" the language to get rid of it.


Then the document language of both LyX documents is not the same. So  
have a look at the document settings and correct the language there  
(and save the right one as the default language that is used for new  
documents).


regards Uwe


I deduced this.  However, I really don't want to have any notion of  
the "language" my documents are written in.  So to repeat my original  
question, can I just turn off all of this language business altogether?

Re: Can language support be disabled?

2009-05-12 Thread Uwe Stöhr

James C. Sutherland schrieb:

Is there a way of disabling "Language Support" in LyX?  Every time that 
I paste text between documents I get blue underlining of the text and 
have to "reset" the language to get rid of it.


Then the document language of both LyX documents is not the same. So have a look at the document 
settings and correct the language there (and save the right one as the default language that is used 
for new documents).


regards Uwe


Re: Can language support be disabled?

2009-05-12 Thread James C. Sutherland


On May 12, 2009, at 2:08 PM, Vincent van Ravesteijn wrote:


James C. Sutherland schreef:
Is there a way of disabling "Language Support" in LyX?  Every time  
that I paste text between documents I get blue underlining of the  
text and have to "reset" the language to get rid of it.


In the language settings dialogue box there are a lot of cryptic  
options, but none to just turn it all off.


I don't remember having this problem in prior versions of LyX  
(perhaps it wasn't yet a "feature").

In Tools->Preferences, you can uncheck "Mark foreign languages".


Thank you.  This gets rid of the annoying blue underlining.  However,  
the LyX code still contains all of the language markup.  Can you  
completely disable all of the language "features" in LyX?


Can language support be disabled?

2009-05-12 Thread James C. Sutherland
Is there a way of disabling "Language Support" in LyX?  Every time  
that I paste text between documents I get blue underlining of the text  
and have to "reset" the language to get rid of it.


In the language settings dialogue box there are a lot of cryptic  
options, but none to just turn it all off.


I don't remember having this problem in prior versions of LyX (perhaps  
it wasn't yet a "feature").


Re: TOC - Table of Contents - Location

2009-05-12 Thread Marcelo Reis
Hi Vincent, I don't want to bother you, but seems  like something is not 
working in my environment, maybe you could give me a opinion.

When  I use
\renewcommand\contentsname{ANYTHING}
things works fine
but when I use the \CENTER
\renewcommand\contentsname{\center Anything}
Nothing is printed in the screen from this point on
(Lets imagine I put it in the 4th page...so this is not printed (in DVI 
or PDF) and none of the pages that forwards it..)


Do you have any Idea of what is going on?!?

The strange is that if I use the \CENTER on a empty Lyx document, things 
works just fine and the word get in the Center of screen.


Could you give me your opinion?

Thank you very much
Marcelo

Vincent van Ravesteijn wrote:

Marcelo Reis schreef:
Guys, Is there anyone that could teach me how to use the RENEWCOMMAND 
to make the Text: "Table of Contents"  appears in the Center of the 
screen? (Just the Title)

By default it is shown aligned to the Left.

Thanks
Marcelo

I'm in no way an LaTeX expert, but this seems to work:

\renewcommand\contentsname{\center Table of Contents}

Vincent





How to use thesaurus in Mac OS X

2009-05-12 Thread Xie Chao
Hi,

I am using LyX 1.6.2 on Mac OS X Leopard.  How can I get the thesaurus
function work? I installed Aiksaurus, and it is working fine from command
line terminal. However, there is no "thesaurus" option under "Tools" menu
(LyX was reconfigured and reinstalled).

Thank you very much!

Regards,
Xie Chao


Re: align equations

2009-05-12 Thread Paul A. Rubin

sc092270 wrote:

I am trying to align equations. I want the equal signs to be aligned. This is
not a problem. However, every time I do this it shows up as a display
formula. I do not want it centered. I want an inline formula with the equal
signs aligned. Also I would like to put an explanation of each step to the
right of each equation and have the explanations aligned. Just like in math
textbooks. Is this possible. I have tried several different things with no
success. Thanks in advance for any help.


The spacing may not be ideal, but maybe the following will do what you want:

1. Create an inline math inset.

2. Insert a matrix with as many rows as you have equations, and four 
columns.  In the matrix insertion dialog, set the horizontal alignment 
field (lower right of dialog) to rcll.


3. Put the left side of each equation in the first column, the relation 
operator (= or whatever) in the second column, and the right side in the 
third column.


4. In the fourth column of each row, type \textrm followed by a space, 
which will switch you to roman font, then type the explanation.  You can 
also use \textup (upright) in place of \textrm, in case you're not using 
roman as the base font family.


/Paul



Re: tex4ht on FreeBSD with LyX 1.5.7

2009-05-12 Thread Yokota K.
Dear Marco,

There is no port or package for tex4ht and it is not included in teTeX
which FreeBSD uses. You have to visit the web page of tex4ht to
download it and you need to compile it manually.

I don't think it will be enabled even if you install lyx-1.6, but the
(unauthorized) port of lyx-1.6 itself can be downloaded from:
    http://www.int.otaru-uc.ac.jp/lyx-howto/install/port-lyx-1.6.2.tar.bz2

Please expand it in /usr/ports/print and make it.

LyX 1.6 will not be introduced in system ports until the overhaul of
LaTeX system in FreeBSD completes (which is taking time somehow).

Koji


align equations

2009-05-12 Thread sc092270

I am trying to align equations. I want the equal signs to be aligned. This is
not a problem. However, every time I do this it shows up as a display
formula. I do not want it centered. I want an inline formula with the equal
signs aligned. Also I would like to put an explanation of each step to the
right of each equation and have the explanations aligned. Just like in math
textbooks. Is this possible. I have tried several different things with no
success. Thanks in advance for any help.
-- 
View this message in context: 
http://n2.nabble.com/align-equations-tp2869653p2869653.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: lyxauto file in tmpdir

2009-05-12 Thread Guenter Milde
On 2009-05-12, Wolfgang Engelmann wrote:
> Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
> ...
>> > I have started to remove the offending references from the bibfile and
>> > collect it in another one which is not in the bibfile list of the
>> > references. Lyx still chokes on it, unless I stop lyx and restart it
>> > again.

>> Seems like old auxiliary (aux, bbl, ...) files might be to blame.
> where could they be?

Alongside

>> > #lyxauto.Gw6002 in my
>> > #/tmp/lyx_tmpdir.TJ3322 directory?

(of course the extension varies) in a subdir called lyx_tmpbuf*,
with * a running number.

>> You can also have a look at the "tmp dir".
> nothing in it related to my document

It contains these files here. Please look again (after opening LyX and
compiling a document).


> in .lyx/cache are many files of this kind
> 4134600856-pdf  (-, not dot!)
> and
>-ppm
> what is it for? 

Caching auto-converted files (e.g. images).

> Are they removed after a while? removable without bad consequences?

Yes, Yes.



>> > Which reminds me to ask for the best way to run 1.5.6 or 7
>> > parallel to 1.6.3.

>> If you are home-compiling, specify a version-suffix in the ./configure
>> step, e.g.:

>>  * Configuration/Automake:

>>Vorkonfiguration mit `autogen.sh`

>>Ohne debug-symbole, mit suffix (lyx -> lyx16)::

>> ./configure --with-version-suffix=16 --enable-build-type=release
> Can I do it somehow also by using a debian package?  As a reminder: I
> have 1.6.3(svn) running and would like to have parallel to it a 1.5.6
> or 7, to get my document done. 

I remember there was something like "...-alternatives" in Debian but
cannot help with details.


Günter