Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread pavel hampl

sorry, I did not understand that you need the FIRST LINE
indentation. This should probably be done with hard spaces
ctrl+space. Probably somebody knows why deeper paragraphs
do not have the first line indented. The same thing was
discussed as known bug in 1.1.[56] versions for each first
paragraph after some another text types. E.g. if you create
[sub]section or list, the next paragraph will not have the
first line indented.

I do not use 1.2 version, maybe it is repaired already?

Pavel Hampl

pavel hampl wrote:
 
 try this:
 
 -write the first paragraph and set is as enumerated
 -write the second paragraph, it should be enumerated with 2
 -write the paragraph you want to be indented. NOW it is
 enumerated with 3
 -write the next paragraph if any, it has to have 4
 -go to the paragraph with 3 and change it from enumerated
 to standard; now the next paragraph has 1 again
 - change depth of the standard paragraph; it should be
 indented and the next paragraph has number 3
 
 1. first paragraph
 
 2. second paragraph
 
third paragraph
 
 3. fourth paragraph
 
 the depth can be changed either through menu Layout| change
 env. depth, or with Shift-Alt-Right or with the button of
 indented paragraph with arrows on both sides.
 
 Is that what you need?
 
 PHampl

-- 
--
Pavel Hampl email: [EMAIL PROTECTED]
GN Resources CZ http://www.gncz.cz
Ve Smeckach 20  tel: +420-2-96337821 NEW!
11000 Praha 1, CZ



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 06:22:13 +, you wrote:

 sorry, I did not understand that you need the FIRST LINE
 indentation.


I'm sorry, I should have said that from the beginning. :-P

Thanks anyway.
I can always do an after-the-fact latex editing.

bye,
Maurizio



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera

On Wed, 24 Jul 2002, seguso wrote:

 On Wed, 24 Jul 2002 06:22:13 +, you wrote:

  sorry, I did not understand that you need the FIRST LINE
  indentation.


 I'm sorry, I should have said that from the beginning. :-P

 Thanks anyway.
 I can always do an after-the-fact latex editing.

 bye,
 Maurizio


Hi Maurizio

What is exactly the latex (not DVI) ouput you are waiting for ? May be can
you help LyX with ERT, but I don't know latex  enough to find the proper
construction.

Alain

-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 10:08:28 +0200 (CEST), you wrote:

 On Wed, 24 Jul 2002, seguso wrote:
 
  On Wed, 24 Jul 2002 06:22:13 +, you wrote:
 
   sorry, I did not understand that you need the FIRST LINE
   indentation.
 
 
  I'm sorry, I should have said that from the beginning. :-P
 
  Thanks anyway.
  I can always do an after-the-fact latex editing.
 
  bye,
  Maurizio
 
 
 Hi Maurizio
 
 What is exactly the latex (not DVI) ouput you are waiting for ? May be can
 you help LyX with ERT, but I don't know latex  enough to find the proper
 construction.
 

Thanks Alain,
it is very simple.
I would like to get the following latex output :


\begin{enumerate}

\item This is the first item, and spans 
 only one paragraph. It has no left
 indentation, as you can see.

\item   This is the second item, and it
spans two paragraphs. This is the
first paragraph and has no indenta-
tion.

qq This is the second paragraph, and
is indented. But it has no numbering,
because it belongs to the same enu-
meration item, the second one.

\end{enumerate}

Notice that the blank line above the q is necessary, 
otherwise latex doesn't understand that a new paragraph is beginning.

Which in dvi appears as:


1.   This is the first item, and spans 
 only one paragraph. It has no left
 indentation, as you can see.

2.   This is the second item, and it
 spans two paragraphs. This is the
 first paragraph and has no indenta-
 tion.

 qq This is the second paragraph, 
 and it is indented. But it has no num-
 bering, because it belongs to the same 
 enumeration item, the second one.
 

Thanks again,

Maurizio




How to make a greek letter bold?

2002-07-24 Thread seguso

Hi,

Does anyone know if I can make a greek lower letter bold?
It doesn't seem to work...

Thank you,

Maurizio



Re: How to make a greek letter bold?

2002-07-24 Thread Herbert Voss

seguso wrote:

 
 Does anyone know if I can make a greek lower letter bold?
 It doesn't seem to work...


\usepackage{bm}


\bm{\alpha}


Herbert



-- 
http://www.lyx.org/help/




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera


Sorry, I am unable to reproduce (see attached dvi). What's wrong in my
test file ? Could you send an example to me ?


On Wed, 24 Jul 2002, seguso wrote:
 it is very simple.
 I would like to get the following latex output :


 \begin{enumerate}

 \item This is the first item, and spans 

 \item   This is the second item, and it ..

 qq This is the second paragraph, and 

 \end{enumerate}

 Which in dvi appears as:


 1.   This is the first item, and spans ...

 2.   This is the second item, and it ...

  qq This is the second paragraph,
  and it is indented. But it has no num- ...

-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***



newfile3.tex
Description: latex test file


newfile3.dvi
Description: test output - doesn't work


Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 12:16:14 +0200 (CEST), you wrote:

 
 Sorry, I am unable to reproduce (see attached dvi). What's wrong in my
 test file ? Could you send an example to me ?
 

gosh, you are right!

I was pretty sure latex would put a first-line indent, but it doesn't.

I don't know what to say... I'm so sorry.

Maybe I was using some strange package, but now I can't remember.

Bye,
Maurizio




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Radwan JALAM

Replace the qq with \hphantom{}

regards,

At 12:16 24/07/2002, Alain Castera wrote:

Sorry, I am unable to reproduce (see attached dvi). What's wrong in my
test file ? Could you send an example to me ?


On Wed, 24 Jul 2002, seguso wrote:
  it is very simple.
  I would like to get the following latex output :
 
 
  \begin{enumerate}
 
  \item This is the first item, and spans 
 
  \item   This is the second item, and it ..
 
  qq This is the second paragraph, and 
 
  \end{enumerate}
 
  Which in dvi appears as:
 
 
  1.   This is the first item, and spans ...
 
  2.   This is the second item, and it ...
 
   qq This is the second paragraph,
   and it is indented. But it has no num- ...

--
  ***
  *Alain Castera*
  * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
  * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
  * Campus de la Doua | Telephone : (+33) 472448429 *
  * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
  ***


__
Radwan JALAM
Laboratoire ERIC
Universite Lumiere Lyon 2
mél: [EMAIL PROTECTED]
http://eric.univ-lyon2.fr




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera



On Wed, 24 Jul 2002, Radwan JALAM wrote:

 Replace the qq with \hphantom{}

 regards,


