Re: add logo to slides when using beamer

2008-12-07 Thread Christian Bustamante
Hi,
I saw the Torino theme on the web and I want to make my slides using it, but
I had the same problem that Jeremy, the same reported in the blog.
Someone can help me to solve it.

 Looks nice, but I get same problem as mention at the end of that blog. I
 get:

 ...

 [EMAIL [EMAIL PROTECTED]
 [EMAIL [EMAIL PROTECTED]
 [EMAIL [EMAIL PROTECTED]

 ! Illegal unit of measure (pt inserted).
 to be read again
...


Thanks in advace

-- 
CdeB


Re: add logo to slides when using beamer

2008-12-07 Thread Christian Bustamante
Hi,
I saw the Torino theme on the web and I want to make my slides using it, but
I had the same problem that Jeremy, the same reported in the blog.
Someone can help me to solve it.

 Looks nice, but I get same problem as mention at the end of that blog. I
 get:

 ...

 [EMAIL [EMAIL PROTECTED]
 [EMAIL [EMAIL PROTECTED]
 [EMAIL [EMAIL PROTECTED]

 ! Illegal unit of measure (pt inserted).
 to be read again
...


Thanks in advace

-- 
CdeB


Re: add logo to slides when using beamer

2008-12-07 Thread Christian Bustamante
Hi,
I saw the Torino theme on the web and I want to make my slides using it, but
I had the same problem that Jeremy, the same reported in the blog.
Someone can help me to solve it.

> Looks nice, but I get same problem as mention at the end of that blog. I
> get:
>
> ...
>
> [EMAIL [EMAIL PROTECTED]
> [EMAIL [EMAIL PROTECTED]
> [EMAIL [EMAIL PROTECTED]
>
> ! Illegal unit of measure (pt inserted).
> 
...


Thanks in advace

-- 
CdeB


add logo to slides when using beamer

2008-10-08 Thread Jeremy C. Reed
I have been using beamer off and on for a few years. I am currently using 
lyx 1.5.4 and my beamer is from pkgsrc package teTeX-texmf-3.0nb5.

I am trying to get a logo printed on every slide (PDF page). I have this 
in a ERT:

\pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}

\logo{\pgfuseimage{ISC-gears2}}

But I don't see any logo. I am reading through the beameruserguide.pdf. 
Any suggestions/hints/examples would be appreciated.

  Jeremy C. Reed


Re: add logo to slides when using beamer

2008-10-08 Thread Konrad Hofbauer

Jeremy C. Reed wrote:

I am trying to get a logo printed on every slide (PDF page).


I have had the same problem, but never got it to work. Could it be 
related to the beamer-template one uses?


/Konrad



Re: add logo to slides when using beamer

2008-10-08 Thread José Matos
On Wednesday 08 October 2008 15:39:44 Jeremy C. Reed wrote:
 I have been using beamer off and on for a few years. I am currently using
 lyx 1.5.4 and my beamer is from pkgsrc package teTeX-texmf-3.0nb5.

 I am trying to get a logo printed on every slide (PDF page). I have this
 in a ERT:

 \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}

 \logo{\pgfuseimage{ISC-gears2}}

I have placed this in the preamble and if I remember well we need to pass an 
absolute path to \pgfdeclareimage because the latex code is compile in a 
directory different from the one where the file is...

 But I don't see any logo. I am reading through the beameruserguide.pdf.
 Any suggestions/hints/examples would be appreciated.

   Jeremy C. Reed

-- 
José Abílio


Re: add logo to slides when using beamer

2008-10-08 Thread Nikos Alexandris
On Wed, 2008-10-08 at 09:39 -0500, Jeremy C. Reed wrote:
 I have been using beamer off and on for a few years. I am currently using 
 lyx 1.5.4 and my beamer is from pkgsrc package teTeX-texmf-3.0nb5.
 
 I am trying to get a logo printed on every slide (PDF page). I have this 
 in a ERT:
 
 \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}
 
 \logo{\pgfuseimage{ISC-gears2}}
 
 But I don't see any logo. I am reading through the beameruserguide.pdf. 
 Any suggestions/hints/examples would be appreciated.
 
   Jeremy C. Reed

I am also interested in this. I tried myself to add a logo but had no
luck.

Regards, Nikos



Re: add logo to slides when using beamer

2008-10-08 Thread Jeremy C. Reed
  \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}
 
  \logo{\pgfuseimage{ISC-gears2}}
 
 I have placed this in the preamble and if I remember well we need to pass an 
 absolute path to \pgfdeclareimage because the latex code is compile in a 
 directory different from the one where the file is...

I moevd to the preamble and used full path to image.

I looked at the log and saw:

Package pgf Warning: File 
/home/reed/presentations/dnssec-intro/ISC-gears2.png
 not found when defining image ISC-gears2.
(pgf)Tried all extensions in pdf:jpg:png on input line 
51.


Package pgf Warning: Missing width for image ISC-gears2 in draft mode.
(pgf)Using 1cm instead on input line 51.



I got it to work by removing the .png from the filename.

Now I have a image in bottom right of each slide above the bottom border 
(that has the presentation Title) and above the PDF control graphics.

The image now overlaps some of my content so I am going to maybe make it 
smaller but at least I can now see it.

If you have any ideas on how to get it to be in background so text goes 
over it, please let me know.

Thanks,

Jeremy C. Reed


Re: add logo to slides when using beamer

2008-10-08 Thread Paul A. Rubin

Konrad Hofbauer wrote:

Jeremy C. Reed wrote:

I am trying to get a logo printed on every slide (PDF page).


I have had the same problem, but never got it to work. Could it be 
related to the beamer-template one uses?




Yes.  Some beamer styles display logos and some do not.  IIRC it has to 
do with the outer theme used by the style.


If you have a favorite theme that does not include logos, you might be 
able to hack it to do so.  I customized a few of the included themes to 
display logos for my college (and also use our color scheme).  If you 
decide you need to do that, contact me directly and I'll pass you a 
sample of what I did.


/Paul



Re: add logo to slides when using beamer

2008-10-08 Thread Eran Kaplinsky
Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
and its documentation.




Re: add logo to slides when using beamer

2008-10-08 Thread Nikos Alexandris
On Wed, 2008-10-08 at 12:43 -0600, Eran Kaplinsky wrote:
 Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
 and its documentation.

I like Chameleon. Nice work :-)



Re: add logo to slides when using beamer

2008-10-08 Thread Nikos Alexandris
On Wed, 2008-10-08 at 21:42 +0200, Nikos Alexandris wrote:
 On Wed, 2008-10-08 at 12:43 -0600, Eran Kaplinsky wrote:
  Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
  and its documentation.
 
 I like Chameleon. Nice work :-)
+ Freewilly :-)



Re: add logo to slides when using beamer

2008-10-08 Thread Jeremy C. Reed
On Wed, 8 Oct 2008, Eran Kaplinsky wrote:

 Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
 and its documentation.

Looks nice, but I get same problem as mention at the end of that blog. I 
get:

...

[EMAIL PROTECTED]@linebottom=\skip62
[EMAIL PROTECTED]@watermarkheightbottom=\skip63
[EMAIL PROTECTED]@watermarkheightupperorig=\skip64

! Illegal unit of measure (pt inserted).
to be read again 
   p
l.65 [EMAIL PROTECTED]@watermarkheight}
  
? quit
OK, entering \batchmode...

! LaTeX Error: Missing \begin{document}.

...

LaTeX Font Info:Overwriting math alphabet `\mathtt' in version `bold'
(Font)  OT1/cmtt/m/n -- OT1/cmtt/bx/n on input line 17.
No file freewilly.nav.
! Illegal unit of measure (pt inserted).
to be read again 
   p
l.17 \begin{document}

...

and more.


add logo to slides when using beamer

2008-10-08 Thread Jeremy C. Reed
I have been using beamer off and on for a few years. I am currently using 
lyx 1.5.4 and my beamer is from pkgsrc package teTeX-texmf-3.0nb5.

I am trying to get a logo printed on every slide (PDF page). I have this 
in a ERT:

\pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}

