Re: question about "itemize"

2022-02-07 Thread Tom Goldring via lyx-users
Setting the environment to "Standard" and indenting did exactly what I wanted. Thanks to everyone who responded! -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users

Re: question about "itemize"

2022-02-05 Thread Steve Litt via lyx-users
x-users wrote: >>>>> Suppose I have an itemized list like >>>>> >>>>>     paragraph 1 >>>>> >>>>>    - paragraph 2 >>>>> >>>>>     paragraph 3 >>>>> >>>>>

Re: question about "itemize"

2022-02-05 Thread Paul A. Rubin via lyx-users
where paragraph 2 is nested. If I enter this by choosing the "itemize" environment, then typing paragraph 1 paragraph 2 paragraph 3 LyX creates paragraph 3 as a new item. Is there a way to have paragraph 3 not be a new item? For example, if I enter paragraph 3 in the "Quo

Re: question about "itemize"

2022-02-05 Thread Daniel via lyx-users
choosing the "itemize" environment, then typing paragraph 1 paragraph 2 paragraph 3 LyX creates paragraph 3 as a new item. Is there a way to have paragraph 3 not be a new item? For example, if I enter paragraph 3 in the "Quote" environment, it will look like I want it

Re: question about "itemize"

2022-02-05 Thread Steve Litt via lyx-users
Tom Goldring via lyx-users said on Sat, 5 Feb 2022 01:25:33 -0500 >Suppose I have an itemized list like > >    paragraph 1 > >   - paragraph 2 > >    paragraph 3 > >where paragraph 2 is nested. If I enter this by choosing the "itemize" >environment,

Re: question about "itemize"

2022-02-05 Thread Paul A. Rubin via lyx-users
On 2/5/22 01:25, Tom Goldring via lyx-users wrote: Suppose I have an itemized list like    paragraph 1   - paragraph 2    paragraph 3 where paragraph 2 is nested. If I enter this by choosing the "itemize" environment, then typing paragraph 1 paragraph 2 paragraph 3 L

Re: question about "itemize"

2022-02-05 Thread Daniel via lyx-users
On 2022-02-05 16:21, Daniel via lyx-users wrote: On 2022-02-05 07:25, Tom Goldring via lyx-users wrote: Suppose I have an itemized list like     paragraph 1    - paragraph 2     paragraph 3 where paragraph 2 is nested. If I enter this by choosing the "itemize" environment, t

Re: question about "itemize"

2022-02-05 Thread Daniel via lyx-users
On 2022-02-05 07:25, Tom Goldring via lyx-users wrote: Suppose I have an itemized list like    paragraph 1   - paragraph 2    paragraph 3 where paragraph 2 is nested. If I enter this by choosing the "itemize" environment, then typing paragraph 1 paragraph 2 paragr

question about "itemize"

2022-02-04 Thread Tom Goldring via lyx-users
Suppose I have an itemized list like    paragraph 1   - paragraph 2    paragraph 3 where paragraph 2 is nested. If I enter this by choosing the "itemize" environment, then typing paragraph 1 paragraph 2 paragraph 3 LyX creates paragraph 3 as a new item. Is there a w

Re:Re: how to itemize exercises?

2016-10-30 Thread subaochen
want to use Theorems module to itemize excercises, please refer to attachment for a test file. But when preview with pdf file, the exercises are not itemized, just the first exercise have the prefix number, I don't know what I'm missing. Thanks in advance for any help! -- Best rega

Re: how to itemize exercises?

2016-10-30 Thread Andrew Parsloe
On 30/10/2016 4:04 p.m., subaochen wrote: hi all, I want to use Theorems module to itemize excercises, please refer to attachment for a test file. But when preview with pdf file, the exercises are not itemized, just the first exercise have the prefix number, I don't know what I'

Re: how to itemize exercises?

2016-10-29 Thread Richard Opheim
I got it to work by inserting a protected "standard" space between exercises (see attachment). Dunno if that's the way it's supposed to work, but it seems to do the trick. On Sat, Oct 29, 2016 at 8:04 PM, subaochen wrote: > hi all, > > I want to use Theorems module

how to itemize exercises?