I'm not sure it will be so easy to use in LyX (a quick test failed here,
but I didn't investigate).

A simple (but less elegant, I agree) method is to put in the enumerate
environment, somewhere before the first paragraph to be indented :
\setlength{\parindent}{5mm}
or whatever length you want. List environment set \parindent to 0, you saw
that already ;-)

- remark : if LaTeX behave this way, this may be because of some
typographic uses. Maurizio, do you really want to do that ?

Alain

P.S. Salut, Radwan. Je serais curieux de voir le chemin suivi par nos
messages ;-)
-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***






Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Renaud MICHEL

Le Mercredi 24 Juillet 2002 14:52, Alain Castera a écrit :
 A simple (but less elegant, I agree) method is to put in the enumerate
 environment, somewhere before the first paragraph to be indented :
   \setlength{\parindent}{5mm}
 or whatever length you want. List environment set \parindent to 0, you
 saw that already ;-)

No, for paragraph nested in lists you should use \listparindent, but I tried 
it and it doesn't seem to work :-/

-- 
Renaud Michel

640 Ko is enough, Bill Gates.



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera


On Wed, 24 Jul 2002, Renaud MICHEL wrote:
 No, for paragraph nested in lists you should use \listparindent, but I tried
 it and it doesn't seem to work :-/

Agreed, but you have to do it as part as the \begin{list} declaration,
and I don't know how to do that with LyX (except by writing everything in
ERT). :-(



-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***




underbraces in mathed

2002-07-24 Thread Axel Heinrici

Hello

I am using lyx 1.2. And I am looking for the underbraces in mathed. 
Someone from lyx-devel told me they exist. But I did not manage to 
find these anywhere in the documentation or the menus. Can someone 
tell me where to find this feature.

greetings
Axel



[PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller

Please check the controller stuff. This is new land to me...

There's one problem and a few questions left, though:

The problem: 
After changing the type from wide to normal or vice versa, the inset button 
(label) gets not updated immediately. I guess an update call is needed. Can 
someone have a look please?

Questions:
- I've read in a german float-doc (from Axel Reichert) that the [h]-option is 
not allowed with *-floats. Can someone confirm this? If so, we should take 
this into account.
- Is there a special reason why force (!) is not implemented yet? This only 
needs to be done in frontends, right? And the exclamation comes always in 
first position (!htp, !h, !bp)?

I have not touched the menue entries yet, but I guess the wide ones can go if 
this is in.

Thanks,
Juergen

Index: src/frontends/controllers/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ChangeLog,v
retrieving revision 1.204
diff -u -r1.204 ChangeLog
--- src/frontends/controllers/ChangeLog	2002/07/22 12:36:40	1.204
+++ src/frontends/controllers/ChangeLog	2002/07/24 13:44:44
@@ -1,3 +1,8 @@
+2002-07-24  Juergen Spitzmueller [EMAIL PROTECTED]
+
+	* ControlFloat.[Ch]: Implement Wide Float toggle
+	Replace allow_here_definitely by wide
+
 2002-07-22  Herbert Voss  [EMAIL PROTECTED]

 	* ControlGraphics.C: small changes
Index: src/frontends/controllers/ControlFloat.C
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ControlFloat.C,v
retrieving revision 1.8
diff -u -r1.8 ControlFloat.C
--- src/frontends/controllers/ControlFloat.C	2002/06/18 15:44:20	1.8
+++ src/frontends/controllers/ControlFloat.C	2002/07/24 13:44:44
@@ -26,6 +26,7 @@
 void ControlFloat::applyParamsToInset()
 {
 	inset()-placement(params().placement);
+	inset()-wide(params().wide);
 }
 
 
@@ -41,11 +42,11 @@
 
 FloatParams::FloatParams()
 	: placement(htbp),
-	  allow_here_definitely(true)
+	  wide(false)
 {}
 
 
 FloatParams::FloatParams(InsetFloat const  inset)
 	: placement(inset.placement()),
-	  allow_here_definitely(!inset.wide())
+	  wide(inset.wide())
 {}
Index: src/frontends/controllers/ControlFloat.h
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ControlFloat.h,v
retrieving revision 1.4
diff -u -r1.4 ControlFloat.h
--- src/frontends/controllers/ControlFloat.h	2002/03/21 21:21:27	1.4
+++ src/frontends/controllers/ControlFloat.h	2002/07/24 13:44:44
@@ -33,14 +33,14 @@
 	///
 	string placement;
 	///
-	bool allow_here_definitely;
+	bool wide;
 };
 
 
 inline
 bool operator==(FloatParams const  p1, FloatParams const  p2)
 {
-	return p1.placement == p2.placement  p1.allow_here_definitely == p2.allow_here_definitely;
+	return p1.placement == p2.placement  p1.wide == p2.wide;
 }
 
 
Index: src/frontends/xforms/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.489
diff -u -r1.489 ChangeLog
--- src/frontends/xforms/ChangeLog	2002/07/23 22:42:12	1.489
+++ src/frontends/xforms/ChangeLog	2002/07/24 13:44:52
@@ -1,3 +1,8 @@
+2002-07-24  Juergen Spitzmueller [EMAIL PROTECTED]
+
+	* FormFloat.C: 
+	* forms/form_float.fd: Implement Wide Float toggle
+
 2002-07-24  Jean-Marc Lasgouttes  [EMAIL PROTECTED]
 
 	* Menubar_pimpl.C (create_submenu): updates due to changes in
Index: src/frontends/xforms/FormFloat.C
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/FormFloat.C,v
retrieving revision 1.10
diff -u -r1.10 FormFloat.C
--- src/frontends/xforms/FormFloat.C	2002/07/02 19:23:09	1.10
+++ src/frontends/xforms/FormFloat.C	2002/07/24 13:44:52
@@ -46,6 +46,7 @@
 	bc().addReadOnly(dialog_-check_page);
 	bc().addReadOnly(dialog_-check_here);
 	bc().addReadOnly(dialog_-check_here_definitely);
+	bc().addReadOnly(dialog_-check_wide);
 }
 
 
@@ -69,6 +70,7 @@
 		}
 	}
 	controller().params().placement = placement;
+	controller().params().wide = fl_get_button(dialog_-check_wide);
 }
 
 
@@ -103,7 +105,8 @@
 	fl_set_button(dialog_-check_page, page);
 	fl_set_button(dialog_-check_here, here);
 	fl_set_button(dialog_-check_here_definitely, here_definitely);
-	setEnabled(dialog_-check_here_definitely, controller().params().allow_here_definitely);
+	setEnabled(dialog_-check_here_definitely, !controller().params().wide);
+	fl_set_button(dialog_-check_wide, controller().params().wide);
 }
 
 
