Nomenclature

2015-05-02 Thread Aline Gautrein
Hey Lyx-fans,

I included a nomenclature within my work. In general, Lyx includes this
list in a one column environment. I found the command

\begin{multicols}{2}
Nomenclature
\end{multicols}

to create the a two column environement. However, the second column on the
first page starts at the top of the page, instead of under the title
Nomenclature.

I found the solution of editing the package nomencl and work around with
ERT. If I do this, do I also have to re-enter all nomenclature entries by
hand? That would cause a lt of work. Is there another solution for this
problem?

Thanks a lot and greetings!


Re: Nomenclature

2015-05-02 Thread Jürgen Spitzmüller
2015-05-02 11:04 GMT+02:00 Aline Gautrein:

 Hey Lyx-fans,

 I included a nomenclature within my work. In general, Lyx includes this
 list in a one column environment. I found the command

 \begin{multicols}{2}
 Nomenclature
 \end{multicols}

 to create the a two column environement. However, the second column on the
 first page starts at the top of the page, instead of under the title
 Nomenclature.

 I found the solution of editing the package nomencl and work around with
 ERT. If I do this, do I also have to re-enter all nomenclature entries by
 hand? That would cause a lt of work. Is there another solution for this
 problem?


You have to redefine the \thenomenclature. Put this in Document  Settings
 Preamble:

\usepackage{multicol}

\@ifundefined{chapter}

{\def\wilh@nomsection{section}}

{\def\wilh@nomsection{chapter}}


\def\thenomenclature{%

\begin{multicols}{2}[%

\csname\wilh@nomsection\endcsname*{\nomname}

\if@intoc\addcontentsline{toc}{\wilh@nomsection}{\nomname}\fi

\nompreamble]

\list{}{%

\labelwidth\nom@tempdim

\leftmargin\labelwidth

\advance\leftmargin\labelsep

\itemsep\nomitemsep

\let\makelabel\nomlabel}%

}

\def\endthenomenclature{%

\endlist

\end{multicols}

\nompostamble}