2016-10-29 Thread subaochen
hi all, I want to use Theorems module to itemize excercises, please refer to attachment for a test file. But when preview with pdf file, the exercises are not itemized, just the first exercise have the prefix number, I don't know what I'm missing. Thanks in advance for any help!

Re: controlling the space in itemize lists

2016-10-27 Thread Benedict Holland
In a perfect world, yes. From my understanding, the lyx integration of beamer is quite complicated. Also, this makes a great deal of sense. The itemized lists are under a frame object, so they are essentially treated as a sub-object when the user hits tab, as they should be. It also clearly denotes

Re: controlling the space in itemize lists

2016-10-27 Thread UD
Wouldn't it be simpler (for users who are creating a slide presentation) to just include in the frame everything that comes after the frame title, unless indicated otherwise (perhaps by an explicit EndOfFrame mark? EK On 10/26/2016 07:50 PM, Paul A. Rubin

Re: controlling the space in itemize lists

2016-10-26 Thread Paul A. Rubin
On 10/26/2016 12:10 PM, UD wrote: Thanks to you all-- increasing the list depth did it (is that the most intuitive thing here?). It is for me. When you hit return after a frame title, you're in the frame environment, so text typed there will appear on the frame. As soon as you change to any

Re: controlling the space in itemize lists

2016-10-26 Thread UD
t;increase depth" to tuck it into the frame. Failure to do so results in the \end{frame} coming after the title and before the itemization. The default binding is alt-shift-right, or you can use the increase depth button on the toolbar (default location is three icons right

Re: controlling the space in itemize lists

2016-10-26 Thread Paul A. Rubin
s right of the itemize button), or Edit > Increase List Depth on the menu. For starting a new frame, try alt-P followed by shift-return. FWIW, I use the cua binding, but I added a custom binding, assigning "call newframe" to ctrl-alt-return. That starts a new frame from anywhere.

Re: controlling the space in itemize lists

2016-10-26 Thread Jürgen Spitzmüller
the frame.  This sounds like you did not nest the itemize into the frame. Since Frame is an environment, everything that has not itself "Frame" paragraph type must be nested (like in other environments). Select the list and hit Tab. HTH Jürgen signature.asc Description: This is a digitally signed message part

Re: controlling the space in itemize lists

2016-10-26 Thread Scott Kostyshak
On Wed, Oct 26, 2016 at 05:08:36PM +0200, UD wrote: > I hate to have to > export to Latex, fix things, and then import back into Lyx... +1 Can you please send a minimal example showing the problem (not the fixed .lyx file)? > The edit/start new environment (frame) seems to be available from > t

Re: controlling the space in itemize lists

2016-10-26 Thread UD
On 10/26/2016 05:37 AM, Scott Kostyshak wrote: On Wed, Oct 26, 2016 at 04:39:16AM +0200, UD wrote: The Beamer manual encourages us to use itemize "a lot-- REALLY use it". But what I observe is that it spreads the items on the slide so as to occupy the entire height of the slide, eve

Re: controlling the space in itemize lists

2016-10-26 Thread UD
On 10/26/2016 06:29 AM, Joel Kulesza wrote: On Tue, Oct 25, 2016 at 8:39 PM, UD wrote: But what I observe is that it spreads the items on the s

Re: controlling the space in itemize lists

2016-10-25 Thread Joel Kulesza
On Tue, Oct 25, 2016 at 8:39 PM, UD wrote: > But what I observe is that it spreads the items on the slide so as to > occupy the entire height of the slide, even if there are only two items in > the itemized list, so there is a huge, ugly space between them. If that is > the default, it is faulty

Re: controlling the space in itemize lists

2016-10-25 Thread Scott Kostyshak
On Wed, Oct 26, 2016 at 04:39:16AM +0200, UD wrote: > The Beamer manual encourages us to use itemize "a lot-- REALLY use it". But > what I observe is that it spreads the items on the slide so as to occupy the > entire height of the slide, even if there are only two items in

Re: controlling the space in itemize lists

2016-10-25 Thread UD
The Beamer manual encourages us to use itemize "a lot-- REALLY use it". But what I observe is that it spreads the items on the slide so as to occupy the entire height of the slide, even if there are only two items in the itemized list, so there is a huge, ugly space between them. I