@@ -120,6 +123,14 @@
 		if (fl_get_button(dialog_-check_here_definitely)) {
 			fl_set_button(dialog_-check_here_definitely, false);
 		}
+	}
+	if (ob == dialog_-check_wide) {
+		if (fl_get_button(dialog_-check_wide)) {
+			fl_set_button(dialog_-check_here_definitely, false);
+			setEnabled(dialog_-check_here_definitely, false);
+		}
+		else
+			setEnabled(dialog_-check_here_definitely, true);
 	}
 
 	

Re: [PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller

Sorry, wrong list :-(

Jürgen



Re: [PATCH] wide float toggle

2002-07-24 Thread José Abílio Oliveira Matos

On Wednesday 24 July 2002 15:08, Juergen Spitzmueller wrote:
 Sorry, wrong list :-(

  At least is related. ;-)

 Jürgen

-- 
José Abílio



Re: underbraces in mathed

2002-07-24 Thread Herbert Voss

Axel Heinrici wrote:

 
 I am using lyx 1.2. And I am looking for the underbraces in mathed. 
 Someone from lyx-devel told me they exist. But I did not manage to 
 find these anywhere in the documentation or the menus. Can someone 
 tell me where to find this feature.


open math panel and insert from the decoration submenu
the underbrace and you'll get a new blue mathbox

Herbert



-- 
http://www.lyx.org/help/




dia conversion

2002-07-24 Thread Markus Mikkolainen

i would like to include dia diagrams in my lyx documents. Everything goes fine until i 
decide to export to PDF, it would ofcourse be preferable that when exporting to pdf , 
the high resolution of dia vector graphics are preserved. 

1. if i include a dia document and include a converter dia- PNG , i get a shitty 
bitmap on the PDF file=)

2. if i convert .dia to .eps by hand and include it, lyx will convert it to PNG on the 
screen and PDF when exporting to PDF and it will look veeery nice. (this is what i 
want) 

3. if i include a dia-eps converter, lyx insists on converting dia to eps and then 
png. not pdf. 

4. if i include a dia-pdf converter only , lyx will complain that it cant convert dia 
to png for viewing and whines about not being able to convert to png when i try to 
view as PDF.. 

5. if i include dia-pdf and dia-png , lyx prefers dia-png conversion

what gives? why cant lyx just use the pdf format just like in eps? i mean it would be 
nice to have everything in vector which is small, nice and accurate. i have also made 
some kind of an external template entry for dia but external templates arent visible 
while editing with lyx and in general it is not preferable that way. If i get this 
working there is a good chance that i get one windows/powerpoint user to change fully 
into lyx/dia =) he is already using lyx and loving it;) 

-- 
Software Dude Markus Mikkolainen of  Indagon Oy  (www.indagon.com) 
Iä! Shub-Niggurath! The Black Goat of the Woods with a Thousand Young!
...Desecrate, decimate, rah. rah. rah.




Re: dia conversion

2002-07-24 Thread Herbert Voss

Markus Mikkolainen wrote:

 i would like to include dia diagrams in my lyx documents. Everything goes fine until 
i decide to export to PDF, it would ofcourse be preferable that when exporting to pdf 
, the high resolution of dia vector graphics are preserved. 


your enter key doesn't works ...

how do you define a dia-png converter?
lyx only needs a dia-eps

please send me a demo dia-file, because I have no problems
with my testfiles

Herbert

-- 
http://www.lyx.org/help/




Phonetic

2002-07-24 Thread chamanga

J'utilise Lyx depuis bientot un mois. Quelqu'un peut-il me dire comment installer une 
police phonetique et l'utiliser dans un document ?
Merci pour toute l'aide que vous pourrez m'apporter.
Chamanga



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 14:52:11 +0200 (CEST), you wrote:

 
   - remark : if LaTeX behave this way, this may be because of some
 typographic uses. Maurizio, do you really want to do that ?

Well, after all... yes you're right.
Why the hell did I want to do such a thing?

bye,
Maurizio



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread pavel hampl

sorry, I did not understand that you need the FIRST LINE
indentation. This should probably be done with hard spaces
ctrl+space. Probably somebody knows why deeper paragraphs
do not have the first line indented. The same thing was
discussed as known bug in 1.1.[56] versions for each first
paragraph after some another text types. E.g. if you create
[sub]section or list, the next paragraph will not have the
first line indented.

I do not use 1.2 version, maybe it is repaired already?

Pavel Hampl

pavel hampl wrote:
 
 try this:
 
 -write the first paragraph and set is as enumerated
 -write the second paragraph, it should be enumerated with 2
 -write the paragraph you want to be indented. NOW it is
 enumerated with 3
 -write the next paragraph if any, it has to have 4
 -go to the paragraph with 3 and change it from enumerated
 to standard; now the next paragraph has 1 again
 - change depth of the standard paragraph; it should be
 indented and the next paragraph has number 3
 
 1. first paragraph
 
 2. second paragraph
 
third paragraph
 
 3. fourth paragraph
 
 the depth can be changed either through menu Layout| change
 env. depth, or with Shift-Alt-Right or with the button of
 indented paragraph with arrows on both sides.
 
 Is that what you need?
 
 PHampl

-- 
--
Pavel Hampl email: [EMAIL PROTECTED]
GN Resources CZ http://www.gncz.cz
Ve Smeckach 20  tel: +420-2-96337821 NEW!
11000 Praha 1, CZ



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 06:22:13 +, you wrote:

 sorry, I did not understand that you need the FIRST LINE
 indentation.


I'm sorry, I should have said that from the beginning. :-P

Thanks anyway.
I can always do an after-the-fact latex editing.

bye,
Maurizio



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera

On Wed, 24 Jul 2002, seguso wrote:

 On Wed, 24 Jul 2002 06:22:13 +, you wrote:

  sorry, I did not understand that you need the FIRST LINE
  indentation.


 I'm sorry, I should have said that from the beginning. :-P

 Thanks anyway.
 I can always do an after-the-fact latex editing.

 bye,
 Maurizio


Hi Maurizio

What is exactly the latex (not DVI) ouput you are waiting for ? May be can
you help LyX with ERT, but I don't know latex  enough to find the proper
construction.

Alain

