Re: Beamer: structure

2013-09-06 Thread Ansa211
Jürgen Spitzmüller spitz at lyx.org writes:

 
 Patrick Dupre wrote:
   Interesting, however, I am unable to have back the theme Madrid with the
   color red!
  In fact 
  \usetheme{Madrid}%
  \usecolortheme{Red}
  
  Mess up the default colors!
 
 Did you try
 \usetheme{Madrid}
 \usecolortheme[named=red]{structure}
 
 Jürgen
 
 


Thanks for the suggestion. It gets rid of the warning, but the red color it
produces is much brighter than the red color I get by using
\documentclass[red]{beamer}. I think beamer actually uses BrickRed of the
dvips list (http://en.wikibooks.org/wiki/LaTeX/Colors#Predefined_colors) for
titles and backgrounds (although not for \alert{text}), but I don't know
how to force \usecolorheme{structure} to use these named colours. I tried
inserting \usepackage[usenames,dvipsnames]{color} in the preamble, but then
I get an Option clash for package color  warning. The following is a
minimum example (comment the first line and uncomment the two commented
lines for comparison of the color of the titlebar):

\documentclass[red,hyperref={pdfpagelabels=false}]{beamer}
%\documentclass[hyperref={pdfpagelabels=false}]{beamer}  %% the option to
avoid the warning ``Option `pdfpagelabels’ is turned off(hyperref) because
\thepage is undefined.''
\usecolortheme{whale}
%\usecolortheme[named=red]{structure}

\usepackage{lmodern}  %% avoid warning ``Size substitutions with
differences(Font) up to 1.0pt have occurred.''

\begin{document}
\begin{frame}{title}
  normal

  \alert{alerted}
\end{frame}

\end{document}






Re: Beamer: structure

2013-09-06 Thread Jürgen Spitzmüller
Am Freitag 06 September 2013, 09:53:30 schrieb Ansa211:
 I don't know how to force \usecolorheme{structure} to use these named
 colours. I tried inserting \usepackage[usenames,dvipsnames]{color} in the
 preamble, but then I get an Option clash for package color  warning.

Beamer loads xcolor internally, so you need to pass xcolor options to beamer:

\documentclass[hyperref={pdfpagelabels=false},dvipsnames]{beamer}
\usecolortheme{whale}
\usecolortheme[named=BrickRed]{structure}

\usepackage{lmodern}  

\begin{document}
\begin{frame}{title}
  normal

  \alert{alerted}
\end{frame}

\end{document}


HTH
Jürgen


Re: Beamer: structure

2013-09-06 Thread Ansa211
Jürgen Spitzmüller spitz at lyx.org writes:

 
 Patrick Dupre wrote:
   Interesting, however, I am unable to have back the theme Madrid with the
   color red!
  In fact 
  \usetheme{Madrid}%
  \usecolortheme{Red}
  
  Mess up the default colors!
 
 Did you try
 \usetheme{Madrid}
 \usecolortheme[named=red]{structure}
 
 Jürgen
 
 


Thanks for the suggestion. It gets rid of the warning, but the red color it
produces is much brighter than the red color I get by using
\documentclass[red]{beamer}. I think beamer actually uses BrickRed of the
dvips list (http://en.wikibooks.org/wiki/LaTeX/Colors#Predefined_colors) for
titles and backgrounds (although not for \alert{text}), but I don't know
how to force \usecolorheme{structure} to use these named colours. I tried
inserting \usepackage[usenames,dvipsnames]{color} in the preamble, but then
I get an Option clash for package color  warning. The following is a
minimum example (comment the first line and uncomment the two commented
lines for comparison of the color of the titlebar):

\documentclass[red,hyperref={pdfpagelabels=false}]{beamer}
%\documentclass[hyperref={pdfpagelabels=false}]{beamer}  %% the option to
avoid the warning ``Option `pdfpagelabels’ is turned off(hyperref) because
\thepage is undefined.''
\usecolortheme{whale}
%\usecolortheme[named=red]{structure}

\usepackage{lmodern}  %% avoid warning ``Size substitutions with
differences(Font) up to 1.0pt have occurred.''

\begin{document}
\begin{frame}{title}
  normal

  \alert{alerted}
\end{frame}

\end{document}






Re: Beamer: structure

2013-09-06 Thread Jürgen Spitzmüller
Am Freitag 06 September 2013, 09:53:30 schrieb Ansa211:
 I don't know how to force \usecolorheme{structure} to use these named
 colours. I tried inserting \usepackage[usenames,dvipsnames]{color} in the
 preamble, but then I get an Option clash for package color  warning.

Beamer loads xcolor internally, so you need to pass xcolor options to beamer:

\documentclass[hyperref={pdfpagelabels=false},dvipsnames]{beamer}
\usecolortheme{whale}
\usecolortheme[named=BrickRed]{structure}

\usepackage{lmodern}  

\begin{document}
\begin{frame}{title}
  normal

  \alert{alerted}
\end{frame}

\end{document}


HTH
Jürgen


Re: Beamer: structure

2013-09-06 Thread Ansa211
Jürgen Spitzmüller  lyx.org> writes:

> 
> Patrick Dupre wrote:
> > > Interesting, however, I am unable to have back the theme Madrid with the
> > > color red!
> > In fact 
> > \usetheme{Madrid}%
> > \usecolortheme{Red}
> > 
> > Mess up the default colors!
> 
> Did you try
> \usetheme{Madrid}
> \usecolortheme[named=red]{structure}
> 
> Jürgen
> 
> 


Thanks for the suggestion. It gets rid of the warning, but the red color it
produces is much brighter than the red color I get by using
\documentclass[red]{beamer}. I think beamer actually uses "BrickRed" of the
dvips list (http://en.wikibooks.org/wiki/LaTeX/Colors#Predefined_colors) for
titles and backgrounds (although not for "\alert{text}"), but I don't know
how to force \usecolorheme{structure} to use these named colours. I tried
inserting \usepackage[usenames,dvipsnames]{color} in the preamble, but then
I get an "Option clash for package color"  warning. The following is a
minimum example (comment the first line and uncomment the two commented
lines for comparison of the color of the titlebar):

\documentclass[red,hyperref={pdfpagelabels=false}]{beamer}
%\documentclass[hyperref={pdfpagelabels=false}]{beamer}  %% the option to
avoid the warning ``Option `pdfpagelabels’ is turned off(hyperref) because
\thepage is undefined.''
\usecolortheme{whale}
%\usecolortheme[named=red]{structure}

\usepackage{lmodern}  %% avoid warning ``Size substitutions with
differences(Font) up to 1.0pt have occurred.''

\begin{document}
\begin{frame}{title}
  normal

  \alert{alerted}
\end{frame}

\end{document}






Re: Beamer: structure

2013-09-06 Thread Jürgen Spitzmüller
Am Freitag 06 September 2013, 09:53:30 schrieb Ansa211:
> I don't know how to force \usecolorheme{structure} to use these named
> colours. I tried inserting \usepackage[usenames,dvipsnames]{color} in the
> preamble, but then I get an "Option clash for package color"  warning.

Beamer loads xcolor internally, so you need to pass xcolor options to beamer:

\documentclass[hyperref={pdfpagelabels=false},dvipsnames]{beamer}
\usecolortheme{whale}
\usecolortheme[named=BrickRed]{structure}

\usepackage{lmodern}  

\begin{document}
\begin{frame}{title}
  normal

  \alert{alerted}
\end{frame}

\end{document}


HTH
Jürgen


Beamer: structure

2013-06-06 Thread Patrick Dupre
Hello,

How can I avoid the following message:

Class beamer Warning: ``red'' is obsolete. Use color theme structure instead on
 input line 345.

\documentclass[american,red,compress]{beamer}

Thank.


===
 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: Beamer: structure

2013-06-06 Thread Jürgen Spitzmüller
Am Donnerstag 06 Juni 2013, 13:52:58 schrieb Patrick Dupre:
 How can I avoid the following message:
 
 Class beamer Warning: ``red'' is obsolete. Use color theme structure instead
 on input line 345.
 
 \documentclass[american,red,compress]{beamer}

As the message says: remove the class option red, and instead, load the 
structure color theme -- in preamble: \usecolortheme{structure}

Jürgen


Re: Beamer: structure

2013-06-06 Thread Patrick Dupre


 - Original Message -
 From: Jürgen Spitzmüller
 Sent: 06/06/13 02:13 PM
 To: lyx-users@lists.lyx.org
 Subject: Re: Beamer: structure
 
 Am Donnerstag 06 Juni 2013, 13:52:58 schrieb Patrick Dupre:
  How can I avoid the following message:
  
  Class beamer Warning: ``red'' is obsolete. Use color theme structure instead
  on input line 345.
  
  \documentclass[american,red,compress]{beamer}
 
 As the message says: remove the class option red, and instead, load the 
 structure color theme -- in preamble: \usecolortheme{structure}
 
Interesting, however, I am unable to have back the theme Madrid with the color 
red!



===
 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: Beamer: structure

2013-06-06 Thread Patrick Dupre

   How can I avoid the following message:
   
   Class beamer Warning: ``red'' is obsolete. Use color theme structure 
   instead
   on input line 345.
   
   \documentclass[american,red,compress]{beamer}
  
  As the message says: remove the class option red, and instead, load the 
  structure color theme -- in preamble: \usecolortheme{structure}
  
 Interesting, however, I am unable to have back the theme Madrid with the 
 color red!
In fact 
\usetheme{Madrid}%
\usecolortheme{Red}

Mess up the default colors!

 
 
 ===
  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
 ===


===
 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: Beamer: structure

2013-06-06 Thread Jürgen Spitzmüller
Patrick Dupre wrote:
  Interesting, however, I am unable to have back the theme Madrid with the
  color red!
 In fact 
 \usetheme{Madrid}%
 \usecolortheme{Red}
 
 Mess up the default colors!

Did you try
\usetheme{Madrid}
\usecolortheme[named=red]{structure}

Jürgen


Beamer: structure

2013-06-06 Thread Patrick Dupre
Hello,

How can I avoid the following message:

Class beamer Warning: ``red'' is obsolete. Use color theme structure instead on
 input line 345.

\documentclass[american,red,compress]{beamer}

Thank.


===
 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: Beamer: structure

2013-06-06 Thread Jürgen Spitzmüller
Am Donnerstag 06 Juni 2013, 13:52:58 schrieb Patrick Dupre:
 How can I avoid the following message:
 
 Class beamer Warning: ``red'' is obsolete. Use color theme structure instead
 on input line 345.
 
 \documentclass[american,red,compress]{beamer}

As the message says: remove the class option red, and instead, load the 
structure color theme -- in preamble: \usecolortheme{structure}

Jürgen


Re: Beamer: structure

2013-06-06 Thread Patrick Dupre


 - Original Message -
 From: Jürgen Spitzmüller
 Sent: 06/06/13 02:13 PM
 To: lyx-users@lists.lyx.org
 Subject: Re: Beamer: structure
 
 Am Donnerstag 06 Juni 2013, 13:52:58 schrieb Patrick Dupre:
  How can I avoid the following message:
  
  Class beamer Warning: ``red'' is obsolete. Use color theme structure instead
  on input line 345.
  
  \documentclass[american,red,compress]{beamer}
 
 As the message says: remove the class option red, and instead, load the 
 structure color theme -- in preamble: \usecolortheme{structure}
 
Interesting, however, I am unable to have back the theme Madrid with the color 
red!



===
 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: Beamer: structure

2013-06-06 Thread Patrick Dupre

   How can I avoid the following message:
   
   Class beamer Warning: ``red'' is obsolete. Use color theme structure 
   instead
   on input line 345.
   
   \documentclass[american,red,compress]{beamer}
  
  As the message says: remove the class option red, and instead, load the 
  structure color theme -- in preamble: \usecolortheme{structure}
  
 Interesting, however, I am unable to have back the theme Madrid with the 
 color red!
In fact 
\usetheme{Madrid}%
\usecolortheme{Red}

Mess up the default colors!

 
 
 ===
  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
 ===


===
 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: Beamer: structure

2013-06-06 Thread Jürgen Spitzmüller
Patrick Dupre wrote:
  Interesting, however, I am unable to have back the theme Madrid with the
  color red!
 In fact 
 \usetheme{Madrid}%
 \usecolortheme{Red}
 
 Mess up the default colors!

Did you try
\usetheme{Madrid}
\usecolortheme[named=red]{structure}

Jürgen


Beamer: structure

2013-06-06 Thread Patrick Dupre
Hello,

How can I avoid the following message:

Class beamer Warning: ``red'' is obsolete. Use color theme structure instead on
 input line 345.

\documentclass[american,red,compress]{beamer}

Thank.


===
 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: Beamer: structure

2013-06-06 Thread Jürgen Spitzmüller
Am Donnerstag 06 Juni 2013, 13:52:58 schrieb Patrick Dupre:
> How can I avoid the following message:
> 
> Class beamer Warning: ``red'' is obsolete. Use color theme structure instead
> on input line 345.
> 
> \documentclass[american,red,compress]{beamer}

As the message says: remove the class option "red", and instead, load the 
structure color theme -- in preamble: \usecolortheme{structure}

Jürgen


Re: Beamer: structure

2013-06-06 Thread Patrick Dupre


> - Original Message -
> From: Jürgen Spitzmüller
> Sent: 06/06/13 02:13 PM
> To: lyx-users@lists.lyx.org
> Subject: Re: Beamer: structure
> 
> Am Donnerstag 06 Juni 2013, 13:52:58 schrieb Patrick Dupre:
> > How can I avoid the following message:
> > 
> > Class beamer Warning: ``red'' is obsolete. Use color theme structure instead
> > on input line 345.
> > 
> > \documentclass[american,red,compress]{beamer}
> 
> As the message says: remove the class option "red", and instead, load the 
> structure color theme -- in preamble: \usecolortheme{structure}
> 
Interesting, however, I am unable to have back the theme Madrid with the color 
red!



===
 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: Beamer: structure

2013-06-06 Thread Patrick Dupre

> > > How can I avoid the following message:
> > > 
> > > Class beamer Warning: ``red'' is obsolete. Use color theme structure 
> > > instead
> > > on input line 345.
> > > 
> > > \documentclass[american,red,compress]{beamer}
> > 
> > As the message says: remove the class option "red", and instead, load the 
> > structure color theme -- in preamble: \usecolortheme{structure}
> > 
> Interesting, however, I am unable to have back the theme Madrid with the 
> color red!
In fact 
\usetheme{Madrid}%
\usecolortheme{Red}

Mess up the default colors!

> 
> 
> ===
>  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
> ===


===
 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: Beamer: structure

2013-06-06 Thread Jürgen Spitzmüller
Patrick Dupre wrote:
> > Interesting, however, I am unable to have back the theme Madrid with the
> > color red!
> In fact 
> \usetheme{Madrid}%
> \usecolortheme{Red}
> 
> Mess up the default colors!

Did you try
\usetheme{Madrid}
\usecolortheme[named=red]{structure}

Jürgen


Beamer structure simple outline: example problem

2011-05-23 Thread Yurena Mendoza Lemes
Hello,

When I download the beamer structure simple outline example of beamer I
can not see the pdf output because the program give me several error like:

! Font OML/zplm/m/it/10=zplmr7m at 10.0pt not loadable: Metric (TFM) file
not found.
! Font OMS/zplm/m/n/10=zplmr7y at 10.0pt not loadable: Metric (TFM) file not
found.

I am using Lyx 2.0

Could anybody help me?

Thanks in advance


Re: Beamer structure simple outline: example problem

2011-05-23 Thread Liviu Andronic
On Mon, May 23, 2011 at 12:08 PM, Yurena Mendoza Lemes
yurena.me...@gmail.com wrote:
 Hello,
 When I download the beamer structure simple outline example of beamer I
 can not see the pdf output because the program give me several error like:
 ! Font OML/zplm/m/it/10=zplmr7m at 10.0pt not loadable: Metric (TFM) file
 not found.
 ! Font OMS/zplm/m/n/10=zplmr7y at 10.0pt not loadable: Metric (TFM) file not
 found.
 I am using Lyx 2.0
 Could anybody help me?

It seems that some fonts are unavailable. Try to change them in
Document  Settings  Fonts. Please report back if it still doesn't
work, and the exact name of your LyX file.
Liviu


Beamer structure simple outline: example problem

2011-05-23 Thread Yurena Mendoza Lemes
Hello,

When I download the beamer structure simple outline example of beamer I
can not see the pdf output because the program give me several error like:

! Font OML/zplm/m/it/10=zplmr7m at 10.0pt not loadable: Metric (TFM) file
not found.
! Font OMS/zplm/m/n/10=zplmr7y at 10.0pt not loadable: Metric (TFM) file not
found.

I am using Lyx 2.0

Could anybody help me?

Thanks in advance


Re: Beamer structure simple outline: example problem

2011-05-23 Thread Liviu Andronic
On Mon, May 23, 2011 at 12:08 PM, Yurena Mendoza Lemes
yurena.me...@gmail.com wrote:
 Hello,
 When I download the beamer structure simple outline example of beamer I
 can not see the pdf output because the program give me several error like:
 ! Font OML/zplm/m/it/10=zplmr7m at 10.0pt not loadable: Metric (TFM) file
 not found.
 ! Font OMS/zplm/m/n/10=zplmr7y at 10.0pt not loadable: Metric (TFM) file not
 found.
 I am using Lyx 2.0
 Could anybody help me?

It seems that some fonts are unavailable. Try to change them in
Document  Settings  Fonts. Please report back if it still doesn't
work, and the exact name of your LyX file.
Liviu


Beamer structure simple outline: example problem

2011-05-23 Thread Yurena Mendoza Lemes
Hello,

When I download the "beamer structure simple outline" example of beamer I
can not see the pdf output because the program give me several error like:

! Font OML/zplm/m/it/10=zplmr7m at 10.0pt not loadable: Metric (TFM) file
not found.
! Font OMS/zplm/m/n/10=zplmr7y at 10.0pt not loadable: Metric (TFM) file not
found.

I am using Lyx 2.0

Could anybody help me?

Thanks in advance


Re: Beamer structure simple outline: example problem

2011-05-23 Thread Liviu Andronic
On Mon, May 23, 2011 at 12:08 PM, Yurena Mendoza Lemes
<yurena.me...@gmail.com> wrote:
> Hello,
> When I download the "beamer structure simple outline" example of beamer I
> can not see the pdf output because the program give me several error like:
> ! Font OML/zplm/m/it/10=zplmr7m at 10.0pt not loadable: Metric (TFM) file
> not found.
> ! Font OMS/zplm/m/n/10=zplmr7y at 10.0pt not loadable: Metric (TFM) file not
> found.
> I am using Lyx 2.0
> Could anybody help me?
>
It seems that some fonts are unavailable. Try to change them in
Document > Settings > Fonts. Please report back if it still doesn't
work, and the exact name of your LyX file.
Liviu