Re: controlling the space in itemize lists

2016-10-25 Thread Dr Eberhard W Lisse
The purpose of not messing with the defaults, so as to overload the slides :-)-O el -- Sent from Dr Lisse's iPad mini 4 > On 25 Oct 2016, at 18:58, UD wrote: > > I am not sure which purpose it defeats-- my purpose is to have slides that > look the way I would like them to look. > Lyx interf

Re: controlling the space in itemize lists

2016-10-25 Thread UD
I am not sure which purpose it defeats-- my purpose is to have slides that look the way I would like them to look. Lyx interfaces with Beamer and-- as it does in other areas-- makes it easier to avoid using native Latex directly. In addition, there are experts latex use

Re: controlling the space in itemize lists

2016-10-25 Thread edu Gpl
hi mybe this code help you (put it in local layout): Style Itemize > > ItemSep 0 > > ParSep 0 > > End > > Style Enumerate > > ItemSep 0 > > ParSep 0 > > End > best regards 2016-10-25 11:05 GMT+03:00 Dr Eberhard Lisse : > Isn't that defea

Re: controlling the space in itemize lists

2016-10-25 Thread Dr Eberhard Lisse
Isn't that defeating the purpose? Never mind that this is a LaTeX/Beamer and not a LyX issue, so you might get more help on the correct lists. el On 2016-10-24 20:23, UD wrote: > Since it seems that /enumitem/ is incompatible with Beamer, (how) can > I control the vertical spacing in itemized li

controlling the space in itemize lists

2016-10-24 Thread UD
Since it seems that /enumitem/ is incompatible with Beamer, (how) can I control the vertical spacing in itemized lists in Beamer/Lyx? Thanks -- Ehud Kaplan

Re: Chinese itemize incident (add lyx files)

2015-02-05 Thread Scott Kostyshak
On Fri, Jan 30, 2015 at 12:04 AM, Xin Wu wrote: > Hi, everyone, > I am wondering how to make the Chinese itemize environment incident correctly > as English one? See the red line is the correct position for the bullets to > incident. > Below is two examples for English and Chine

Chinese itemize incident (add lyx files)

2015-01-29 Thread Xin Wu
Hi, everyone, I am wondering how to make the Chinese itemize environment incident correctly as English one? See the red line is the correct position for the bullets to incident. Below is two examples for English and Chinese itemize with the .lyx source files attached. test_chinese.lyx

Re: Chinese itemize incident

2015-01-29 Thread Scott Kostyshak
On Thu, Jan 29, 2015 at 11:02 PM, Xin Wu wrote: > Hi, everyone, > I am wondering how to make the Chinese itemize environment incident > correctly as English one? > Below is two examples for English and Chinese itemize. > Thanks a lot. > > Xin > Dear Xin Wu, I am quite

Chinese itemize incident

2015-01-29 Thread Xin Wu
Hi, everyone, I am wondering how to make the Chinese itemize environment incident correctly as English one? Below is two examples for English and Chinese itemize. Thanks a lot. Xin

Re: Custom labels for itemize environment

2013-11-08 Thread Richard Heck
On 11/06/2013 10:00 AM, stefano franchi wrote: On Wed, Nov 6, 2013 at 1:22 AM, Jürgen Spitzmüller > wrote: 2013/11/6 stefano franchi My questions are: 1. is the LaTeX code the best way to achieve the desired effect or is there some package

Re: Custom labels for itemize environment

2013-11-06 Thread stefano franchi
On Wed, Nov 6, 2013 at 1:22 AM, Jürgen Spitzmüller wrote: > 2013/11/6 stefano franchi > > My questions are: >> >> 1. is the LaTeX code the best way to achieve the desired effect or is >> there some package that allows manipulation of labels in itemized and, even >> better, enumerated list? A quic

Re: Custom labels for itemize environment

2013-11-05 Thread Jürgen Spitzmüller
2013/11/6 stefano franchi > My questions are: > > 1. is the LaTeX code the best way to achieve the desired effect or is > there some package that allows manipulation of labels in itemized and, even > better, enumerated list? A quick search did not turn out anything, but the > LaTeX universe is lar

Custom labels for itemize environment