-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 10:08:28 +0200 (CEST), you wrote:

 On Wed, 24 Jul 2002, seguso wrote:
 
  On Wed, 24 Jul 2002 06:22:13 +, you wrote:
 
   sorry, I did not understand that you need the FIRST LINE
   indentation.
 
 
  I'm sorry, I should have said that from the beginning. :-P
 
  Thanks anyway.
  I can always do an after-the-fact latex editing.
 
  bye,
  Maurizio
 
 
 Hi Maurizio
 
 What is exactly the latex (not DVI) ouput you are waiting for ? May be can
 you help LyX with ERT, but I don't know latex  enough to find the proper
 construction.
 

Thanks Alain,
it is very simple.
I would like to get the following latex output :


\begin{enumerate}

\item This is the first item, and spans 
 only one paragraph. It has no left
 indentation, as you can see.

\item   This is the second item, and it
spans two paragraphs. This is the
first paragraph and has no indenta-
tion.

qq This is the second paragraph, and
is indented. But it has no numbering,
because it belongs to the same enu-
meration item, the second one.

\end{enumerate}

Notice that the blank line above the q is necessary, 
otherwise latex doesn't understand that a new paragraph is beginning.

Which in dvi appears as:


1.   This is the first item, and spans 
 only one paragraph. It has no left
 indentation, as you can see.

2.   This is the second item, and it
 spans two paragraphs. This is the
 first paragraph and has no indenta-
 tion.

 qq This is the second paragraph, 
 and it is indented. But it has no num-
 bering, because it belongs to the same 
 enumeration item, the second one.
 

Thanks again,

Maurizio




How to make a greek letter bold?

2002-07-24 Thread seguso

Hi,

Does anyone know if I can make a greek lower letter bold?
It doesn't seem to work...

Thank you,

Maurizio



Re: How to make a greek letter bold?

2002-07-24 Thread Herbert Voss

seguso wrote:

 
 Does anyone know if I can make a greek lower letter bold?
 It doesn't seem to work...


\usepackage{bm}


\bm{\alpha}


Herbert



-- 
http://www.lyx.org/help/




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera


Sorry, I am unable to reproduce (see attached dvi). What's wrong in my
test file ? Could you send an example to me ?


On Wed, 24 Jul 2002, seguso wrote:
 it is very simple.
 I would like to get the following latex output :


 \begin{enumerate}

 \item This is the first item, and spans 

 \item   This is the second item, and it ..

 qq This is the second paragraph, and 

 \end{enumerate}

 Which in dvi appears as:


 1.   This is the first item, and spans ...

 2.   This is the second item, and it ...

  qq This is the second paragraph,
  and it is indented. But it has no num- ...

-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***



newfile3.tex
Description: latex test file


newfile3.dvi
Description: test output - doesn't work


Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 12:16:14 +0200 (CEST), you wrote:

 
 Sorry, I am unable to reproduce (see attached dvi). What's wrong in my
 test file ? Could you send an example to me ?
 

gosh, you are right!

I was pretty sure latex would put a first-line indent, but it doesn't.

I don't know what to say... I'm so sorry.

Maybe I was using some strange package, but now I can't remember.

Bye,
Maurizio




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Radwan JALAM

Replace the qq with \hphantom{}

regards,

At 12:16 24/07/2002, Alain Castera wrote:

Sorry, I am unable to reproduce (see attached dvi). What's wrong in my
test file ? Could you send an example to me ?


On Wed, 24 Jul 2002, seguso wrote:
  it is very simple.
  I would like to get the following latex output :
 
 
  \begin{enumerate}
 
  \item This is the first item, and spans 
 
  \item   This is the second item, and it ..
 
  qq This is the second paragraph, and 
 
  \end{enumerate}
 
  Which in dvi appears as:
 
 
  1.   This is the first item, and spans ...
 
  2.   This is the second item, and it ...
 
   qq This is the second paragraph,
   and it is indented. But it has no num- ...

--
  ***
  *Alain Castera*
  * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
  * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
  * Campus de la Doua | Telephone : (+33) 472448429 *
  * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
  ***


__
Radwan JALAM
Laboratoire ERIC
Universite Lumiere Lyon 2
mél: [EMAIL PROTECTED]
http://eric.univ-lyon2.fr




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera



On Wed, 24 Jul 2002, Radwan JALAM wrote:

 Replace the qq with \hphantom{}

 regards,


I'm not sure it will be so easy to use in LyX (a quick test failed here,
but I didn't investigate).

A simple (but less elegant, I agree) method is to put in the enumerate
environment, somewhere before the first paragraph to be indented :
\setlength{\parindent}{5mm}
or whatever length you want. List environment set \parindent to 0, you saw
that already ;-)

- remark : if LaTeX behave this way, this may be because of some
typographic uses. Maurizio, do you really want to do that ?

Alain

P.S. Salut, Radwan. Je serais curieux de voir le chemin suivi par nos
messages ;-)
-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***






Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Renaud MICHEL

Le Mercredi 24 Juillet 2002 14:52, Alain Castera a écrit :
 A simple (but less elegant, I agree) method is to put in the enumerate
 environment, somewhere before the first paragraph to be indented :
   \setlength{\parindent}{5mm}
 or whatever length you want. List environment set \parindent to 0, you
 saw that already ;-)

No, for paragraph nested in lists you should use \listparindent, but I tried 
it and it doesn't seem to work :-/

-- 
Renaud Michel

640 Ko is enough, Bill Gates.



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera


On Wed, 24 Jul 2002, Renaud MICHEL wrote:
 No, for paragraph nested in lists you should use \listparindent, but I tried
 it and it doesn't seem to work :-/