\logo{\pgfuseimage{ISC-gears2}}

But I don't see any logo. I am reading through the beameruserguide.pdf. 
Any suggestions/hints/examples would be appreciated.

  Jeremy C. Reed


Re: add logo to slides when using beamer

2008-10-08 Thread Konrad Hofbauer

Jeremy C. Reed wrote:

I am trying to get a logo printed on every slide (PDF page).


I have had the same problem, but never got it to work. Could it be 
related to the beamer-template one uses?


/Konrad



Re: add logo to slides when using beamer

2008-10-08 Thread José Matos
On Wednesday 08 October 2008 15:39:44 Jeremy C. Reed wrote:
 I have been using beamer off and on for a few years. I am currently using
 lyx 1.5.4 and my beamer is from pkgsrc package teTeX-texmf-3.0nb5.

 I am trying to get a logo printed on every slide (PDF page). I have this
 in a ERT:

 \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}

 \logo{\pgfuseimage{ISC-gears2}}

I have placed this in the preamble and if I remember well we need to pass an 
absolute path to \pgfdeclareimage because the latex code is compile in a 
directory different from the one where the file is...

 But I don't see any logo. I am reading through the beameruserguide.pdf.
 Any suggestions/hints/examples would be appreciated.

   Jeremy C. Reed