2013-11-05 Thread stefano franchi
Dear all: I have a standard enumerated list such as 1. text 2. text 3. text etc. And I want to have a second list that revises some of the items: 1. text 2'. Revised text 3. Text etc. I have learnt I can obtain this effect in Latex by switching from an enumerated to itemized list and using the

Re: comilation error with enumitem, French and \itemize

2012-07-06 Thread Wolfgang Keller
> I'm getting this strange compilation error. Compiles perfectly here with LyX 2.0.4 and up-to-date TeX Live 2011. Sincerely, Wolfgang

Re: comilation error with enumitem, French and \itemize

2012-07-06 Thread Liviu Andronic
On Fri, Jul 6, 2012 at 6:00 PM, Guenter Milde wrote: > Is the incompatibility confirmed with current versions of babel and > enumitem? > Apparently not. Kornel couldn't reproduce the issue using texlive 2011. Liviu

Re: comilation error with enumitem, French and \itemize

2012-07-06 Thread Guenter Milde
On 2012-07-05, Jean-Marc Lasgouttes wrote: > Le 05/07/2012 08:08, Liviu Andronic a écrit : >> On Wed, Jul 4, 2012 at 11:47 AM, Jean-Marc Lasgouttes >> wrote: >>> Would using BabelPreamble for enumitem work also? I think it is >>> output after babel stuff. >> For some reason LyX is unable to read

Re: comilation error with enumitem, French and \itemize

2012-07-05 Thread Jean-Marc Lasgouttes
Le 05/07/2012 08:08, Liviu Andronic a écrit : On Wed, Jul 4, 2012 at 11:47 AM, Jean-Marc Lasgouttes wrote: Would using BabelPreamble for enumitem work also? I think it is output after babel stuff. For some reason LyX is unable to read the module when I use 'BabelPreamble'. I did this: AddToPr

Re: comilation error with enumitem, French and \itemize

2012-07-04 Thread Liviu Andronic
On Wed, Jul 4, 2012 at 11:47 AM, Jean-Marc Lasgouttes wrote: > Would using BabelPreamble for enumitem work also? I think it is output after > babel stuff. > For some reason LyX is unable to read the module when I use 'BabelPreamble'. I did this: AddToPreamble \newlength{\lyxlabelwidth}

Re: comilation error with enumitem, French and \itemize

2012-07-04 Thread Jean-Marc Lasgouttes
Le 04/07/2012 09:18, Liviu Andronic a écrit : Is there a way to work around this, short of forking the module to disable the \usepackage{enumitem} call and use the \AtBeginDocument{ \usepackage{enumitem} } in the Preamble? For what it's worth, the attached patch seems to solve the issue for me.

Re: comilation error with enumitem, French and \itemize

2012-07-04 Thread Liviu Andronic
On Tue, Jul 3, 2012 at 6:09 PM, Liviu Andronic wrote: > On Tue, Jul 3, 2012 at 4:07 PM, Jean-Marc Lasgouttes > wrote: >> This looks like a bad interaction between enumitem.sty and babel/franchb. >> Since all these packages are in rather old versions, it is difficult to >> diagnose the problem. I

Re: comilation error with enumitem, French and \itemize

2012-07-03 Thread Liviu Andronic
On Tue, Jul 3, 2012 at 3:45 PM, Kornel Benko wrote: > They compile both here without change. With 2.0.x _and_ trunk. > > (texlive 2011, ubuntu 12.04) > Here it fails to compile on TL 2009 on Ubuntu 10.04 using 2.0.4. As JMarc suggested, it might be an issue of older packages, but the original erro

Re: comilation error with enumitem, French and \itemize

2012-07-03 Thread Liviu Andronic
On Tue, Jul 3, 2012 at 4:07 PM, Jean-Marc Lasgouttes wrote: > This looks like a bad interaction between enumitem.sty and babel/franchb. > Since all these packages are in rather old versions, it is difficult to > diagnose the problem. I would try to load enumitem.sty after babel. > I tried this but

Re: comilation error with enumitem, French and \itemize

2012-07-03 Thread Jean-Marc Lasgouttes
Le 03/07/2012 15:30, Liviu Andronic a écrit : Forgot to attach the log. This looks like a bad interaction between enumitem.sty and babel/franchb. Since all these packages are in rather old versions, it is difficult to diagnose the problem. I would try to load enumitem.sty after babel. JMar