Agreed, but you have to do it as part as the \begin{list} declaration,
and I don't know how to do that with LyX (except by writing everything in
ERT). :-(



-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***




underbraces in mathed

2002-07-24 Thread Axel Heinrici

Hello

I am using lyx 1.2. And I am looking for the underbraces in mathed. 
Someone from lyx-devel told me they exist. But I did not manage to 
find these anywhere in the documentation or the menus. Can someone 
tell me where to find this feature.

greetings
Axel



[PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller

Please check the controller stuff. This is new land to me...

There's one problem and a few questions left, though:

The problem: 
After changing the type from wide to normal or vice versa, the inset button 
(label) gets not updated immediately. I guess an update call is needed. Can 
someone have a look please?

Questions:
- I've read in a german float-doc (from Axel Reichert) that the [h]-option is 
not allowed with *-floats. Can someone confirm this? If so, we should take 
this into account.
- Is there a special reason why force (!) is not implemented yet? This only 
needs to be done in frontends, right? And the exclamation comes always in 
first position (!htp, !h, !bp)?

I have not touched the menue entries yet, but I guess the wide ones can go if 
this is in.

Thanks,
Juergen

Index: src/frontends/controllers/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ChangeLog,v
retrieving revision 1.204
diff -u -r1.204 ChangeLog
--- src/frontends/controllers/ChangeLog	2002/07/22 12:36:40	1.204
+++ src/frontends/controllers/ChangeLog	2002/07/24 13:44:44
@@ -1,3 +1,8 @@
+2002-07-24  Juergen Spitzmueller [EMAIL PROTECTED]
+
+	* ControlFloat.[Ch]: Implement Wide Float toggle
+	Replace allow_here_definitely by wide
+
 2002-07-22  Herbert Voss  [EMAIL PROTECTED]

 	* ControlGraphics.C: small changes
Index: src/frontends/controllers/ControlFloat.C
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ControlFloat.C,v
retrieving revision 1.8
diff -u -r1.8 ControlFloat.C
--- src/frontends/controllers/ControlFloat.C	2002/06/18 15:44:20	1.8
+++ src/frontends/controllers/ControlFloat.C	2002/07/24 13:44:44
@@ -26,6 +26,7 @@
 void ControlFloat::applyParamsToInset()
 {
 	inset()-placement(params().placement);
+	inset()-wide(params().wide);
 }
 
 
@@ -41,11 +42,11 @@
 
 FloatParams::FloatParams()
 	: placement(htbp),
-	  allow_here_definitely(true)
+	  wide(false)
 {}
 
 
 FloatParams::FloatParams(InsetFloat const  inset)
 	: placement(inset.placement()),
-	  allow_here_definitely(!inset.wide())
+	  wide(inset.wide())
 {}
Index: src/frontends/controllers/ControlFloat.h
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ControlFloat.h,v
retrieving revision 1.4
diff -u -r1.4 ControlFloat.h
--- src/frontends/controllers/ControlFloat.h	2002/03/21 21:21:27	1.4
+++ src/frontends/controllers/ControlFloat.h	2002/07/24 13:44:44
@@ -33,14 +33,14 @@
 	///
 	string placement;
 	///
-	bool allow_here_definitely;
+	bool wide;
 };
 
 
 inline
 bool operator==(FloatParams const  p1, FloatParams const  p2)
 {
-	return p1.placement == p2.placement  p1.allow_here_definitely == p2.allow_here_definitely;
+	return p1.placement == p2.placement  p1.wide == p2.wide;
 }
 
 
Index: src/frontends/xforms/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.489
diff -u -r1.489 ChangeLog
--- src/frontends/xforms/ChangeLog	2002/07/23 22:42:12	1.489
+++ src/frontends/xforms/ChangeLog	2002/07/24 13:44:52
@@ -1,3 +1,8 @@
+2002-07-24  Juergen Spitzmueller [EMAIL PROTECTED]
+
+	* FormFloat.C: 
+	* forms/form_float.fd: Implement Wide Float toggle
+
 2002-07-24  Jean-Marc Lasgouttes  [EMAIL PROTECTED]
 
 	* Menubar_pimpl.C (create_submenu): updates due to changes in
Index: src/frontends/xforms/FormFloat.C
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/FormFloat.C,v
retrieving revision 1.10
diff -u -r1.10 FormFloat.C
--- src/frontends/xforms/FormFloat.C	2002/07/02 19:23:09	1.10
+++ src/frontends/xforms/FormFloat.C	2002/07/24 13:44:52
@@ -46,6 +46,7 @@
 	bc().addReadOnly(dialog_-check_page);
 	bc().addReadOnly(dialog_-check_here);
 	bc().addReadOnly(dialog_-check_here_definitely);
+	bc().addReadOnly(dialog_-check_wide);
 }
 
 
@@ -69,6 +70,7 @@
 		}
 	}
 	controller().params().placement = placement;
+	controller().params().wide = fl_get_button(dialog_-check_wide);
 }
 
 
@@ -103,7 +105,8 @@
 	fl_set_button(dialog_-check_page, page);
 	fl_set_button(dialog_-check_here, here);
 	fl_set_button(dialog_-check_here_definitely, here_definitely);
-	setEnabled(dialog_-check_here_definitely, controller().params().allow_here_definitely);
+	setEnabled(dialog_-check_here_definitely, !controller().params().wide);
+	fl_set_button(dialog_-check_wide, controller().params().wide);
 }
 
 
@@ -120,6 +123,14 @@
 		if (fl_get_button(dialog_-check_here_definitely)) {
 			fl_set_button(dialog_-check_here_definitely, false);
 		}
+	}
+	if (ob == dialog_-check_wide) {
+		if (fl_get_button(dialog_-check_wide)) {
+			fl_set_button(dialog_-check_here_definitely, false);
+			setEnabled(dialog_-check_here_definitely, false);
+		}
+		else
+			setEnabled(dialog_-check_here_definitely, true);
 	}
 
 	

Re: [PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller

Sorry, wrong list :-(

Jürgen



Re: [PATCH] wide float toggle

2002-07-24 Thread José Abílio Oliveira Matos

On Wednesday 24 July 2002 15:08, Juergen Spitzmueller wrote:
 Sorry, wrong list :-(

  At least is related. ;-)

 Jürgen

-- 
José Abílio



Re: underbraces in mathed

2002-07-24 Thread Herbert Voss

Axel Heinrici wrote:

 
 I am using lyx 1.2. And I am looking for the underbraces in mathed. 
 Someone from lyx-devel told me they exist. But I did not manage to 
 find these anywhere in the documentation or the menus. Can someone 
 tell me where to find this feature.


open math panel and insert from the decoration submenu
the underbrace and you'll get a new blue mathbox

Herbert



-- 
http://www.lyx.org/help/




dia conversion

2002-07-24 Thread Markus Mikkolainen

i would like to include dia diagrams in my lyx documents. Everything goes fine until i 
decide to export to PDF, it would ofcourse be preferable that when exporting to pdf , 
the high resolution of dia vector graphics are preserved. 

1. if i include a dia document and include a converter dia- PNG , i get a shitty 
bitmap on the PDF file=)

2. if i convert .dia to .eps by hand and include it, lyx will convert it to PNG on the 
screen and PDF when exporting to PDF and it will look veeery nice. (this is what i 
want) 

3. if i include a dia-eps converter, lyx insists on converting dia to eps and then 
png. not pdf. 

4. if i include a dia-pdf converter only , lyx will complain that it cant convert dia 
to png for viewing and whines about not being able to convert to png when i try to 
view as PDF.. 

5. if i include dia-pdf and dia-png , lyx prefers dia-png conversion

what gives? why cant lyx just use the pdf format just like in eps? i mean it would be 
nice to have everything in vector which is small, nice and accurate. i have also made 
some kind of an external template entry for dia but external templates arent visible 
while editing with lyx and in general it is not preferable that way. If i get this 
working there is a good chance that i get one windows/powerpoint user to change fully 
into lyx/dia =) he is already using lyx and loving it;) 