-- 
José Abílio


Re: add logo to slides when using beamer

2008-10-08 Thread Nikos Alexandris
On Wed, 2008-10-08 at 09:39 -0500, Jeremy C. Reed wrote:
 I have been using beamer off and on for a few years. I am currently using 
 lyx 1.5.4 and my beamer is from pkgsrc package teTeX-texmf-3.0nb5.
 
 I am trying to get a logo printed on every slide (PDF page). I have this 
 in a ERT:
 
 \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}
 
 \logo{\pgfuseimage{ISC-gears2}}
 
 But I don't see any logo. I am reading through the beameruserguide.pdf. 
 Any suggestions/hints/examples would be appreciated.
 
   Jeremy C. Reed

I am also interested in this. I tried myself to add a logo but had no
luck.

Regards, Nikos



Re: add logo to slides when using beamer

2008-10-08 Thread Jeremy C. Reed
  \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}
 
  \logo{\pgfuseimage{ISC-gears2}}
 
 I have placed this in the preamble and if I remember well we need to pass an 
 absolute path to \pgfdeclareimage because the latex code is compile in a 
 directory different from the one where the file is...

I moevd to the preamble and used full path to image.

I looked at the log and saw:

Package pgf Warning: File 
/home/reed/presentations/dnssec-intro/ISC-gears2.png
 not found when defining image ISC-gears2.
(pgf)Tried all extensions in pdf:jpg:png on input line 
51.


Package pgf Warning: Missing width for image ISC-gears2 in draft mode.
(pgf)Using 1cm instead on input line 51.



I got it to work by removing the .png from the filename.

Now I have a image in bottom right of each slide above the bottom border 
(that has the presentation Title) and above the PDF control graphics.

The image now overlaps some of my content so I am going to maybe make it 
smaller but at least I can now see it.

If you have any ideas on how to get it to be in background so text goes 
over it, please let me know.

Thanks,

Jeremy C. Reed


Re: add logo to slides when using beamer

2008-10-08 Thread Paul A. Rubin

Konrad Hofbauer wrote:

Jeremy C. Reed wrote:

I am trying to get a logo printed on every slide (PDF page).


I have had the same problem, but never got it to work. Could it be 
related to the beamer-template one uses?




Yes.  Some beamer styles display logos and some do not.  IIRC it has to 
do with the outer theme used by the style.


If you have a favorite theme that does not include logos, you might be 
able to hack it to do so.  I customized a few of the included themes to 
display logos for my college (and also use our color scheme).  If you 
decide you need to do that, contact me directly and I'll pass you a 
sample of what I did.