Re: comilation error with enumitem, French and \itemize

2012-07-03 Thread Kornel Benko
Am Dienstag, 3. Juli 2012 um 15:30:18, schrieb Liviu Andronic > Dear all > I'm getting this strange compilation error. In the attached document I'm > using: > language: French > modules: enumitem > > and a simple itemize list. Compilation fails (see attached

Re: comilation error with enumitem, French and \itemize

2012-07-03 Thread Liviu Andronic
Forgot to attach the log. Liviu On Tue, Jul 3, 2012 at 3:30 PM, Liviu Andronic wrote: > Dear all > I'm getting this strange compilation error. In the attached document I'm > using: > language: French > modules: enumitem > > and a simple itemize list. Compilatio

comilation error with enumitem, French and \itemize

2012-07-03 Thread Liviu Andronic
Dear all I'm getting this strange compilation error. In the attached document I'm using: language: French modules: enumitem and a simple itemize list. Compilation fails (see attached log) with 'Undefined control sequence' at: ' \item asdf\end{itemize}' Swit

Re: Problems using lyxlist with itemize

2012-06-03 Thread Guenter Milde
On 2012-06-01, Fabio Sobral wrote: > [-- Type: text/plain, Encoding: --] > Nevermind that, I just found out that I can change the label width of a > lyxlist using the paragaph settings. > I still don't know why I couldn't use lyxlist using a block of TeX code, > but this is no longer an issue fo

Re: Problems using lyxlist with itemize

2012-06-01 Thread Fabio Sobral
ral wrote: > Hi, > > I have a nested itemized list that looks like this (I'm using numbers > instead of the actual text): > > \begin{itemize} > > > \item 1 > > \begin{itemize} > > \item 1.1 > > \item 1.2 > > \end{itemize} > > >

Problems using lyxlist with itemize

2012-06-01 Thread Fabio Sobral
Hi, I have a nested itemized list that looks like this (I'm using numbers instead of the actual text): \begin{itemize} \item 1 \begin{itemize} \item 1.1 \item 1.2 \end{itemize} \item 2 \begin{itemize} \item 2.1 \item 2.2 \end{itemize} \end{itemize} I decided to replac

Re: Howto put itemize inside beamer block

2011-03-23 Thread Paul Rubin
drfridolin gmail.com> writes: > > yes, but what is the Mac Os X equivalent for (M-S-right arrow)? > Check the menu (Edit > Increase list depth) and see if it gives the shortcut. Paul

Re: Howto put itemize inside beamer block

2011-03-23 Thread drfridolin
Paul A. Rubin wrote: > > > Nest the itemize under the block (M-S-right arrow). > > /Paul > yes, but what is the Mac Os X equivalent for (M-S-right arrow)? -- View this message in context: http://lyx.475766.n2.nabble.com/Howto-put-itemize-inside-beamer-block-tp478026p6200

powerdot : itemize spacing

2011-01-28 Thread Payal
Hi all, In powerdot, how can we reduce the spacing between the individual points? Also, I find that toc is always created. How can I suppress toc creation. With warm regards, -Payal --

Re: Itemize/enumeration inside table cell

2010-12-23 Thread Paul A . Rubin
Łukasz Sanek gmail.com> writes: > Is it possible to insert itemize/enumeration into a table cell? Yes. The key is that a table cell cannot contain multiple lines of text unless you do something special. > If yes- how? Method 1: Set a fixed width for the column containing the ce

Itemize/enumeration inside table cell

2010-12-22 Thread Łukasz Sanek
Hi, Is it possible to insert itemize/enumeration into a table cell? If yes- how? Thanks L. Sanek

Re: Indentation of Itemize environments in KOMA-Script

2010-10-31 Thread Martin
Marcelo Acuña yahoo.com.ar> writes: > > > >>>I am using the KOMA-Script article class to > write a short manual. I have noticed that the bullet lists (itemize > environment) are not indented from the text body, but that enumerate > environments are (see attached s

Re: Indentation of Itemize environments in KOMA-Script

2010-10-07 Thread Marcelo Acuña
>>> I am using the KOMA-Script article class to write a short manual. I have noticed that the bullet lists (itemize environment) are not indented from the text body, but that enumerate environments are (see attached screenshots from the PDF output). I read the KOMA-Script manual and

Indentation of Itemize environments in KOMA-Script

2010-10-07 Thread Tennessee Carmel-Veilleux
Hello everyone, I am using the KOMA-Script article class to write a short manual. I have noticed that the bullet lists (itemize environment) are not indented from the text body, but that enumerate environments are (see attached screenshots from the PDF output). I read the KOMA-Script manual and I

AW: doc class g-brief2: itemize/enumerate envorinment?

2010-08-18 Thread Jannick Asmus
Jürgen Spitzmüller wrote: Jannick Asmus wrote: how can I use the itemize or enumerate environment in docs with class g-brief2? This seems not to be defined in my version (LyX 1.6.7 on WinVista). Please file an enhancement request. I suppose the author of that layout file was not aware that

Re: doc class g-brief2: itemize/enumerate envorinment?

2010-08-16 Thread Jürgen Spitzmüller
Jannick Asmus wrote: > how can I use the itemize or enumerate environment in docs with class > g-brief2? This seems not to be defined in my version (LyX 1.6.7 on > WinVista). Please file an enhancement request. I suppose the author of that layout file was not aware that lists are poss

doc class g-brief2: itemize/enumerate envorinment?

2010-08-16 Thread Jannick Asmus
Hi, how can I use the itemize or enumerate environment in docs with class g-brief2? This seems not to be defined in my version (LyX 1.6.7 on WinVista). Thx for your input. /J.

Re: too great marks in itemize

2010-03-08 Thread Guenter Milde
On 2010-03-08, Marcelo Acuña wrote: > Hello, > I updated the package spanish.ldf, and now I have too great marks in > itemize. They have the height of a capital letter. How I can correct > this? I suspect that this is rather an issue of a different font than of spanish.ldf (check

too great marks in itemize

2010-03-08 Thread Marcelo Acuña
Hello, I updated the package spanish.ldf, and now I have too great marks in itemize. They have the height of a capital letter. How I can correct this? Regards Marcelo Acuña visitá mi sitio web http://www.aleph-uno.com.ar

Beamer: using uncover has not same effect if in block or in itemize

2009-10-29 Thread Matthieu Stigler
Hi I like to make text appearing on the same line in a second slide using option uncover. While this is working when in enviro block, it is not in enviro itemize: lyx then adds a new blank line and so text is not shown in same line. (see code below) Is this a feature, is there a rationale for

moderncv itemize list how

2008-11-27 Thread Md. Golam Parvez
Hi Can anybody tell me how can I have bullet item without using List Item from the drop down menu. Because when am using it I can not write any thing to the left Like you can write for Item or Entry. Hope it makes sense. Thanks for your kind help. -- Parvez Golam

Re: Single space itemize and enumerate

2008-10-30 Thread Guenter Milde
Jonathan Kroner <[EMAIL PROTECTED]> schrieb: > Is there an ert to single space itemize and enumerate paragraphs? > I'm using Koma book class and LyX 1.6.0rc3. It is not completely clear to me what you want. Is the vertical space between the paragraphs too big? Do you

Single space itemize and enumerate

2008-10-29 Thread Jonathan Kroner
Is there an ert to single space itemize and enumerate paragraphs? I'm using Koma book class and LyX 1.6.0rc3. Thank you. Danke. -- Jonathan Kroner http://jonathankroner.com/ http://floridafalseclaim.com/ 305.310.6046

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-30 Thread Etienne M. Gagnon
Etienne M. Gagnon wrote: G. Milde wrote: [...] * it is possible to force a new paragraph (insert a blank line) from within LyX (inserting an empty paragraph with the -- Environment Separator -- Layout) Interesting... I'll try this and look at the LaTeX output as soon as I get a standalon

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-30 Thread Etienne M. Gagnon
G. Milde wrote: [...] * it is possible to force a new paragraph (insert a blank line) from within LyX (inserting an empty paragraph with the -- Environment Separator -- Layout) Interesting... I'll try this and look at the LaTeX output as soon as I get a standalone LyX version to compile o

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-30 Thread Andre Poenitz
On Mon, Jun 30, 2008 at 08:26:57AM +0200, Abdelrazak Younes wrote: > En plus un troisième francophone sera le bienvenue pour compenser la > présence Allemande, même si la plupart de nos Allemands parle Francais! > :-) Pffft. Andre' [;-)]

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-30 Thread G. Milde
On 28.06.08, Etienne M. Gagnon wrote: > Christopher Reeve wrote: > This is best solved by making sure LyX doesn't spit out spurious "\n"'s > everywhere... The \n is not exactly spurious. The problem is that * while in plain LaTeX, you can freely insert a blank line or not depending on whet

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-29 Thread Abdelrazak Younes
Etienne M. Gagnon wrote: I figure out how to compile the code locally [something to do with missing "QChar"], By the way, feel free to send the compile error to the devel list. Abdel.

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-29 Thread Abdelrazak Younes
Etienne M. Gagnon wrote: Abdelrazak Younes wrote: This is best solved by making sure LyX doesn't spit out spurious "\n"'s everywhere... I've looked in the code, and this part does not seem beautiful at all. I won't even copy here some comments I read in the code; they were too awful! :-) That

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-29 Thread Etienne M. Gagnon
Abdelrazak Younes wrote: This is best solved by making sure LyX doesn't spit out spurious "\n"'s everywhere... I've looked in the code, and this part does not seem beautiful at all. I won't even copy here some comments I read in the code; they were too awful! :-) That the code is less than per

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-29 Thread Abdelrazak Younes
Etienne M. Gagnon wrote: This is best solved by making sure LyX doesn't spit out spurious "\n"'s everywhere... I've looked in the code, and this part does not seem beautiful at all. I won't even copy here some comments I read in the code; they were too awful! :-) That the code is less than pe

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-28 Thread Etienne M. Gagnon
Bennett Helm wrote: [...] In the meantime, so your report doesn't get lost, may I suggest that you submit this as a bug [...] Done. See: http://bugzilla.lyx.org/show_bug.cgi?id=4993. Etienne -- Etienne M. Gagnon, Ph.D. SableCC:http://sablecc.org Sa

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-28 Thread Etienne M. Gagnon
Christopher Reeve wrote: I know you won't exactly love this solution, but it does work. You can remove the extra space again simply by entering a spacer with a user value with a negative in front. eg -1 em. This removes the text up a line again. The main problem with this approach is that:

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-28 Thread Christopher Reeve
Hi Etinne, I know you won't exactly love this solution, but it does work. You can remove the extra space again simply by entering a spacer with a user value with a negative in front. eg -1 em. This removes the text up a line again. You have to give LyX more of a chance. Writing in LaTeX requires

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-27 Thread Etienne M. Gagnon
Bennett Helm wrote : I sent a message to the devel list, but got no reply so far. [...] I guess that they're not interested. [...] This is the wrong conclusion to draw. If you look at the developer's list for the last week or so, you'll discover that it has been basically silent, per

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-27 Thread Paul A. Rubin
Etienne M. Gagnon wrote: Thanks a lot for the reply! You know... What would be neat is if we could edit the text in the "View LaTeX Source" window. Then it would be so simple to fix. This requested periodically and discussed on the list. It would be very difficult for a variety of reasons.

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-27 Thread Bennett Helm
On Fri, Jun 27, 2008 at 3:00 PM, Etienne M. Gagnon <[EMAIL PROTECTED]> wrote: > I sent a message to the devel list, but got no reply so far. I know a thing > or two about languages and parsing, so I might have been interested to help > writing a fix, but I guess that they're not interested. It's s

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-27 Thread Etienne M. Gagnon
Hi Christopher, Thanks a lot for the reply! You know... What would be neat is if we could edit the text in the "View LaTeX Source" window. Then it would be so simple to fix. I guess that Lyx will remain a less than ideal front-end to Latex. One can use it to write the first draft of a big d

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-27 Thread G. Milde
On 26.06.08, Christopher Reeve wrote: > Sorry I can't help you, although personally I think the spacing looks > just right. Maybe with your line spacing settings it looks funny? I > agree thought that LyX does not seem to be very flexible here. It depends on whether a list should be a separate par

Re: Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-26 Thread Christopher Reeve
Sorry I can't help you, although personally I think the spacing looks just right. Maybe with your line spacing settings it looks funny? I agree thought that LyX does not seem to be very flexible here. I just wanted to add to your comments the following. When you start a "display formula", if you

Blank Line Before \begin{itemize} in Geneterated LaTeX

2008-06-26 Thread Etienne M. Gagnon
f it is an "undocumented feature" (i.e. a bug). When I write using LyX 1.5.5 on OSX 10.15.3: Some text followed by an itemized list: * Some item. * Another item. Then some text that follows. LyX generates the following LaTeX code: Some text followed by an itemized list: \begin{item

Re: Howto put itemize inside beamer block

2008-02-19 Thread Paul A. Rubin
Neal Becker wrote: One time I did this, the latex looks like: \begin{block} {Key Idea} \begin{itemize} \item \alert{blah blah...} \end{itemize} \end{block} I can't seem to enter this in lyx (although I must have done it once before). Either I forgot how, or lyx 1.5.3 doesn't w

Howto put itemize inside beamer block

2008-02-19 Thread Neal Becker
One time I did this, the latex looks like: \begin{block} {Key Idea} \begin{itemize} \item \alert{blah blah...} \end{itemize} \end{block} I can't seem to enter this in lyx (although I must have done it once before). Either I forgot how, or lyx 1.5.3 doesn't work. If I select block, t

Re: itemize and enumerate in Spanish language

2007-10-16 Thread Nicolás
You should put this on the Wiki, although I do not know the user and password :-( Ignacio García wrote: The style 'spanish' for babel sets up certain values overwriting the defaults and preventing customized bullets. The behavior of the lists itemize and enumerate is special to la

itemize and enumerate in Spanish language

2007-10-16 Thread Ignacio García
The style 'spanish' for babel sets up certain values overwriting the defaults and preventing customized bullets. The behavior of the lists itemize and enumerate is special to labeling the items. With the last version of 'spanish' is possible to change all that (and mor

Re: Itemize inside proof?

2007-06-30 Thread H. Peter Gumm
Nathan Russell schrieb: I've been told it's possible in LaTeX to put an itemize inside a proof environment without breaking the proof (so, no end proof symbol, no word "proof" appearing after the itemize). How do I do this in Lyx? If you want a different format (e.g. ite

Itemize inside proof?

2007-06-29 Thread Nathan Russell
Hi, I've been told it's possible in LaTeX to put an itemize inside a proof environment without breaking the proof (so, no end proof symbol, no word "proof" appearing after the itemize). How do I do this in Lyx? Thanks in advance. Nathan

Re: change leftmargin in itemize environment

2007-01-06 Thread Robert Neumann
works perfect, thank you (great package, I didn't know about the existence) Regards Robert

Re: change leftmargin in itemize environment

2007-01-04 Thread Jürgen Spitzmüller
Robert Neumann wrote: > So how to do this right? I'd recommend to use the package enumitem. Something like \usepackage{enumitem} \setitemize{leftmargin=*} should do the trick. Jürgen

change leftmargin in itemize environment

2007-01-04 Thread Robert Neumann
Hello, I would like to change the leftmargin of my itemize environment to zero, so that the bullets are exactly at the left margin of the standard-text. I tried to insert a \setlenght{\leftmargin}{0mm} in an ERT at the beginning of the first itemized paragraph, but this has no effect. (this place

Re: word-wrap and itemize

2006-01-25 Thread Andre Poenitz
On Tue, Jan 24, 2006 at 01:46:42PM -0800, Jeremy C. Reed wrote: > Thank you Todd and Johan for the further ideas. > > I think in my case, I don't want hyphenation, but I want latex to > automatically wrap the word going into the margin to the next line AND > justify the line to make up for the m

Re: word-wrap and itemize

2006-01-24 Thread Martin Geisler
"Jeremy C. Reed" <[EMAIL PROTECTED]> writes: > An example of my problem is the words (with the punctuation): > (LAN_INET) and (LAN_DMZ) > > I don't want to hyphenate them. I don't want to manually add a > \newline before them. I just want the latex magic to automatically > move it to the next line

  1   2   >