-- 
Software Dude Markus Mikkolainen of  Indagon Oy  (www.indagon.com) 
Iä! Shub-Niggurath! The Black Goat of the Woods with a Thousand Young!
...Desecrate, decimate, rah. rah. rah.




Re: dia conversion

2002-07-24 Thread Herbert Voss

Markus Mikkolainen wrote:

 i would like to include dia diagrams in my lyx documents. Everything goes fine until 
i decide to export to PDF, it would ofcourse be preferable that when exporting to pdf 
, the high resolution of dia vector graphics are preserved. 


your enter key doesn't works ...

how do you define a dia-png converter?
lyx only needs a dia-eps

please send me a demo dia-file, because I have no problems
with my testfiles

Herbert

-- 
http://www.lyx.org/help/




Phonetic

2002-07-24 Thread chamanga

J'utilise Lyx depuis bientot un mois. Quelqu'un peut-il me dire comment installer une 
police phonetique et l'utiliser dans un document ?
Merci pour toute l'aide que vous pourrez m'apporter.
Chamanga



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 14:52:11 +0200 (CEST), you wrote:

 
   - remark : if LaTeX behave this way, this may be because of some
 typographic uses. Maurizio, do you really want to do that ?

Well, after all... yes you're right.
Why the hell did I want to do such a thing?

bye,
Maurizio



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread pavel hampl

sorry, I did not understand that you need the FIRST LINE
indentation. This should probably be done with hard spaces
"ctrl+space". Probably somebody knows why deeper paragraphs
do not have the first line indented. The same thing was
discussed as known bug in 1.1.[56] versions for each first
paragraph after some another text types. E.g. if you create
[sub]section or list, the next paragraph will not have the
first line indented.

I do not use 1.2 version, maybe it is repaired already?

Pavel Hampl

pavel hampl wrote:
> 
> try this:
> 
> -write the first paragraph and set is as enumerated
> -write the second paragraph, it should be enumerated with 2
> -write the paragraph you want to be indented. NOW it is
> enumerated with 3
> -write the next paragraph if any, it has to have 4
> -go to the paragraph with 3 and change it from "enumerated"
> to "standard"; now the next paragraph has 1 again
> - change depth of the "standard" paragraph; it should be
> indented and the next paragraph has number 3
> 
> 1. first paragraph
> 
> 2. second paragraph
> 
>third paragraph
> 
> 3. fourth paragraph
> 
> the depth can be changed either through menu "Layout| change
> env. depth", or with "Shift-Alt-Right" or with the button of
> indented paragraph with arrows on both sides.
> 
> Is that what you need?
> 
> PHampl

-- 
--
Pavel Hampl email: [EMAIL PROTECTED]
GN Resources CZ http://www.gncz.cz
Ve Smeckach 20  tel: +420-2-96337821 <

Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 06:22:13 +, you wrote:

> sorry, I did not understand that you need the FIRST LINE
> indentation.


I'm sorry, I should have said that from the beginning. :-P

Thanks anyway.
I can always do an after-the-fact latex editing.

bye,
Maurizio



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera

On Wed, 24 Jul 2002, seguso wrote:

> On Wed, 24 Jul 2002 06:22:13 +, you wrote:
>
> > sorry, I did not understand that you need the FIRST LINE
> > indentation.
>
>
> I'm sorry, I should have said that from the beginning. :-P
>
> Thanks anyway.
> I can always do an after-the-fact latex editing.
>
> bye,
> Maurizio
>

Hi Maurizio

What is exactly the latex (not DVI) ouput you are waiting for ? May be can
you help LyX with ERT, but I don't know latex  enough to find the proper
construction.

Alain

-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 10:08:28 +0200 (CEST), you wrote:

> On Wed, 24 Jul 2002, seguso wrote:
> 
> > On Wed, 24 Jul 2002 06:22:13 +, you wrote:
> >
> > > sorry, I did not understand that you need the FIRST LINE
> > > indentation.
> >
> >
> > I'm sorry, I should have said that from the beginning. :-P
> >
> > Thanks anyway.
> > I can always do an after-the-fact latex editing.
> >
> > bye,
> > Maurizio
> >
> 
> Hi Maurizio
> 
> What is exactly the latex (not DVI) ouput you are waiting for ? May be can
> you help LyX with ERT, but I don't know latex  enough to find the proper
> construction.
> 

Thanks Alain,
it is very simple.
I would like to get the following latex output :


\begin{enumerate}

\item This is the first item, and spans 
 only one paragraph. It has no left
 indentation, as you can see.

\item   This is the second item, and it
spans two paragraphs. This is the
first paragraph and has no indenta-
tion.

qq This is the second paragraph, and
is indented. But it has no numbering,
because it belongs to the same enu-
meration item, the second one.

\end{enumerate}

Notice that the blank line above the q is necessary, 
otherwise latex doesn't understand that a new paragraph is beginning.

Which in dvi appears as:


1.   This is the first item, and spans 
 only one paragraph. It has no left
 indentation, as you can see.

2.   This is the second item, and it
 spans two paragraphs. This is the
 first paragraph and has no indenta-
 tion.

 qq This is the second paragraph, 
 and it is indented. But it has no num-
 bering, because it belongs to the same 
 enumeration item, the second one.
 

Thanks again,

Maurizio




How to make a greek letter bold?

2002-07-24 Thread seguso

Hi,

Does anyone know if I can make a greek lower letter bold?
It doesn't seem to work...

Thank you,

Maurizio



Re: How to make a greek letter bold?

2002-07-24 Thread Herbert Voss

seguso wrote:

> 
> Does anyone know if I can make a greek lower letter bold?
> It doesn't seem to work...


\usepackage{bm}


\bm{\alpha}


Herbert



-- 
http://www.lyx.org/help/




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera


Sorry, I am unable to reproduce (see attached dvi). What's wrong in my
test file ? Could you send an example to me ?


On Wed, 24 Jul 2002, seguso wrote:
> it is very simple.
> I would like to get the following latex output :
>
>
> \begin{enumerate}
>
> \item This is the first item, and spans 
>
> \item   This is the second item, and it ..
>
> qq This is the second paragraph, and 
>
> \end{enumerate}
>
> Which in dvi appears as:
>
>
> 1.   This is the first item, and spans ...
>
> 2.   This is the second item, and it ...
>
>  qq This is the second paragraph,
>  and it is indented. But it has no num- ...