/Paul



Re: add logo to slides when using beamer

2008-10-08 Thread Eran Kaplinsky
Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
and its documentation.




Re: add logo to slides when using beamer

2008-10-08 Thread Nikos Alexandris
On Wed, 2008-10-08 at 12:43 -0600, Eran Kaplinsky wrote:
 Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
 and its documentation.

I like Chameleon. Nice work :-)



Re: add logo to slides when using beamer

2008-10-08 Thread Nikos Alexandris
On Wed, 2008-10-08 at 21:42 +0200, Nikos Alexandris wrote:
 On Wed, 2008-10-08 at 12:43 -0600, Eran Kaplinsky wrote:
  Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
  and its documentation.
 
 I like Chameleon. Nice work :-)
+ Freewilly :-)



Re: add logo to slides when using beamer

2008-10-08 Thread Jeremy C. Reed
On Wed, 8 Oct 2008, Eran Kaplinsky wrote:

 Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
 and its documentation.

Looks nice, but I get same problem as mention at the end of that blog. I 
get:

...

[EMAIL PROTECTED]@linebottom=\skip62
[EMAIL PROTECTED]@watermarkheightbottom=\skip63
[EMAIL PROTECTED]@watermarkheightupperorig=\skip64

! Illegal unit of measure (pt inserted).
to be read again 
   p
l.65 [EMAIL PROTECTED]@watermarkheight}
  
? quit
OK, entering \batchmode...

! LaTeX Error: Missing \begin{document}.

...

LaTeX Font Info:Overwriting math alphabet `\mathtt' in version `bold'
(Font)  OT1/cmtt/m/n -- OT1/cmtt/bx/n on input line 17.
No file freewilly.nav.
! Illegal unit of measure (pt inserted).
to be read again 
   p
l.17 \begin{document}

...

and more.


add logo to slides when using beamer

2008-10-08 Thread Jeremy C. Reed
I have been using beamer off and on for a few years. I am currently using 
lyx 1.5.4 and my beamer is from pkgsrc package teTeX-texmf-3.0nb5.

I am trying to get a logo printed on every slide (PDF page). I have this 
in a ERT:

\pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}

\logo{\pgfuseimage{ISC-gears2}}

But I don't see any logo. I am reading through the beameruserguide.pdf. 
Any suggestions/hints/examples would be appreciated.

  Jeremy C. Reed


Re: add logo to slides when using beamer

2008-10-08 Thread Konrad Hofbauer

Jeremy C. Reed wrote:

I am trying to get a logo printed on every slide (PDF page).


I have had the same problem, but never got it to work. Could it be 
related to the beamer-template one uses?


/Konrad



Re: add logo to slides when using beamer

2008-10-08 Thread José Matos
On Wednesday 08 October 2008 15:39:44 Jeremy C. Reed wrote:
> I have been using beamer off and on for a few years. I am currently using
> lyx 1.5.4 and my beamer is from pkgsrc package teTeX-texmf-3.0nb5.
>
> I am trying to get a logo printed on every slide (PDF page). I have this
> in a ERT:
>
> \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}
>
> \logo{\pgfuseimage{ISC-gears2}}

I have placed this in the preamble and if I remember well we need to pass an 
absolute path to \pgfdeclareimage because the latex code is compile in a 
directory different from the one where the file is...

> But I don't see any logo. I am reading through the beameruserguide.pdf.
> Any suggestions/hints/examples would be appreciated.
>
>   Jeremy C. Reed

-- 
José Abílio


Re: add logo to slides when using beamer

2008-10-08 Thread Nikos Alexandris
On Wed, 2008-10-08 at 09:39 -0500, Jeremy C. Reed wrote:
> I have been using beamer off and on for a few years. I am currently using 
> lyx 1.5.4 and my beamer is from pkgsrc package teTeX-texmf-3.0nb5.
> 
> I am trying to get a logo printed on every slide (PDF page). I have this 
> in a ERT:
> 
> \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}
> 
> \logo{\pgfuseimage{ISC-gears2}}
> 
> But I don't see any logo. I am reading through the beameruserguide.pdf. 
> Any suggestions/hints/examples would be appreciated.
> 
>   Jeremy C. Reed