(courtesy of
http://tex.stackexchange.com/questions/78764/two-column-nomenclature)

HTH
Jürgen




 Thanks a lot and greetings!





Re: Wrong connections in contents

2015-05-02 Thread Christian Ridderström
I think I know what he means... the PDF has navigation links, i.e. the
table of content links that you see on the left side. But when you click on
link corresponding to 'Nomenclature' in the PDF, you're shown the
'Abstract' section which is just before. To me it sounds like some kind of
bug..

Aline, would it be possible for you to create a small example, i.e. a
reduced LyX-file that demonstrates this example and then make that
available?

On 1 May 2015 at 14:53, Michael Berger id...@online.de wrote:

 Where is your example?
 Michael


 On 05/01/2015 11:35 AM, Aline Gautrein wrote:

 Hey Lyx-Fans!

 I have a problem with my contents within the pdf document: The conents
 are connected partially wrong. Everything in front of chapter 1 is
 connected to the previous entry.
 Example:

 My document includes

 Content
 Abstract
 Nomenclature
 List of Figures
 List of Tables

 Lyx connects the  Content with the titlepae, Abstract with Content,
 Nomenclature with Abstract etc.


 Does anyone know what to do?

 Thanks a lot!





-- 
Christian Ridderström, +46-70 687 39 44


Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Jürgen Spitzmüller
2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:

  If I use an emphasized word in a beamer section or subsection, I am
 getting an error 

 The control sequence at the end of the top line

 of your error message was never \def'ed. If you have

 misspelled it (e.g., `\hobx'), type `I' and the correct

 spelling (e.g., `I\hbox'). Otherwise just continue,

 and I'll forget about whatever was undefined.


  Is this behaviour known


Yes. See Help  Specific Manuals  Beamer Presentations (Frame
Overlay-aware commands).


 and is there a way to avoid it?


Yes. Use Edit  Text Style  Emphasize in sections rather than normal
emphasizing.

Jürgen


 I am using a scientific name such as *Bombyx* and would like to have it
 emphasized.

 Wolfgang



Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Wolfgang Engelmann

Sorry, here is the file Beamertest.lyx
Wolfgang

Am 02.05.2015 um 17:18 schrieb Jürgen Spitzmüller:

2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:


  If I use an emphasized word in a beamer section or subsection, I am
getting an error 

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


  Is this behaviour known


Yes. See Help  Specific Manuals  Beamer Presentations (Frame
Overlay-aware commands).



and is there a way to avoid it?


Yes. Use Edit  Text Style  Emphasize in sections rather than normal
emphasizing.

Jürgen



I am using a scientific name such as *Bombyx* and would like to have it
emphasized.

Wolfgang





Beamertest.lyx
Description: application/lyx


Beamer section or subsection with emphasis word error

2015-05-02 Thread Wolfgang Engelmann
If I use an emphasized word in a beamer section or subsection, I am 
getting an error 


The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


Is this behaviour known and is there a way to avoid it?
I am using a scientific name such as /Bombyx/ and would like to have it 
emphasized.


Wolfgang


Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Jürgen Spitzmüller
Works for me, if I do as described above.

See attachment.

Jürgen

2015-05-02 18:07 GMT+02:00 Wolfgang Engelmann engelm...@uni-tuebingen.de:

 Sorry, here is the file Beamertest.lyx
 Wolfgang

 Am 02.05.2015 um 17:18 schrieb Jürgen Spitzmüller:

 2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:

If I use an emphasized word in a beamer section or subsection, I am
 getting an error 

 The control sequence at the end of the top line

 of your error message was never \def'ed. If you have

 misspelled it (e.g., `\hobx'), type `I' and the correct

 spelling (e.g., `I\hbox'). Otherwise just continue,

 and I'll forget about whatever was undefined.


   Is this behaviour known

  Yes. See Help  Specific Manuals  Beamer Presentations (Frame
 Overlay-aware commands).


  and is there a way to avoid it?

  Yes. Use Edit  Text Style  Emphasize in sections rather than normal
 emphasizing.

 Jürgen


  I am using a scientific name such as *Bombyx* and would like to have it
 emphasized.

 Wolfgang





Beamertest.lyx
Description: application/lyx


Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Wolfgang Engelmann



Am 02.05.2015 um 17:18 schrieb Jürgen Spitzmüller:

2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:


  If I use an emphasized word in a beamer section or subsection, I am
getting an error 

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


  Is this behaviour known


Yes. See Help  Specific Manuals  Beamer Presentations (Frame
Overlay-aware commands).



and is there a way to avoid it?


Yes. Use Edit  Text Style  Emphasize in sections rather than normal
emphasizing.

Jürgen



I am using a scientific name such as *Bombyx* and would like to have it
emphasized.

Wolfgang


Thanks, Jürgen,
but I could not get it working. I am including an (almost) minimal 
example. Try to change Bombyx to emphasize. What is wrong with it?

Wolfgang


Re: Error message with bad citation/reference

2015-05-02 Thread Bob Alvarez
Bob Alvarez aprendtech at gmail.com writes:

 
 Is there a way to get Lyx to display an error message when it cannot 
 find a citation in a bibtex database or a cross-reference to a label in 
 the document?
 

Here is the way to do it:
1. In Lyx (my version is 2.1.3 on Windows 7), select View|Messages Pane

2. make a small change in your file so the document will be re-processed

3. Click on View (the two eyes icon) or ctrl-R
You will see many messages appear.

4. Scroll down to the line containing 
bibtex your lyx file name)

5. The lines immediately after that will contain the messages from bibtex
including the error messages.
In my example, they contained the message:
09:24:22.758: Warning--I didn't find a database entry for Anderson1986





Re: item list

2015-05-02 Thread Patrick Dupre
Thank,

I installed the file enumitem.module in .lyx/layouts as recommanded
and reconfigure:
+checking for package enumitem [enumitem]... yes

Than restart lyx.
Now in modules, I can see:
Customizable Lists (enumitem)
But I cannot select it.
Control the layout of enumerate, itemize, description, and list/labeling with 
an optional argument. See 
http://dante.ctan.org/CTAN/macros/latex/contrib/enumitem/enumitem.pdf
Package(s) required: enumitem.sty.

locate enumitem.sty
/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty

I am missing something?
Should I put enumitem.sty inside my own directory?


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Saturday, May 02, 2015 at 7:40 PM
 From: Anders Host-Madsen ahostmad...@yahoo.com
 To: lyx-users@lists.lyx.org
 Subject: Re: item list

 Patrick Dupre pdupre at gmx.com writes:
 
  
  Hello,
  
  How could I reduce the indent before the item in an itemized list?
  
  Thank
 
 
 You can also use the enumitem package, which is supported by lyx.
 



Re: item list

2015-05-02 Thread Anders Host-Madsen
Patrick Dupre pdupre at gmx.com writes:

 
 Hello,
 
 How could I reduce the indent before the item in an itemized list?
 
 Thank


You can also use the enumitem package, which is supported by lyx.



Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Michael Berger

Hi Jürgen, Wolfgang,
same with me without any adjustment whatsoever.
Michael

On 05/02/2015 07:00 PM, Jürgen Spitzmüller wrote:

2015-05-02 18:22 GMT+02:00 Jürgen Spitzmüller:

Works for me, if I do as described above.

See attachment.


Oops, sorry, that was done with LyX 2.2. Attached an example for LyX 2.1.

Jürgen




Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Jürgen Spitzmüller
2015-05-02 18:22 GMT+02:00 Jürgen Spitzmüller:

 Works for me, if I do as described above.

 See attachment.


Oops, sorry, that was done with LyX 2.2. Attached an example for LyX 2.1.

Jürgen


Beamertest.lyx
Description: application/lyx


Re: item list

2015-05-02 Thread Anders Host-Madsen
Sorry, I'm not really a latex expert. However, I would do the following.
Make a small latex document that uses the enumitem package,
and check if latex can compile it. If it cannot, it means that latex
cannot find the .sty file, and latex need to be reconfigured.
Worst case, it should work to put enumitem.sty in your local
directory, but it should not be necessary.



Re: item list

2015-05-02 Thread Patrick Dupre
Hello,

Is enumitem compatible with beamer?
I downloaded the file:
 enumitem-example.lyx
It work fine. However, when I select the beamer document class,
I get:
Layout `Enumerate-Resume' was not found.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Saturday, May 02, 2015 at 9:22 PM
 From: Anders Host-Madsen ahostmad...@yahoo.com
 To: lyx-users@lists.lyx.org
 Subject: Re: item list

 Sorry, I'm not really a latex expert. However, I would do the following.
 Make a small latex document that uses the enumitem package,
 and check if latex can compile it. If it cannot, it means that latex
 cannot find the .sty file, and latex need to be reconfigured.
 Worst case, it should work to put enumitem.sty in your local
 directory, but it should not be necessary.
 



Incompatibility

2015-05-02 Thread Patrick Dupre
Hello,

It seems that the package enumitem is not compatible with overlays 
specifications.
(Beamer)
I am trying to get control on the spacing of the itemized lists.

Any idea?

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: Incompatibility

2015-05-02 Thread Scott Kostyshak
On Sat, May 2, 2015 at 5:08 PM, Patrick Dupre pdu...@gmx.com wrote:
 Hello,

 It seems that the package enumitem is not compatible with overlays 
 specifications.
 (Beamer)
 I am trying to get control on the spacing of the itemized lists.

 Any idea?

Hi Patrick,

Could you please use more descriptive subject lines? This one could
have been incompatibility of enumitem with overlays? or spacing of
the itemized lists in beamer.

As for the issue, try the following:

1. go to the first item in your itemize list and put the cursor at the
beginning of the line (so it will be after the dot that marks the
item).
2. In ERT, insert \setlength\itemsep{\fill}

Does that do what you want?

Scott


Re: Incompatibility with overlays specifications.

2015-05-02 Thread Patrick Dupre
Hello,

Setting 
\setlength\itemindent{-5pt}
on the first item works only of the next items!
In addition, using Overlays specifications cancels the setting!


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Saturday, May 02, 2015 at 11:13 PM
 From: Scott Kostyshak skost...@lyx.org
 To: Patrick Dupre pdu...@gmx.com
 Cc: lyx lyx-users@lists.lyx.org
 Subject: Re: Incompatibility

 On Sat, May 2, 2015 at 5:08 PM, Patrick Dupre pdu...@gmx.com wrote:
  Hello,
 
  It seems that the package enumitem is not compatible with overlays 
  specifications.
  (Beamer)
  I am trying to get control on the spacing of the itemized lists.
 
  Any idea?
 
 Hi Patrick,
 
 Could you please use more descriptive subject lines? This one could
 have been incompatibility of enumitem with overlays? or spacing of
 the itemized lists in beamer.
 
 As for the issue, try the following:
 
 1. go to the first item in your itemize list and put the cursor at the
 beginning of the line (so it will be after the dot that marks the
 item).
 2. In ERT, insert \setlength\itemsep{\fill}
 
 Does that do what you want?
 
 Scott



Re: Incompatibility with overlays specifications.

2015-05-02 Thread Scott Kostyshak
On Sat, May 2, 2015 at 5:50 PM, Patrick Dupre pdu...@gmx.com wrote:
 Hello,

 Setting
 \setlength\itemindent{-5pt}
 on the first item works only of the next items!
 In addition, using Overlays specifications cancels the setting!

Ah I see. Hopefully someone else has an idea.

Scott


Re: Wrong connections in contents

2015-05-02 Thread Christian Ridderström
I think I know what he means... the PDF has navigation links, i.e. the
table of content links that you see on the left side. But when you click on
link corresponding to 'Nomenclature' in the PDF, you're shown the
'Abstract' section which is just before. To me it sounds like some kind of
bug..

Aline, would it be possible for you to create a small example, i.e. a
reduced LyX-file that demonstrates this example and then make that
available?

On 1 May 2015 at 14:53, Michael Berger id...@online.de wrote:

 Where is your example?
 Michael


 On 05/01/2015 11:35 AM, Aline Gautrein wrote:

 Hey Lyx-Fans!

 I have a problem with my contents within the pdf document: The conents
 are connected partially wrong. Everything in front of chapter 1 is
 connected to the previous entry.
 Example:

 My document includes

 Content
 Abstract
 Nomenclature
 List of Figures
 List of Tables

 Lyx connects the  Content with the titlepae, Abstract with Content,
 Nomenclature with Abstract etc.


 Does anyone know what to do?

 Thanks a lot!





-- 
Christian Ridderström, +46-70 687 39 44


Nomenclature

2015-05-02 Thread Aline Gautrein
Hey Lyx-fans,

I included a nomenclature within my work. In general, Lyx includes this
list in a one column environment. I found the command

\begin{multicols}{2}
Nomenclature
\end{multicols}

to create the a two column environement. However, the second column on the
first page starts at the top of the page, instead of under the title
Nomenclature.

I found the solution of editing the package nomencl and work around with
ERT. If I do this, do I also have to re-enter all nomenclature entries by
hand? That would cause a lt of work. Is there another solution for this
problem?

Thanks a lot and greetings!


Re: Nomenclature

2015-05-02 Thread Jürgen Spitzmüller
2015-05-02 11:04 GMT+02:00 Aline Gautrein:

 Hey Lyx-fans,

 I included a nomenclature within my work. In general, Lyx includes this
 list in a one column environment. I found the command

 \begin{multicols}{2}
 Nomenclature
 \end{multicols}

 to create the a two column environement. However, the second column on the
 first page starts at the top of the page, instead of under the title
 Nomenclature.

 I found the solution of editing the package nomencl and work around with
 ERT. If I do this, do I also have to re-enter all nomenclature entries by
 hand? That would cause a lt of work. Is there another solution for this
 problem?


You have to redefine the \thenomenclature. Put this in Document  Settings
 Preamble:

\usepackage{multicol}

\@ifundefined{chapter}

{\def\wilh@nomsection{section}}

{\def\wilh@nomsection{chapter}}


\def\thenomenclature{%

\begin{multicols}{2}[%

\csname\wilh@nomsection\endcsname*{\nomname}

\if@intoc\addcontentsline{toc}{\wilh@nomsection}{\nomname}\fi

\nompreamble]

\list{}{%

\labelwidth\nom@tempdim

\leftmargin\labelwidth

\advance\leftmargin\labelsep

\itemsep\nomitemsep

\let\makelabel\nomlabel}%

}

\def\endthenomenclature{%

\endlist

\end{multicols}

\nompostamble}



(courtesy of
http://tex.stackexchange.com/questions/78764/two-column-nomenclature)

HTH
Jürgen




 Thanks a lot and greetings!





Beamer section or subsection with emphasis word error

2015-05-02 Thread Wolfgang Engelmann
If I use an emphasized word in a beamer section or subsection, I am 
getting an error 


The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


Is this behaviour known and is there a way to avoid it?
I am using a scientific name such as /Bombyx/ and would like to have it 
emphasized.


Wolfgang


Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Jürgen Spitzmüller
2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:

  If I use an emphasized word in a beamer section or subsection, I am
 getting an error 

 The control sequence at the end of the top line

 of your error message was never \def'ed. If you have

 misspelled it (e.g., `\hobx'), type `I' and the correct

 spelling (e.g., `I\hbox'). Otherwise just continue,

 and I'll forget about whatever was undefined.


  Is this behaviour known


Yes. See Help  Specific Manuals  Beamer Presentations (Frame
Overlay-aware commands).


 and is there a way to avoid it?


Yes. Use Edit  Text Style  Emphasize in sections rather than normal
emphasizing.

Jürgen


 I am using a scientific name such as *Bombyx* and would like to have it
 emphasized.

 Wolfgang



Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Wolfgang Engelmann



Am 02.05.2015 um 17:18 schrieb Jürgen Spitzmüller:

2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:


  If I use an emphasized word in a beamer section or subsection, I am
getting an error 

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


  Is this behaviour known


Yes. See Help  Specific Manuals  Beamer Presentations (Frame
Overlay-aware commands).



and is there a way to avoid it?


Yes. Use Edit  Text Style  Emphasize in sections rather than normal
emphasizing.

Jürgen



I am using a scientific name such as *Bombyx* and would like to have it
emphasized.

Wolfgang


Thanks, Jürgen,
but I could not get it working. I am including an (almost) minimal 
example. Try to change Bombyx to emphasize. What is wrong with it?

Wolfgang


Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Wolfgang Engelmann

Sorry, here is the file Beamertest.lyx
Wolfgang

Am 02.05.2015 um 17:18 schrieb Jürgen Spitzmüller:

2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:


  If I use an emphasized word in a beamer section or subsection, I am
getting an error 

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


  Is this behaviour known


Yes. See Help  Specific Manuals  Beamer Presentations (Frame
Overlay-aware commands).



and is there a way to avoid it?


Yes. Use Edit  Text Style  Emphasize in sections rather than normal
emphasizing.

Jürgen



I am using a scientific name such as *Bombyx* and would like to have it
emphasized.

Wolfgang





Beamertest.lyx
Description: application/lyx


Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Jürgen Spitzmüller
Works for me, if I do as described above.

See attachment.

Jürgen

2015-05-02 18:07 GMT+02:00 Wolfgang Engelmann engelm...@uni-tuebingen.de:

 Sorry, here is the file Beamertest.lyx
 Wolfgang

 Am 02.05.2015 um 17:18 schrieb Jürgen Spitzmüller:

 2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:

If I use an emphasized word in a beamer section or subsection, I am
 getting an error 

 The control sequence at the end of the top line

 of your error message was never \def'ed. If you have

 misspelled it (e.g., `\hobx'), type `I' and the correct

 spelling (e.g., `I\hbox'). Otherwise just continue,

 and I'll forget about whatever was undefined.


   Is this behaviour known

  Yes. See Help  Specific Manuals  Beamer Presentations (Frame
 Overlay-aware commands).


  and is there a way to avoid it?

  Yes. Use Edit  Text Style  Emphasize in sections rather than normal
 emphasizing.

 Jürgen


  I am using a scientific name such as *Bombyx* and would like to have it
 emphasized.

 Wolfgang





Beamertest.lyx
Description: application/lyx


Re: Error message with bad citation/reference

2015-05-02 Thread Bob Alvarez
Bob Alvarez aprendtech at gmail.com writes:

 
 Is there a way to get Lyx to display an error message when it cannot 
 find a citation in a bibtex database or a cross-reference to a label in 
 the document?
 

Here is the way to do it:
1. In Lyx (my version is 2.1.3 on Windows 7), select View|Messages Pane

2. make a small change in your file so the document will be re-processed

3. Click on View (the two eyes icon) or ctrl-R
You will see many messages appear.

4. Scroll down to the line containing 
bibtex your lyx file name)

5. The lines immediately after that will contain the messages from bibtex
including the error messages.
In my example, they contained the message:
09:24:22.758: Warning--I didn't find a database entry for Anderson1986





Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Jürgen Spitzmüller
2015-05-02 18:22 GMT+02:00 Jürgen Spitzmüller:

 Works for me, if I do as described above.

 See attachment.


Oops, sorry, that was done with LyX 2.2. Attached an example for LyX 2.1.

Jürgen


Beamertest.lyx
Description: application/lyx


Re: item list

2015-05-02 Thread Anders Host-Madsen
Patrick Dupre pdupre at gmx.com writes:

 
 Hello,
 
 How could I reduce the indent before the item in an itemized list?
 
 Thank


You can also use the enumitem package, which is supported by lyx.



Re: Beamer section or subsection with emphasis word error

2015-05-02 Thread Michael Berger

Hi Jürgen, Wolfgang,
same with me without any adjustment whatsoever.
Michael

On 05/02/2015 07:00 PM, Jürgen Spitzmüller wrote:

2015-05-02 18:22 GMT+02:00 Jürgen Spitzmüller:

Works for me, if I do as described above.

See attachment.


Oops, sorry, that was done with LyX 2.2. Attached an example for LyX 2.1.

Jürgen




Re: item list

2015-05-02 Thread Patrick Dupre
Thank,

I installed the file enumitem.module in .lyx/layouts as recommanded
and reconfigure:
+checking for package enumitem [enumitem]... yes

Than restart lyx.
Now in modules, I can see:
Customizable Lists (enumitem)
But I cannot select it.
Control the layout of enumerate, itemize, description, and list/labeling with 
an optional argument. See 
http://dante.ctan.org/CTAN/macros/latex/contrib/enumitem/enumitem.pdf
Package(s) required: enumitem.sty.

locate enumitem.sty
/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty

I am missing something?
Should I put enumitem.sty inside my own directory?


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Saturday, May 02, 2015 at 7:40 PM
 From: Anders Host-Madsen ahostmad...@yahoo.com
 To: lyx-users@lists.lyx.org
 Subject: Re: item list

 Patrick Dupre pdupre at gmx.com writes:
 
  
  Hello,
  
  How could I reduce the indent before the item in an itemized list?
  
  Thank
 
 
 You can also use the enumitem package, which is supported by lyx.
 



Re: item list

2015-05-02 Thread Anders Host-Madsen
Sorry, I'm not really a latex expert. However, I would do the following.
Make a small latex document that uses the enumitem package,
and check if latex can compile it. If it cannot, it means that latex
cannot find the .sty file, and latex need to be reconfigured.
Worst case, it should work to put enumitem.sty in your local
directory, but it should not be necessary.



Re: item list

2015-05-02 Thread Patrick Dupre
Hello,

Is enumitem compatible with beamer?
I downloaded the file:
 enumitem-example.lyx
It work fine. However, when I select the beamer document class,
I get:
Layout `Enumerate-Resume' was not found.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Saturday, May 02, 2015 at 9:22 PM
 From: Anders Host-Madsen ahostmad...@yahoo.com
 To: lyx-users@lists.lyx.org
 Subject: Re: item list

 Sorry, I'm not really a latex expert. However, I would do the following.
 Make a small latex document that uses the enumitem package,
 and check if latex can compile it. If it cannot, it means that latex
 cannot find the .sty file, and latex need to be reconfigured.
 Worst case, it should work to put enumitem.sty in your local
 directory, but it should not be necessary.
 



Incompatibility

2015-05-02 Thread Patrick Dupre
Hello,

It seems that the package enumitem is not compatible with overlays 
specifications.
(Beamer)
I am trying to get control on the spacing of the itemized lists.

Any idea?

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: Incompatibility

2015-05-02 Thread Scott Kostyshak
On Sat, May 2, 2015 at 5:08 PM, Patrick Dupre pdu...@gmx.com wrote:
 Hello,

 It seems that the package enumitem is not compatible with overlays 
 specifications.
 (Beamer)
 I am trying to get control on the spacing of the itemized lists.

 Any idea?

Hi Patrick,

Could you please use more descriptive subject lines? This one could
have been incompatibility of enumitem with overlays? or spacing of
the itemized lists in beamer.

As for the issue, try the following:

1. go to the first item in your itemize list and put the cursor at the
beginning of the line (so it will be after the dot that marks the
item).
2. In ERT, insert \setlength\itemsep{\fill}

Does that do what you want?

Scott


Re: Incompatibility with overlays specifications.

2015-05-02 Thread Patrick Dupre
Hello,

Setting 
\setlength\itemindent{-5pt}
on the first item works only of the next items!
In addition, using Overlays specifications cancels the setting!


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Saturday, May 02, 2015 at 11:13 PM
 From: Scott Kostyshak skost...@lyx.org
 To: Patrick Dupre pdu...@gmx.com
 Cc: lyx lyx-users@lists.lyx.org
 Subject: Re: Incompatibility

 On Sat, May 2, 2015 at 5:08 PM, Patrick Dupre pdu...@gmx.com wrote:
  Hello,
 
  It seems that the package enumitem is not compatible with overlays 
  specifications.
  (Beamer)
  I am trying to get control on the spacing of the itemized lists.
 
  Any idea?
 
 Hi Patrick,
 
 Could you please use more descriptive subject lines? This one could
 have been incompatibility of enumitem with overlays? or spacing of
 the itemized lists in beamer.
 
 As for the issue, try the following:
 
 1. go to the first item in your itemize list and put the cursor at the
 beginning of the line (so it will be after the dot that marks the
 item).
 2. In ERT, insert \setlength\itemsep{\fill}
 
 Does that do what you want?
 
 Scott



Re: Incompatibility with overlays specifications.

2015-05-02 Thread Scott Kostyshak
On Sat, May 2, 2015 at 5:50 PM, Patrick Dupre pdu...@gmx.com wrote:
 Hello,

 Setting
 \setlength\itemindent{-5pt}
 on the first item works only of the next items!
 In addition, using Overlays specifications cancels the setting!

Ah I see. Hopefully someone else has an idea.

Scott


Re: Wrong connections in contents

2015-05-02 Thread Christian Ridderström
I think I know what he means... the PDF has navigation links, i.e. the
table of content links that you see on the left side. But when you click on
link corresponding to 'Nomenclature' in the PDF, you're shown the
'Abstract' section which is just before. To me it sounds like some kind of
bug..

Aline, would it be possible for you to create a small example, i.e. a
reduced LyX-file that demonstrates this example and then make that
available?

On 1 May 2015 at 14:53, Michael Berger  wrote:

> Where is your example?
> Michael
>
>
> On 05/01/2015 11:35 AM, Aline Gautrein wrote:
>
>> Hey Lyx-Fans!
>>
>> I have a problem with my contents within the pdf document: The conents
>> are connected partially wrong. Everything in front of chapter 1 is
>> connected to the previous entry.
>> Example:
>>
>> My document includes
>>
>> Content
>> Abstract
>> Nomenclature
>> List of Figures
>> List of Tables
>>
>> Lyx connects the  Content with the titlepae, Abstract with Content,
>> Nomenclature with Abstract etc.
>>
>>
>> Does anyone know what to do?
>>
>> Thanks a lot!
>>
>>
>


-- 
Christian Ridderström, +46-70 687 39 44


Nomenclature

2015-05-02 Thread Aline Gautrein
Hey Lyx-fans,

I included a nomenclature within my work. In general, Lyx includes this
list in a one column environment. I found the command

\begin{multicols}{2}
Nomenclature
\end{multicols}

to create the a two column environement. However, the second column on the
first page starts at the top of the page, instead of under the title
"Nomenclature".

I found the solution of editing the package "nomencl" and work around with
ERT. If I do this, do I also have to re-enter all nomenclature entries by
hand? That would cause a lt of work. Is there another solution for this
problem?

Thanks a lot and greetings!


Re: Nomenclature

2015-05-02 Thread Jürgen Spitzmüller
2015-05-02 11:04 GMT+02:00 Aline Gautrein:

> Hey Lyx-fans,
>
> I included a nomenclature within my work. In general, Lyx includes this
> list in a one column environment. I found the command
>
> \begin{multicols}{2}
> Nomenclature
> \end{multicols}
>
> to create the a two column environement. However, the second column on the
> first page starts at the top of the page, instead of under the title
> "Nomenclature".
>
> I found the solution of editing the package "nomencl" and work around with
> ERT. If I do this, do I also have to re-enter all nomenclature entries by
> hand? That would cause a lt of work. Is there another solution for this
> problem?
>

You have to redefine the \thenomenclature. Put this in Document > Settings
> Preamble:

\usepackage{multicol}

\@ifundefined{chapter}

{\def\wilh@nomsection{section}}

{\def\wilh@nomsection{chapter}}


\def\thenomenclature{%

\begin{multicols}{2}[%

\csname\wilh@nomsection\endcsname*{\nomname}

\if@intoc\addcontentsline{toc}{\wilh@nomsection}{\nomname}\fi

\nompreamble]

\list{}{%

\labelwidth\nom@tempdim

\leftmargin\labelwidth

\advance\leftmargin\labelsep

\itemsep\nomitemsep

\let\makelabel\nomlabel}%

}

\def\endthenomenclature{%

\endlist

\end{multicols}

\nompostamble}



(courtesy of
http://tex.stackexchange.com/questions/78764/two-column-nomenclature)

HTH
Jürgen



>
> Thanks a lot and greetings!
>
>
>


Beamer section or subsection with emphasis word > error

2015-05-02 Thread Wolfgang Engelmann
If I use an emphasized word in a beamer section or subsection, I am 
getting an error >


The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


Is this behaviour known and is there a way to avoid it?
I am using a scientific name such as /Bombyx/ and would like to have it 
emphasized.


Wolfgang


Re: Beamer section or subsection with emphasis word > error

2015-05-02 Thread Jürgen Spitzmüller
2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:

>  If I use an emphasized word in a beamer section or subsection, I am
> getting an error >
>
> The control sequence at the end of the top line
>
> of your error message was never \def'ed. If you have
>
> misspelled it (e.g., `\hobx'), type `I' and the correct
>
> spelling (e.g., `I\hbox'). Otherwise just continue,
>
> and I'll forget about whatever was undefined.
>
>
>  Is this behaviour known
>

Yes. See Help > Specific Manuals > Beamer Presentations (Frame
"Overlay-aware commands").


> and is there a way to avoid it?
>

Yes. Use Edit > Text Style > Emphasize in sections rather than normal
emphasizing.

Jürgen


> I am using a scientific name such as *Bombyx* and would like to have it
> emphasized.
>
> Wolfgang
>


Re: Beamer section or subsection with emphasis word > error

2015-05-02 Thread Wolfgang Engelmann



Am 02.05.2015 um 17:18 schrieb Jürgen Spitzmüller:

2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:


  If I use an emphasized word in a beamer section or subsection, I am
getting an error >

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


  Is this behaviour known


Yes. See Help > Specific Manuals > Beamer Presentations (Frame
"Overlay-aware commands").



and is there a way to avoid it?


Yes. Use Edit > Text Style > Emphasize in sections rather than normal
emphasizing.

Jürgen



I am using a scientific name such as *Bombyx* and would like to have it
emphasized.

Wolfgang


Thanks, Jürgen,
but I could not get it working. I am including an (almost) minimal 
example. Try to change Bombyx to emphasize. What is wrong with it?

Wolfgang


Re: Beamer section or subsection with emphasis word > error

2015-05-02 Thread Wolfgang Engelmann

Sorry, here is the file Beamertest.lyx
Wolfgang

Am 02.05.2015 um 17:18 schrieb Jürgen Spitzmüller:

2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:


  If I use an emphasized word in a beamer section or subsection, I am
getting an error >

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


  Is this behaviour known


Yes. See Help > Specific Manuals > Beamer Presentations (Frame
"Overlay-aware commands").



and is there a way to avoid it?


Yes. Use Edit > Text Style > Emphasize in sections rather than normal
emphasizing.

Jürgen



I am using a scientific name such as *Bombyx* and would like to have it
emphasized.

Wolfgang





Beamertest.lyx
Description: application/lyx


Re: Beamer section or subsection with emphasis word > error

2015-05-02 Thread Jürgen Spitzmüller
Works for me, if I do as described above.

See attachment.

Jürgen

2015-05-02 18:07 GMT+02:00 Wolfgang Engelmann :

> Sorry, here is the file Beamertest.lyx
> Wolfgang
>
> Am 02.05.2015 um 17:18 schrieb Jürgen Spitzmüller:
>
>> 2015-05-02 17:09 GMT+02:00 Wolfgang Engelmann:
>>
>>If I use an emphasized word in a beamer section or subsection, I am
>>> getting an error >
>>>
>>> The control sequence at the end of the top line
>>>
>>> of your error message was never \def'ed. If you have
>>>
>>> misspelled it (e.g., `\hobx'), type `I' and the correct
>>>
>>> spelling (e.g., `I\hbox'). Otherwise just continue,
>>>
>>> and I'll forget about whatever was undefined.
>>>
>>>
>>>   Is this behaviour known
>>>
>>>  Yes. See Help > Specific Manuals > Beamer Presentations (Frame
>> "Overlay-aware commands").
>>
>>
>>  and is there a way to avoid it?
>>>
>>>  Yes. Use Edit > Text Style > Emphasize in sections rather than normal
>> emphasizing.
>>
>> Jürgen
>>
>>
>>  I am using a scientific name such as *Bombyx* and would like to have it
>>> emphasized.
>>>
>>> Wolfgang
>>>
>>>
>


Beamertest.lyx
Description: application/lyx


Re: Error message with bad citation/reference

2015-05-02 Thread Bob Alvarez
Bob Alvarez  gmail.com> writes:

> 
> Is there a way to get Lyx to display an error message when it cannot 
> find a citation in a bibtex database or a cross-reference to a label in 
> the document?
> 

Here is the way to do it:
1. In Lyx (my version is 2.1.3 on Windows 7), select View|Messages Pane

2. make a small change in your file so the document will be re-processed

3. Click on View (the two eyes icon) or ctrl-R
You will see many messages appear.

4. Scroll down to the line containing 
bibtex 

Re: Beamer section or subsection with emphasis word > error

2015-05-02 Thread Jürgen Spitzmüller
2015-05-02 18:22 GMT+02:00 Jürgen Spitzmüller:

> Works for me, if I do as described above.
>
> See attachment.
>

Oops, sorry, that was done with LyX 2.2. Attached an example for LyX 2.1.

Jürgen


Beamertest.lyx
Description: application/lyx


Re: item list

2015-05-02 Thread Anders Host-Madsen
Patrick Dupre  gmx.com> writes:

> 
> Hello,
> 
> How could I reduce the indent before the item in an itemized list?
> 
> Thank


You can also use the enumitem package, which is supported by lyx.



Re: Beamer section or subsection with emphasis word > error

2015-05-02 Thread Michael Berger

Hi Jürgen, Wolfgang,
same with me without any adjustment whatsoever.
Michael

On 05/02/2015 07:00 PM, Jürgen Spitzmüller wrote:

2015-05-02 18:22 GMT+02:00 Jürgen Spitzmüller:

Works for me, if I do as described above.

See attachment.


Oops, sorry, that was done with LyX 2.2. Attached an example for LyX 2.1.

Jürgen




Re: item list

2015-05-02 Thread Patrick Dupre
Thank,

I installed the file enumitem.module in .lyx/layouts as recommanded
and reconfigure:
+checking for package enumitem [enumitem]... yes

Than restart lyx.
Now in modules, I can see:
Customizable Lists (enumitem)
But I cannot select it.
Control the layout of enumerate, itemize, description, and list/labeling with 
an optional argument. See 
http://dante.ctan.org/CTAN/macros/latex/contrib/enumitem/enumitem.pdf
Package(s) required: enumitem.sty.

locate enumitem.sty
/usr/share/texlive/texmf-dist/tex/latex/enumitem/enumitem.sty

I am missing something?
Should I put enumitem.sty inside my own directory?


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


> Sent: Saturday, May 02, 2015 at 7:40 PM
> From: "Anders Host-Madsen" 
> To: lyx-users@lists.lyx.org
> Subject: Re: item list
>
> Patrick Dupre  gmx.com> writes:
> 
> > 
> > Hello,
> > 
> > How could I reduce the indent before the item in an itemized list?
> > 
> > Thank
> 
> 
> You can also use the enumitem package, which is supported by lyx.
> 
>


Re: item list

2015-05-02 Thread Anders Host-Madsen
Sorry, I'm not really a latex expert. However, I would do the following.
Make a small latex document that uses the enumitem package,
and check if latex can compile it. If it cannot, it means that latex
cannot find the .sty file, and latex need to be reconfigured.
Worst case, it should work to put enumitem.sty in your local
directory, but it should not be necessary.



Re: item list

2015-05-02 Thread Patrick Dupre
Hello,

Is enumitem compatible with beamer?
I downloaded the file:
 enumitem-example.lyx
It work fine. However, when I select the beamer document class,
I get:
Layout `Enumerate-Resume' was not found.


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


> Sent: Saturday, May 02, 2015 at 9:22 PM
> From: "Anders Host-Madsen" 
> To: lyx-users@lists.lyx.org
> Subject: Re: item list
>
> Sorry, I'm not really a latex expert. However, I would do the following.
> Make a small latex document that uses the enumitem package,
> and check if latex can compile it. If it cannot, it means that latex
> cannot find the .sty file, and latex need to be reconfigured.
> Worst case, it should work to put enumitem.sty in your local
> directory, but it should not be necessary.
> 
>


Incompatibility

2015-05-02 Thread Patrick Dupre
Hello,

It seems that the package enumitem is not compatible with overlays 
specifications.
(Beamer)
I am trying to get control on the spacing of the itemized lists.

Any idea?

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


Re: Incompatibility

2015-05-02 Thread Scott Kostyshak
On Sat, May 2, 2015 at 5:08 PM, Patrick Dupre  wrote:
> Hello,
>
> It seems that the package enumitem is not compatible with overlays 
> specifications.
> (Beamer)
> I am trying to get control on the spacing of the itemized lists.
>
> Any idea?

Hi Patrick,

Could you please use more descriptive subject lines? This one could
have been "incompatibility of enumitem with overlays?" or "spacing of
the itemized lists in beamer".

As for the issue, try the following:

1. go to the first item in your itemize list and put the cursor at the
beginning of the line (so it will be after the dot that marks the
item).
2. In ERT, insert \setlength\itemsep{\fill}

Does that do what you want?

Scott


Re: Incompatibility with overlays specifications.

2015-05-02 Thread Patrick Dupre
Hello,

Setting 
\setlength\itemindent{-5pt}
on the first item works only of the next items!
In addition, using Overlays specifications cancels the setting!


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


> Sent: Saturday, May 02, 2015 at 11:13 PM
> From: "Scott Kostyshak" 
> To: "Patrick Dupre" 
> Cc: lyx 
> Subject: Re: Incompatibility
>
> On Sat, May 2, 2015 at 5:08 PM, Patrick Dupre  wrote:
> > Hello,
> >
> > It seems that the package enumitem is not compatible with overlays 
> > specifications.
> > (Beamer)
> > I am trying to get control on the spacing of the itemized lists.
> >
> > Any idea?
> 
> Hi Patrick,
> 
> Could you please use more descriptive subject lines? This one could
> have been "incompatibility of enumitem with overlays?" or "spacing of
> the itemized lists in beamer".
> 
> As for the issue, try the following:
> 
> 1. go to the first item in your itemize list and put the cursor at the
> beginning of the line (so it will be after the dot that marks the
> item).
> 2. In ERT, insert \setlength\itemsep{\fill}
> 
> Does that do what you want?
> 
> Scott
>


Re: Incompatibility with overlays specifications.

2015-05-02 Thread Scott Kostyshak
On Sat, May 2, 2015 at 5:50 PM, Patrick Dupre  wrote:
> Hello,
>
> Setting
> \setlength\itemindent{-5pt}
> on the first item works only of the next items!
> In addition, using Overlays specifications cancels the setting!

Ah I see. Hopefully someone else has an idea.

Scott