-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***



newfile3.tex
Description: latex test file


newfile3.dvi
Description: test output -> doesn't work


Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 12:16:14 +0200 (CEST), you wrote:

> 
> Sorry, I am unable to reproduce (see attached dvi). What's wrong in my
> test file ? Could you send an example to me ?
> 

gosh, you are right!

I was pretty sure latex would put a first-line indent, but it doesn't.

I don't know what to say... I'm so sorry.

Maybe I was using some strange package, but now I can't remember.

Bye,
Maurizio




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Radwan JALAM

Replace the "qq" with \hphantom{}

regards,

At 12:16 24/07/2002, Alain Castera wrote:

>Sorry, I am unable to reproduce (see attached dvi). What's wrong in my
>test file ? Could you send an example to me ?
>
>
>On Wed, 24 Jul 2002, seguso wrote:
> > it is very simple.
> > I would like to get the following latex output :
> >
> >
> > \begin{enumerate}
> >
> > \item This is the first item, and spans 
> >
> > \item   This is the second item, and it ..
> >
> > qq This is the second paragraph, and 
> >
> > \end{enumerate}
> >
> > Which in dvi appears as:
> >
> >
> > 1.   This is the first item, and spans ...
> >
> > 2.   This is the second item, and it ...
> >
> >  qq This is the second paragraph,
> >  and it is indented. But it has no num- ...
>
>--
>  ***
>  *Alain Castera*
>  * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
>  * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
>  * Campus de la Doua | Telephone : (+33) 472448429 *
>  * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
>  ***
>

__
Radwan JALAM
Laboratoire ERIC
Universite Lumiere Lyon 2
mél: [EMAIL PROTECTED]
http://eric.univ-lyon2.fr




Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera



On Wed, 24 Jul 2002, Radwan JALAM wrote:

> Replace the "qq" with \hphantom{}
>
> regards,
>

I'm not sure it will be so easy to use in LyX (a quick test failed here,
but I didn't investigate).

A simple (but less elegant, I agree) method is to put in the enumerate
environment, somewhere before the first paragraph to be indented :
\setlength{\parindent}{5mm}
or whatever length you want. List environment set \parindent to 0, you saw
that already ;-)

- remark : if LaTeX behave this way, this may be because of some
typographic uses. Maurizio, do you really want to do that ?

Alain

P.S. Salut, Radwan. Je serais curieux de voir le chemin suivi par nos
messages ;-)
-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***






Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Renaud MICHEL

Le Mercredi 24 Juillet 2002 14:52, Alain Castera a écrit :
> A simple (but less elegant, I agree) method is to put in the enumerate
> environment, somewhere before the first paragraph to be indented :
>   \setlength{\parindent}{5mm}
> or whatever length you want. List environment set \parindent to 0, you
> saw that already ;-)

No, for paragraph nested in lists you should use \listparindent, but I tried 
it and it doesn't seem to work :-/

-- 
Renaud Michel

640 Ko is enough, Bill Gates.



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread Alain Castera


On Wed, 24 Jul 2002, Renaud MICHEL wrote:
> No, for paragraph nested in lists you should use \listparindent, but I tried
> it and it doesn't seem to work :-/

Agreed, but you have to do it as part as the "\begin{list}" declaration,
and I don't know how to do that with LyX (except by writing everything in
ERT). :-(



-- 
 ***
 *Alain Castera*
 * IPNL - UCB Lyon 1 | e-mail : [EMAIL PROTECTED] *
 * Bat. Paul Dirac   |  or[EMAIL PROTECTED] *
 * Campus de la Doua | Telephone : (+33) 472448429 *
 * F69622 Villeurbanne CEDEX | Fax :   (+33) 472448004 *
 ***




underbraces in mathed

2002-07-24 Thread Axel Heinrici

Hello

I am using lyx 1.2. And I am looking for the underbraces in mathed. 
Someone from lyx-devel told me they exist. But I did not manage to 
find these anywhere in the documentation or the menus. Can someone 
tell me where to find this feature.

greetings
Axel



[PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller

Please check the controller stuff. This is new land to me...

There's one problem and a few questions left, though:

The problem: 
After changing the type from wide to normal or vice versa, the inset button 
(label) gets not updated immediately. I guess an update call is needed. Can 
someone have a look please?

Questions:
- I've read in a german float-doc (from Axel Reichert) that the [h]-option is 
not allowed with *-floats. Can someone confirm this? If so, we should take 
this into account.
- Is there a special reason why force ("!") is not implemented yet? This only 
needs to be done in frontends, right? And the exclamation comes always in 
first position (!htp, !h, !bp)?

I have not touched the menue entries yet, but I guess the wide ones can go if 
this is in.

Thanks,
Juergen

Index: src/frontends/controllers/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ChangeLog,v
retrieving revision 1.204
diff -u -r1.204 ChangeLog
--- src/frontends/controllers/ChangeLog	2002/07/22 12:36:40	1.204
+++ src/frontends/controllers/ChangeLog	2002/07/24 13:44:44
@@ -1,3 +1,8 @@
+2002-07-24  Juergen Spitzmueller <[EMAIL PROTECTED]>
+
+	* ControlFloat.[Ch]: Implement Wide Float toggle
+	Replace "allow_here_definitely" by "wide"
+
 2002-07-22  Herbert Voss  <[EMAIL PROTECTED]>

 	* ControlGraphics.C: small changes
Index: src/frontends/controllers/ControlFloat.C
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ControlFloat.C,v
retrieving revision 1.8
diff -u -r1.8 ControlFloat.C
--- src/frontends/controllers/ControlFloat.C	2002/06/18 15:44:20	1.8
+++ src/frontends/controllers/ControlFloat.C	2002/07/24 13:44:44
@@ -26,6 +26,7 @@
 void ControlFloat::applyParamsToInset()
 {
 	inset()->placement(params().placement);
+	inset()->wide(params().wide);
 }
 
 
@@ -41,11 +42,11 @@
 
 FloatParams::FloatParams()
 	: placement("htbp"),
-	  allow_here_definitely(true)
+	  wide(false)
 {}
 
 
 FloatParams::FloatParams(InsetFloat const & inset)
 	: placement(inset.placement()),
-	  allow_here_definitely(!inset.wide())
+	  wide(inset.wide())
 {}
Index: src/frontends/controllers/ControlFloat.h
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ControlFloat.h,v
retrieving revision 1.4
diff -u -r1.4 ControlFloat.h
--- src/frontends/controllers/ControlFloat.h	2002/03/21 21:21:27	1.4
+++ src/frontends/controllers/ControlFloat.h	2002/07/24 13:44:44
@@ -33,14 +33,14 @@
 	///
 	string placement;
 	///
-	bool allow_here_definitely;
+	bool wide;
 };
 
 
 inline
 bool operator==(FloatParams const & p1, FloatParams const & p2)
 {
-	return p1.placement == p2.placement && p1.allow_here_definitely == p2.allow_here_definitely;
+	return p1.placement == p2.placement && p1.wide == p2.wide;
 }
 
 
Index: src/frontends/xforms/ChangeLog
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/ChangeLog,v
retrieving revision 1.489
diff -u -r1.489 ChangeLog
--- src/frontends/xforms/ChangeLog	2002/07/23 22:42:12	1.489
+++ src/frontends/xforms/ChangeLog	2002/07/24 13:44:52
@@ -1,3 +1,8 @@
+2002-07-24  Juergen Spitzmueller <[EMAIL PROTECTED]>
+
+	* FormFloat.C: 
+	* forms/form_float.fd: Implement Wide Float toggle
+
 2002-07-24  Jean-Marc Lasgouttes  <[EMAIL PROTECTED]>
 
 	* Menubar_pimpl.C (create_submenu): updates due to changes in
Index: src/frontends/xforms/FormFloat.C
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/FormFloat.C,v
retrieving revision 1.10
diff -u -r1.10 FormFloat.C
--- src/frontends/xforms/FormFloat.C	2002/07/02 19:23:09	1.10
+++ src/frontends/xforms/FormFloat.C	2002/07/24 13:44:52
@@ -46,6 +46,7 @@
 	bc().addReadOnly(dialog_->check_page);
 	bc().addReadOnly(dialog_->check_here);
 	bc().addReadOnly(dialog_->check_here_definitely);
+	bc().addReadOnly(dialog_->check_wide);
 }
 
 