I am also interested in this. I tried myself to add a logo but had no
luck.

Regards, Nikos



Re: add logo to slides when using beamer

2008-10-08 Thread Jeremy C. Reed
> > \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}
> >
> > \logo{\pgfuseimage{ISC-gears2}}
> 
> I have placed this in the preamble and if I remember well we need to pass an 
> absolute path to \pgfdeclareimage because the latex code is compile in a 
> directory different from the one where the file is...

I moevd to the preamble and used full path to image.

I looked at the log and saw:

Package pgf Warning: File 
"/home/reed/presentations/dnssec-intro/ISC-gears2.png
" not found when defining image "ISC-gears2".
(pgf)Tried all extensions in "pdf:jpg:png" on input line 
51.


Package pgf Warning: Missing width for image "ISC-gears2" in draft mode.
(pgf)Using 1cm instead on input line 51.



I got it to work by removing the ".png" from the filename.

Now I have a image in bottom right of each slide above the bottom border 
(that has the presentation Title) and above the PDF control graphics.

The image now overlaps some of my content so I am going to maybe make it 
smaller but at least I can now see it.

If you have any ideas on how to get it to be in background so text goes 
over it, please let me know.

Thanks,

Jeremy C. Reed


Re: add logo to slides when using beamer

2008-10-08 Thread Paul A. Rubin

Konrad Hofbauer wrote:

Jeremy C. Reed wrote:

I am trying to get a logo printed on every slide (PDF page).


I have had the same problem, but never got it to work. Could it be 
related to the beamer-template one uses?




Yes.  Some beamer styles display logos and some do not.  IIRC it has to 
do with the "outer theme" used by the style.


If you have a favorite theme that does not include logos, you might be 
able to hack it to do so.  I customized a few of the included themes to 
display logos for my college (and also use our color scheme).  If you 
decide you need to do that, contact me directly and I'll pass you a 
sample of what I did.


/Paul



Re: add logo to slides when using beamer

2008-10-08 Thread Eran Kaplinsky
Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
and its documentation.




Re: add logo to slides when using beamer

2008-10-08 Thread Nikos Alexandris
On Wed, 2008-10-08 at 12:43 -0600, Eran Kaplinsky wrote:
> Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
> and its documentation.

I like "Chameleon". Nice work :-)



Re: add logo to slides when using beamer

2008-10-08 Thread Nikos Alexandris
On Wed, 2008-10-08 at 21:42 +0200, Nikos Alexandris wrote:
> On Wed, 2008-10-08 at 12:43 -0600, Eran Kaplinsky wrote:
> > Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
> > and its documentation.
> 
> I like "Chameleon". Nice work :-)
+ Freewilly :-)



Re: add logo to slides when using beamer

2008-10-08 Thread Jeremy C. Reed
On Wed, 8 Oct 2008, Eran Kaplinsky wrote:

> Check out the Torino theme (http://www.barisione.org/blog.html/p=104) 
> and its documentation.

Looks nice, but I get same problem as mention at the end of that blog. I 
get:

...

[EMAIL PROTECTED]@linebottom=\skip62
[EMAIL PROTECTED]@watermarkheightbottom=\skip63
[EMAIL PROTECTED]@watermarkheightupperorig=\skip64

! Illegal unit of measure (pt inserted).
 
   p
l.65 [EMAIL PROTECTED]@watermarkheight}
  
? quit
OK, entering \batchmode...

! LaTeX Error: Missing \begin{document}.

...

LaTeX Font Info:Overwriting math alphabet `\mathtt' in version `bold'
(Font)  OT1/cmtt/m/n --> OT1/cmtt/bx/n on input line 17.
No file freewilly.nav.
! Illegal unit of measure (pt inserted).
 
   p
l.17 \begin{document}

...

and more.