@@ -69,6 +70,7 @@
 		}
 	}
 	controller().params().placement = placement;
+	controller().params().wide = fl_get_button(dialog_->check_wide);
 }
 
 
@@ -103,7 +105,8 @@
 	fl_set_button(dialog_->check_page, page);
 	fl_set_button(dialog_->check_here, here);
 	fl_set_button(dialog_->check_here_definitely, here_definitely);
-	setEnabled(dialog_->check_here_definitely, controller().params().allow_here_definitely);
+	setEnabled(dialog_->check_here_definitely, !controller().params().wide);
+	fl_set_button(dialog_->check_wide, controller().params().wide);
 }
 
 
@@ -120,6 +123,14 @@
 		if (fl_get_button(dialog_->check_here_definitely)) {
 			fl_set_button(dialog_->check_here_definitely, false);
 		}
+	}
+	if (ob == dialog_->check_wide) {
+		if (fl_get_button(dialog_->check_wide)) {
+			fl_set_button(dialog_->check_here_definitely, false);
+			setEnabled(dialog_->check_here_definitely, false);
+		}
+		else
+			

Re: [PATCH] wide float toggle

2002-07-24 Thread Juergen Spitzmueller

Sorry, wrong list :-(

Jürgen



Re: [PATCH] wide float toggle

2002-07-24 Thread José Abílio Oliveira Matos

On Wednesday 24 July 2002 15:08, Juergen Spitzmueller wrote:
> Sorry, wrong list :-(

  At least is related. ;-)

> Jürgen

-- 
José Abílio



Re: underbraces in mathed

2002-07-24 Thread Herbert Voss

Axel Heinrici wrote:

> 
> I am using lyx 1.2. And I am looking for the underbraces in mathed. 
> Someone from lyx-devel told me they exist. But I did not manage to 
> find these anywhere in the documentation or the menus. Can someone 
> tell me where to find this feature.


open math panel and insert from the decoration submenu
the underbrace and you'll get a new blue mathbox

Herbert



-- 
http://www.lyx.org/help/




dia conversion

2002-07-24 Thread Markus Mikkolainen

i would like to include dia diagrams in my lyx documents. Everything goes fine until i 
decide to export to PDF, it would ofcourse be preferable that when exporting to pdf , 
the high resolution of dia vector graphics are preserved. 

1. if i include a dia document and include a converter dia-> PNG , i get a shitty 
bitmap on the PDF file=)

2. if i convert .dia to .eps by hand and include it, lyx will convert it to PNG on the 
screen and PDF when exporting to PDF and it will look veeery nice. (this is what i 
want) 

3. if i include a dia->eps converter, lyx insists on converting dia to eps and then 
png. not pdf. 

4. if i include a dia->pdf converter only , lyx will complain that it cant convert dia 
to png for viewing and whines about not being able to convert to png when i try to 
view as PDF.. 

5. if i include dia->pdf and dia->png , lyx prefers dia->png conversion

what gives? why cant lyx just use the pdf format just like in eps? i mean it would be 
nice to have everything in vector which is small, nice and accurate. i have also made 
some kind of an external template entry for dia but external templates arent visible 
while editing with lyx and in general it is not preferable that way. If i get this 
working there is a good chance that i get one windows/powerpoint user to change fully 
into lyx/dia =) he is already using lyx and loving it;) 

-- 
Software Dude Markus Mikkolainen of  Indagon Oy  (www.indagon.com) 
Iä! Shub-Niggurath! The Black Goat of the Woods with a Thousand Young!
...Desecrate, decimate, rah. rah. rah.




Re: dia conversion

2002-07-24 Thread Herbert Voss

Markus Mikkolainen wrote:

> i would like to include dia diagrams in my lyx documents. Everything goes fine until 
>i decide to export to PDF, it would ofcourse be preferable that when exporting to pdf 
>, the high resolution of dia vector graphics are preserved. 


your enter key doesn't works ...

how do you define a dia->png converter?
lyx only needs a dia->eps

please send me a demo dia-file, because I have no problems
with my testfiles

Herbert

-- 
http://www.lyx.org/help/




Phonetic

2002-07-24 Thread chamanga

J'utilise Lyx depuis bientot un mois. Quelqu'un peut-il me dire comment installer une 
police phonetique et l'utiliser dans un document ?
Merci pour toute l'aide que vous pourrez m'apporter.
Chamanga



Re: How to have an enumeration item span more than one paragraph?

2002-07-24 Thread seguso

On Wed, 24 Jul 2002 14:52:11 +0200 (CEST), you wrote:

> 
>   - remark : if LaTeX behave this way, this may be because of some
> typographic uses. Maurizio, do you really want to do that ?

Well, after all... yes you're right.
Why the hell did I want to do such a thing?

bye,
Maurizio