Re: Beamer and font size

2007-02-15 Thread Julio Rojas

Finally!!! Thanks Paul for the code sample. I had to move the titlegraphic
line to the preamble (don't know why) and to use graphicx package for both
titlegraphics and logo, with a PNG file.

One last thing, the file compiles flawlessly with PDFLATEX but gives tons of
errors with PS2PDF. I believe the errors come from an imposibility of
finding the size of the image for each slide, two errors per slide. Can
anybody confirm this situation? Should I report a bug?

On 2/14/07, Paul A. Rubin [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...


Maybe the extension for the graphic file is required?  Seems to me
\includegraphics wants extensions and \pgfuseimage doesn't (not sure,
though).

I've cobbled together a small example (LyX file, PNG graphic, PDF
output).  GMANE won't let me post it to the list (too large,
apparently), so I've placed it on a web server at
http://www.msu.edu/~rubin/lyx/.

Does this compile correctly for you?

/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-15 Thread Julio Rojas

Finally!!! Thanks Paul for the code sample. I had to move the titlegraphic
line to the preamble (don't know why) and to use graphicx package for both
titlegraphics and logo, with a PNG file.

One last thing, the file compiles flawlessly with PDFLATEX but gives tons of
errors with PS2PDF. I believe the errors come from an imposibility of
finding the size of the image for each slide, two errors per slide. Can
anybody confirm this situation? Should I report a bug?

On 2/14/07, Paul A. Rubin [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...


Maybe the extension for the graphic file is required?  Seems to me
\includegraphics wants extensions and \pgfuseimage doesn't (not sure,
though).

I've cobbled together a small example (LyX file, PNG graphic, PDF
output).  GMANE won't let me post it to the list (too large,
apparently), so I've placed it on a web server at
http://www.msu.edu/~rubin/lyx/.

Does this compile correctly for you?

/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-15 Thread Julio Rojas

Finally!!! Thanks Paul for the code sample. I had to move the "titlegraphic"
line to the preamble (don't know why) and to use "graphicx" package for both
"titlegraphics" and "logo", with a PNG file.

One last thing, the file compiles flawlessly with PDFLATEX but gives tons of
errors with PS2PDF. I believe the errors come from an imposibility of
finding the size of the image for each slide, two errors per slide. Can
anybody confirm this situation? Should I report a bug?

On 2/14/07, Paul A. Rubin <[EMAIL PROTECTED]> wrote:


Julio Rojas wrote:
> Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...
>

Maybe the extension for the graphic file is required?  Seems to me
\includegraphics wants extensions and \pgfuseimage doesn't (not sure,
though).

I've cobbled together a small example (LyX file, PNG graphic, PDF
output).  GMANE won't let me post it to the list (too large,
apparently), so I've placed it on a web server at
http://www.msu.edu/~rubin/lyx/.

Does this compile correctly for you?

/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-14 Thread Julio Rojas

Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...

On 2/13/07, Paul A. Rubin [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 I have tried exporting the LaTeX file and using it with TeXnicCenter,
 with the following pieces of code:

 \pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}
 \titlegraphic{\pgfuseimage{lub}}

 \pgfdeclareimage[height=2cm]{institution-logo}{logo_universitat_blanco}
 \logo{\pgfuseimage{institution-logo}}

 See that I'm using the same image (logo_universitat_blanco), which is
 a JPG file, for both pieces of code. The part for titlegraphic
 doesn't work, but the part for logo works perfectly.

 Any other idea on what could be happening here?


I can't get it to work here either, and I don't know why.  The following
seems to work for me, though:

\usepackage{graphicx}
\titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

HTH,
/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-14 Thread Jean-Pierre Chretien

Date: Wed, 14 Feb 2007 18:29:39 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer and font size
[...]

 I can't get it to work here either, and I don't know why.  The following
 seems to work for me, though:

 \usepackage{graphicx}
 \titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

From your definitions, logo_universitat_blanco is the pgf symbolic name,
try \titlegraphic{\includegraphics[height=2cm]{lub}}
lub.jpg is your file name, isn't it ?

-- 
Jean-Pierre




Re: Beamer and font size

2007-02-14 Thread Julio Rojas

Nope lub is an alias defined by:
\pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}

The real name is logo_universitat_blanco which is a JPG image.

On 2/14/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:



Date: Wed, 14 Feb 2007 18:29:39 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer and font size
[...]

 I can't get it to work here either, and I don't know why.  The
following
 seems to work for me, though:

 \usepackage{graphicx}
 \titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

From your definitions, logo_universitat_blanco is the pgf symbolic name,
try \titlegraphic{\includegraphics[height=2cm]{lub}}
lub.jpg is your file name, isn't it ?

--
Jean-Pierre






--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-14 Thread Paul A. Rubin

Julio Rojas wrote:

Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...



Maybe the extension for the graphic file is required?  Seems to me 
\includegraphics wants extensions and \pgfuseimage doesn't (not sure, 
though).


I've cobbled together a small example (LyX file, PNG graphic, PDF 
output).  GMANE won't let me post it to the list (too large, 
apparently), so I've placed it on a web server at 
http://www.msu.edu/~rubin/lyx/.


Does this compile correctly for you?

/Paul



Re: Beamer and font size

2007-02-14 Thread Julio Rojas

Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...

On 2/13/07, Paul A. Rubin [EMAIL PROTECTED] wrote:


Julio Rojas wrote:
 I have tried exporting the LaTeX file and using it with TeXnicCenter,
 with the following pieces of code:

 \pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}
 \titlegraphic{\pgfuseimage{lub}}

 \pgfdeclareimage[height=2cm]{institution-logo}{logo_universitat_blanco}
 \logo{\pgfuseimage{institution-logo}}

 See that I'm using the same image (logo_universitat_blanco), which is
 a JPG file, for both pieces of code. The part for titlegraphic
 doesn't work, but the part for logo works perfectly.

 Any other idea on what could be happening here?


I can't get it to work here either, and I don't know why.  The following
seems to work for me, though:

\usepackage{graphicx}
\titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

HTH,
/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-14 Thread Jean-Pierre Chretien

Date: Wed, 14 Feb 2007 18:29:39 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer and font size
[...]

 I can't get it to work here either, and I don't know why.  The following
 seems to work for me, though:

 \usepackage{graphicx}
 \titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

From your definitions, logo_universitat_blanco is the pgf symbolic name,
try \titlegraphic{\includegraphics[height=2cm]{lub}}
lub.jpg is your file name, isn't it ?

-- 
Jean-Pierre




Re: Beamer and font size

2007-02-14 Thread Julio Rojas

Nope lub is an alias defined by:
\pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}

The real name is logo_universitat_blanco which is a JPG image.

On 2/14/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:



Date: Wed, 14 Feb 2007 18:29:39 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer and font size
[...]

 I can't get it to work here either, and I don't know why.  The
following
 seems to work for me, though:

 \usepackage{graphicx}
 \titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

From your definitions, logo_universitat_blanco is the pgf symbolic name,
try \titlegraphic{\includegraphics[height=2cm]{lub}}
lub.jpg is your file name, isn't it ?

--
Jean-Pierre






--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-14 Thread Paul A. Rubin

Julio Rojas wrote:

Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...



Maybe the extension for the graphic file is required?  Seems to me 
\includegraphics wants extensions and \pgfuseimage doesn't (not sure, 
though).


I've cobbled together a small example (LyX file, PNG graphic, PDF 
output).  GMANE won't let me post it to the list (too large, 
apparently), so I've placed it on a web server at 
http://www.msu.edu/~rubin/lyx/.


Does this compile correctly for you?

/Paul



Re: Beamer and font size

2007-02-14 Thread Julio Rojas

Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...

On 2/13/07, Paul A. Rubin <[EMAIL PROTECTED]> wrote:


Julio Rojas wrote:
> I have tried exporting the LaTeX file and using it with TeXnicCenter,
> with the following pieces of code:
>
> \pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}
> \titlegraphic{\pgfuseimage{lub}}
>
> \pgfdeclareimage[height=2cm]{institution-logo}{logo_universitat_blanco}
> \logo{\pgfuseimage{institution-logo}}
>
> See that I'm using the same image (logo_universitat_blanco), which is
> a JPG file, for both pieces of code. The part for "titlegraphic"
> doesn't work, but the part for "logo" works perfectly.
>
> Any other idea on what could be happening here?
>

I can't get it to work here either, and I don't know why.  The following
seems to work for me, though:

\usepackage{graphicx}
\titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

HTH,
/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-14 Thread Jean-Pierre Chretien

>>Date: Wed, 14 Feb 2007 18:29:39 +0100
>>From: "Julio Rojas" <[EMAIL PROTECTED]>
>>To: lyx-users@lists.lyx.org
>>Subject: Re: Beamer and font size
[...]
>>>
>>> I can't get it to work here either, and I don't know why.  The following
>>> seems to work for me, though:
>>>
>>> \usepackage{graphicx}
>>> \titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

>From your definitions, logo_universitat_blanco is the pgf symbolic name,
try \titlegraphic{\includegraphics[height=2cm]{lub}}
lub.jpg is your file name, isn't it ?

-- 
Jean-Pierre




Re: Beamer and font size

2007-02-14 Thread Julio Rojas

Nope "lub" is an alias defined by:
\pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}

The real name is "logo_universitat_blanco" which is a JPG image.

On 2/14/07, Jean-Pierre Chretien <[EMAIL PROTECTED]> wrote:



>>Date: Wed, 14 Feb 2007 18:29:39 +0100
>>From: "Julio Rojas" <[EMAIL PROTECTED]>
>>To: lyx-users@lists.lyx.org
>>Subject: Re: Beamer and font size
[...]
>>>
>>> I can't get it to work here either, and I don't know why.  The
following
>>> seems to work for me, though:
>>>
>>> \usepackage{graphicx}
>>> \titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

From your definitions, logo_universitat_blanco is the pgf symbolic name,
try \titlegraphic{\includegraphics[height=2cm]{lub}}
lub.jpg is your file name, isn't it ?

--
Jean-Pierre






--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-14 Thread Paul A. Rubin

Julio Rojas wrote:

Well, it doesn't work here... Not from LyX, nor from TeXnicCenter...



Maybe the extension for the graphic file is required?  Seems to me 
\includegraphics wants extensions and \pgfuseimage doesn't (not sure, 
though).


I've cobbled together a small example (LyX file, PNG graphic, PDF 
output).  GMANE won't let me post it to the list (too large, 
apparently), so I've placed it on a web server at 
http://www.msu.edu/~rubin/lyx/.


Does this compile correctly for you?

/Paul



Re: Beamer and font size

2007-02-13 Thread Julio Rojas

Thanks, that worked just fine. Now, I would like to add a logo to the
presentation. I have my JPG image in the same folders as the LyX file.
I added a titlegraph line but I don't know how it works. I added an
image in this line and it doesn't appear in the PDF. But not only that
the rest of the file doesn't work, too. If I add just the filename to
this line, nothing happens, but the rest of the file works perfectly.

I have read in the Beamer manual that if I use the line:

\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

it should work, but nothing appears on the PDF (the rest of the file
works fine).

Any tips???

On 2/12/07, Paul A. Rubin [EMAIL PROTECTED] wrote:

Julio Rojas wrote:
 I would like to change the font size Beamer uses. I read in the manual
 of Beamer that using the font size while loading Beamer does the
 trick. How can I feed Beamer with the font size from within LyX (I
 would like to try 17pt)?

 I tried from TeXnicCenter and the compilation of the documents takes a
 long time and then the output hangs.

 The line in using to declare the document class is:

 \documentclass[english,spanish,17pt]{beamer}

 Any tips?


Put 17pt in Documents - Settings... -Document Class - Options:.

/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Jean-Pierre Chretien

Date: Tue, 13 Feb 2007 11:04:54 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer and font size

I have read in the Beamer manual that if I use the line:

\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

You need to declare the image before using it, e,g.
\pgfdeclareimage[width=2cm]{logo_universitat_blanco}{path_to_my_logo}

Beware that with lyx the path must be absolute.

If you want to use relative path, you may use graphicx instead of pgf:
\titlegraphic{\includegraphics[width=2cm]{my_logo}}

Make sure to have both my_logo.pdf and my_logo.eps available if you
want to compile in latex and pdflatex.

HTH

-- 
Jean-Pierre




Re: Beamer and font size

2007-02-13 Thread Julio Rojas

So, I can't use the images as JPG's???

On 2/13/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:


Date: Tue, 13 Feb 2007 11:04:54 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer and font size

I have read in the Beamer manual that if I use the line:

\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

You need to declare the image before using it, e,g.
\pgfdeclareimage[width=2cm]{logo_universitat_blanco}{path_to_my_logo}

Beware that with lyx the path must be absolute.

If you want to use relative path, you may use graphicx instead of pgf:
\titlegraphic{\includegraphics[width=2cm]{my_logo}}

Make sure to have both my_logo.pdf and my_logo.eps available if you
want to compile in latex and pdflatex.

HTH

--
Jean-Pierre






--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Jean-Pierre Chretien

Date: Tue, 13 Feb 2007 11:49:21 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: LyX Users List lyx-users@lists.lyx.org
Subject: Re: Beamer and font size

So, I can't use the images as JPG's???

On 2/13/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:
[...]

Sorry, I always use pdf for bitmap...
You need either pdf, png or jog image to compile in pdflatex.

 Make sure to have both my_logo.pdf and my_logo.eps available if you
  ^ or png or jpg
 want to compile in latex and pdflatex.

-- 
Jean-Pierre






Re: Beamer and font size

2007-02-13 Thread Julio Rojas

I used this with no result:

\pgfdeclareimage[width=2cm]{logo_universitat_blanco}{C:/Users/jcredberry/Desktop/Doctorado/Tesis/Presentación/logo_universitat_blanco.jpg}
\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

Used the filename with or without extension, but nothing.

On 2/13/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:


Date: Tue, 13 Feb 2007 11:49:21 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: LyX Users List lyx-users@lists.lyx.org
Subject: Re: Beamer and font size

So, I can't use the images as JPG's???

On 2/13/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:
[...]

Sorry, I always use pdf for bitmap...
You need either pdf, png or jog image to compile in pdflatex.

 Make sure to have both my_logo.pdf and my_logo.eps available if you
  ^ or png or jpg
 want to compile in latex and pdflatex.

--
Jean-Pierre








--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
 So, I can't use the images as JPG's???
To check, if you're on GNU/Linux, you can use 'convert image.jpg
image.eps', provided you have ImageMagick installed (which you should
do, as I think LyX pulls it in). I would assume there's an equivalent on
Windows, but I don't know what it would be.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0Zz83arasOikFPYRAoa2AKCawf1mwR7QR2UcdkTz732PGs3wvgCgwMNn
cX4yArooNwkEMs+8k9ULWeM=
=ZI/s
-END PGP SIGNATURE-



Re: Beamer and font size

2007-02-13 Thread Julio Rojas

I'm on Windows, but it works exactly the same and just fine (from
command line). I don't have a clue on what's happening.

On 2/13/07, Daniel Watkins [EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
 So, I can't use the images as JPG's???
To check, if you're on GNU/Linux, you can use 'convert image.jpg
image.eps', provided you have ImageMagick installed (which you should
do, as I think LyX pulls it in). I would assume there's an equivalent on
Windows, but I don't know what it would be.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0Zz83arasOikFPYRAoa2AKCawf1mwR7QR2UcdkTz732PGs3wvgCgwMNn
cX4yArooNwkEMs+8k9ULWeM=
=ZI/s
-END PGP SIGNATURE-





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
 I'm on Windows, but it works exactly the same and just fine (from
 command line). I don't have a clue on what's happening.
Have you tried inserting the resulting file into a LaTeX document to check?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0dGA3arasOikFPYRAu08AJ4g0ksSs1klYETP02rbmPPw9XQp1ACfe0P6
D8MuvnREbl/OSwOhdepXjwg=
=UQki
-END PGP SIGNATURE-



Re: Beamer and font size

2007-02-13 Thread Julio Rojas

I have tried exporting the LaTeX file and using it with TeXnicCenter,
with the following pieces of code:

\pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}
\titlegraphic{\pgfuseimage{lub}}

\pgfdeclareimage[height=2cm]{institution-logo}{logo_universitat_blanco}
\logo{\pgfuseimage{institution-logo}}

See that I'm using the same image (logo_universitat_blanco), which is
a JPG file, for both pieces of code. The part for titlegraphic
doesn't work, but the part for logo works perfectly.

Any other idea on what could be happening here?

On 2/13/07, Daniel Watkins [EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
 I'm on Windows, but it works exactly the same and just fine (from
 command line). I don't have a clue on what's happening.
Have you tried inserting the resulting file into a LaTeX document to check?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0dGA3arasOikFPYRAu08AJ4g0ksSs1klYETP02rbmPPw9XQp1ACfe0P6
D8MuvnREbl/OSwOhdepXjwg=
=UQki
-END PGP SIGNATURE-





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Paul A. Rubin

Julio Rojas wrote:

I have tried exporting the LaTeX file and using it with TeXnicCenter,
with the following pieces of code:

\pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}
\titlegraphic{\pgfuseimage{lub}}

\pgfdeclareimage[height=2cm]{institution-logo}{logo_universitat_blanco}
\logo{\pgfuseimage{institution-logo}}

See that I'm using the same image (logo_universitat_blanco), which is
a JPG file, for both pieces of code. The part for titlegraphic
doesn't work, but the part for logo works perfectly.

Any other idea on what could be happening here?



I can't get it to work here either, and I don't know why.  The following 
seems to work for me, though:


\usepackage{graphicx}
\titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

HTH,
/Paul



Re: Beamer and font size

2007-02-13 Thread Julio Rojas

Thanks, that worked just fine. Now, I would like to add a logo to the
presentation. I have my JPG image in the same folders as the LyX file.
I added a titlegraph line but I don't know how it works. I added an
image in this line and it doesn't appear in the PDF. But not only that
the rest of the file doesn't work, too. If I add just the filename to
this line, nothing happens, but the rest of the file works perfectly.

I have read in the Beamer manual that if I use the line:

\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

it should work, but nothing appears on the PDF (the rest of the file
works fine).

Any tips???

On 2/12/07, Paul A. Rubin [EMAIL PROTECTED] wrote:

Julio Rojas wrote:
 I would like to change the font size Beamer uses. I read in the manual
 of Beamer that using the font size while loading Beamer does the
 trick. How can I feed Beamer with the font size from within LyX (I
 would like to try 17pt)?

 I tried from TeXnicCenter and the compilation of the documents takes a
 long time and then the output hangs.

 The line in using to declare the document class is:

 \documentclass[english,spanish,17pt]{beamer}

 Any tips?


Put 17pt in Documents - Settings... -Document Class - Options:.

/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Jean-Pierre Chretien

Date: Tue, 13 Feb 2007 11:04:54 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer and font size

I have read in the Beamer manual that if I use the line:

\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

You need to declare the image before using it, e,g.
\pgfdeclareimage[width=2cm]{logo_universitat_blanco}{path_to_my_logo}

Beware that with lyx the path must be absolute.

If you want to use relative path, you may use graphicx instead of pgf:
\titlegraphic{\includegraphics[width=2cm]{my_logo}}

Make sure to have both my_logo.pdf and my_logo.eps available if you
want to compile in latex and pdflatex.

HTH

-- 
Jean-Pierre




Re: Beamer and font size

2007-02-13 Thread Julio Rojas

So, I can't use the images as JPG's???

On 2/13/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:


Date: Tue, 13 Feb 2007 11:04:54 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: lyx-users@lists.lyx.org
Subject: Re: Beamer and font size

I have read in the Beamer manual that if I use the line:

\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

You need to declare the image before using it, e,g.
\pgfdeclareimage[width=2cm]{logo_universitat_blanco}{path_to_my_logo}

Beware that with lyx the path must be absolute.

If you want to use relative path, you may use graphicx instead of pgf:
\titlegraphic{\includegraphics[width=2cm]{my_logo}}

Make sure to have both my_logo.pdf and my_logo.eps available if you
want to compile in latex and pdflatex.

HTH

--
Jean-Pierre






--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Jean-Pierre Chretien

Date: Tue, 13 Feb 2007 11:49:21 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: LyX Users List lyx-users@lists.lyx.org
Subject: Re: Beamer and font size

So, I can't use the images as JPG's???

On 2/13/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:
[...]

Sorry, I always use pdf for bitmap...
You need either pdf, png or jog image to compile in pdflatex.

 Make sure to have both my_logo.pdf and my_logo.eps available if you
  ^ or png or jpg
 want to compile in latex and pdflatex.

-- 
Jean-Pierre






Re: Beamer and font size

2007-02-13 Thread Julio Rojas

I used this with no result:

\pgfdeclareimage[width=2cm]{logo_universitat_blanco}{C:/Users/jcredberry/Desktop/Doctorado/Tesis/Presentación/logo_universitat_blanco.jpg}
\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

Used the filename with or without extension, but nothing.

On 2/13/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:


Date: Tue, 13 Feb 2007 11:49:21 +0100
From: Julio Rojas [EMAIL PROTECTED]
To: LyX Users List lyx-users@lists.lyx.org
Subject: Re: Beamer and font size

So, I can't use the images as JPG's???

On 2/13/07, Jean-Pierre Chretien [EMAIL PROTECTED] wrote:
[...]

Sorry, I always use pdf for bitmap...
You need either pdf, png or jog image to compile in pdflatex.

 Make sure to have both my_logo.pdf and my_logo.eps available if you
  ^ or png or jpg
 want to compile in latex and pdflatex.

--
Jean-Pierre








--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
 So, I can't use the images as JPG's???
To check, if you're on GNU/Linux, you can use 'convert image.jpg
image.eps', provided you have ImageMagick installed (which you should
do, as I think LyX pulls it in). I would assume there's an equivalent on
Windows, but I don't know what it would be.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0Zz83arasOikFPYRAoa2AKCawf1mwR7QR2UcdkTz732PGs3wvgCgwMNn
cX4yArooNwkEMs+8k9ULWeM=
=ZI/s
-END PGP SIGNATURE-



Re: Beamer and font size

2007-02-13 Thread Julio Rojas

I'm on Windows, but it works exactly the same and just fine (from
command line). I don't have a clue on what's happening.

On 2/13/07, Daniel Watkins [EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
 So, I can't use the images as JPG's???
To check, if you're on GNU/Linux, you can use 'convert image.jpg
image.eps', provided you have ImageMagick installed (which you should
do, as I think LyX pulls it in). I would assume there's an equivalent on
Windows, but I don't know what it would be.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0Zz83arasOikFPYRAoa2AKCawf1mwR7QR2UcdkTz732PGs3wvgCgwMNn
cX4yArooNwkEMs+8k9ULWeM=
=ZI/s
-END PGP SIGNATURE-





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
 I'm on Windows, but it works exactly the same and just fine (from
 command line). I don't have a clue on what's happening.
Have you tried inserting the resulting file into a LaTeX document to check?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0dGA3arasOikFPYRAu08AJ4g0ksSs1klYETP02rbmPPw9XQp1ACfe0P6
D8MuvnREbl/OSwOhdepXjwg=
=UQki
-END PGP SIGNATURE-



Re: Beamer and font size

2007-02-13 Thread Julio Rojas

I have tried exporting the LaTeX file and using it with TeXnicCenter,
with the following pieces of code:

\pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}
\titlegraphic{\pgfuseimage{lub}}

\pgfdeclareimage[height=2cm]{institution-logo}{logo_universitat_blanco}
\logo{\pgfuseimage{institution-logo}}

See that I'm using the same image (logo_universitat_blanco), which is
a JPG file, for both pieces of code. The part for titlegraphic
doesn't work, but the part for logo works perfectly.

Any other idea on what could be happening here?

On 2/13/07, Daniel Watkins [EMAIL PROTECTED] wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
 I'm on Windows, but it works exactly the same and just fine (from
 command line). I don't have a clue on what's happening.
Have you tried inserting the resulting file into a LaTeX document to check?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0dGA3arasOikFPYRAu08AJ4g0ksSs1klYETP02rbmPPw9XQp1ACfe0P6
D8MuvnREbl/OSwOhdepXjwg=
=UQki
-END PGP SIGNATURE-





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Paul A. Rubin

Julio Rojas wrote:

I have tried exporting the LaTeX file and using it with TeXnicCenter,
with the following pieces of code:

\pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}
\titlegraphic{\pgfuseimage{lub}}

\pgfdeclareimage[height=2cm]{institution-logo}{logo_universitat_blanco}
\logo{\pgfuseimage{institution-logo}}

See that I'm using the same image (logo_universitat_blanco), which is
a JPG file, for both pieces of code. The part for titlegraphic
doesn't work, but the part for logo works perfectly.

Any other idea on what could be happening here?



I can't get it to work here either, and I don't know why.  The following 
seems to work for me, though:


\usepackage{graphicx}
\titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

HTH,
/Paul



Re: Beamer and font size

2007-02-13 Thread Julio Rojas

Thanks, that worked just fine. Now, I would like to add a logo to the
presentation. I have my JPG image in the same folders as the LyX file.
I added a "titlegraph" line but I don't know how it works. I added an
image in this line and it doesn't appear in the PDF. But not only that
the rest of the file doesn't work, too. If I add just the filename to
this line, nothing happens, but the rest of the file works perfectly.

I have read in the Beamer manual that if I use the line:

\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

it should work, but nothing appears on the PDF (the rest of the file
works fine).

Any tips???

On 2/12/07, Paul A. Rubin <[EMAIL PROTECTED]> wrote:

Julio Rojas wrote:
> I would like to change the font size Beamer uses. I read in the manual
> of Beamer that using the font size while loading Beamer does the
> trick. How can I feed Beamer with the font size from within LyX (I
> would like to try 17pt)?
>
> I tried from TeXnicCenter and the compilation of the documents takes a
> long time and then the output hangs.
>
> The line in using to declare the document class is:
>
> \documentclass[english,spanish,17pt]{beamer}
>
> Any tips?
>

Put 17pt in Documents -> Settings... ->Document Class -> Options:.

/Paul





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Jean-Pierre Chretien

>>Date: Tue, 13 Feb 2007 11:04:54 +0100
>>From: "Julio Rojas" <[EMAIL PROTECTED]>
>>To: lyx-users@lists.lyx.org
>>Subject: Re: Beamer and font size

>>I have read in the Beamer manual that if I use the line:
>>
>>\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

You need to declare the image before using it, e,g.
\pgfdeclareimage[width=2cm]{logo_universitat_blanco}{}

Beware that with lyx the path must be absolute.

If you want to use relative path, you may use graphicx instead of pgf:
\titlegraphic{\includegraphics[width=2cm]{my_logo}}

Make sure to have both my_logo.pdf and my_logo.eps available if you
want to compile in latex and pdflatex.

HTH

-- 
Jean-Pierre




Re: Beamer and font size

2007-02-13 Thread Julio Rojas

So, I can't use the images as JPG's???

On 2/13/07, Jean-Pierre Chretien <[EMAIL PROTECTED]> wrote:


>>Date: Tue, 13 Feb 2007 11:04:54 +0100
>>From: "Julio Rojas" <[EMAIL PROTECTED]>
>>To: lyx-users@lists.lyx.org
>>Subject: Re: Beamer and font size

>>I have read in the Beamer manual that if I use the line:
>>
>>\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

You need to declare the image before using it, e,g.
\pgfdeclareimage[width=2cm]{logo_universitat_blanco}{}

Beware that with lyx the path must be absolute.

If you want to use relative path, you may use graphicx instead of pgf:
\titlegraphic{\includegraphics[width=2cm]{my_logo}}

Make sure to have both my_logo.pdf and my_logo.eps available if you
want to compile in latex and pdflatex.

HTH

--
Jean-Pierre






--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Jean-Pierre Chretien

>>Date: Tue, 13 Feb 2007 11:49:21 +0100
>>From: "Julio Rojas" <[EMAIL PROTECTED]>
>>To: "LyX Users List" <lyx-users@lists.lyx.org>
>>Subject: Re: Beamer and font size
>>
>>So, I can't use the images as JPG's???
>>
>>On 2/13/07, Jean-Pierre Chretien <[EMAIL PROTECTED]> wrote:
[...]

Sorry, I always use pdf for bitmap...
You need either pdf, png or jog image to compile in pdflatex.

>>> Make sure to have both my_logo.pdf and my_logo.eps available if you
  ^ or png or jpg
>>> want to compile in latex and pdflatex.

-- 
Jean-Pierre






Re: Beamer and font size

2007-02-13 Thread Julio Rojas

I used this with no result:

\pgfdeclareimage[width=2cm]{logo_universitat_blanco}{C:/Users/jcredberry/Desktop/Doctorado/Tesis/Presentación/logo_universitat_blanco.jpg}
\titlegraphic{\pgfuseimage{logo_universitat_blanco}}

Used the filename with or without extension, but nothing.

On 2/13/07, Jean-Pierre Chretien <[EMAIL PROTECTED]> wrote:


>>Date: Tue, 13 Feb 2007 11:49:21 +0100
>>From: "Julio Rojas" <[EMAIL PROTECTED]>
>>To: "LyX Users List" <lyx-users@lists.lyx.org>
>>Subject: Re: Beamer and font size
>>
>>So, I can't use the images as JPG's???
>>
>>On 2/13/07, Jean-Pierre Chretien <[EMAIL PROTECTED]> wrote:
[...]

Sorry, I always use pdf for bitmap...
You need either pdf, png or jog image to compile in pdflatex.

>>> Make sure to have both my_logo.pdf and my_logo.eps available if you
  ^ or png or jpg
>>> want to compile in latex and pdflatex.

--
Jean-Pierre








--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
> So, I can't use the images as JPG's???
To check, if you're on GNU/Linux, you can use 'convert .jpg
.eps', provided you have ImageMagick installed (which you should
do, as I think LyX pulls it in). I would assume there's an equivalent on
Windows, but I don't know what it would be.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0Zz83arasOikFPYRAoa2AKCawf1mwR7QR2UcdkTz732PGs3wvgCgwMNn
cX4yArooNwkEMs+8k9ULWeM=
=ZI/s
-END PGP SIGNATURE-



Re: Beamer and font size

2007-02-13 Thread Julio Rojas

I'm on Windows, but it works exactly the same and just fine (from
command line). I don't have a clue on what's happening.

On 2/13/07, Daniel Watkins <[EMAIL PROTECTED]> wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
> So, I can't use the images as JPG's???
To check, if you're on GNU/Linux, you can use 'convert .jpg
.eps', provided you have ImageMagick installed (which you should
do, as I think LyX pulls it in). I would assume there's an equivalent on
Windows, but I don't know what it would be.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0Zz83arasOikFPYRAoa2AKCawf1mwR7QR2UcdkTz732PGs3wvgCgwMNn
cX4yArooNwkEMs+8k9ULWeM=
=ZI/s
-END PGP SIGNATURE-





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
> I'm on Windows, but it works exactly the same and just fine (from
> command line). I don't have a clue on what's happening.
Have you tried inserting the resulting file into a LaTeX document to check?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0dGA3arasOikFPYRAu08AJ4g0ksSs1klYETP02rbmPPw9XQp1ACfe0P6
D8MuvnREbl/OSwOhdepXjwg=
=UQki
-END PGP SIGNATURE-



Re: Beamer and font size

2007-02-13 Thread Julio Rojas

I have tried exporting the LaTeX file and using it with TeXnicCenter,
with the following pieces of code:

\pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}
\titlegraphic{\pgfuseimage{lub}}

\pgfdeclareimage[height=2cm]{institution-logo}{logo_universitat_blanco}
\logo{\pgfuseimage{institution-logo}}

See that I'm using the same image (logo_universitat_blanco), which is
a JPG file, for both pieces of code. The part for "titlegraphic"
doesn't work, but the part for "logo" works perfectly.

Any other idea on what could be happening here?

On 2/13/07, Daniel Watkins <[EMAIL PROTECTED]> wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julio Rojas wrote:
> I'm on Windows, but it works exactly the same and just fine (from
> command line). I don't have a clue on what's happening.
Have you tried inserting the resulting file into a LaTeX document to check?
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF0dGA3arasOikFPYRAu08AJ4g0ksSs1klYETP02rbmPPw9XQp1ACfe0P6
D8MuvnREbl/OSwOhdepXjwg=
=UQki
-END PGP SIGNATURE-





--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-13 Thread Paul A. Rubin

Julio Rojas wrote:

I have tried exporting the LaTeX file and using it with TeXnicCenter,
with the following pieces of code:

\pgfdeclareimage[height=2cm]{lub}{logo_universitat_blanco}
\titlegraphic{\pgfuseimage{lub}}

\pgfdeclareimage[height=2cm]{institution-logo}{logo_universitat_blanco}
\logo{\pgfuseimage{institution-logo}}

See that I'm using the same image (logo_universitat_blanco), which is
a JPG file, for both pieces of code. The part for "titlegraphic"
doesn't work, but the part for "logo" works perfectly.

Any other idea on what could be happening here?



I can't get it to work here either, and I don't know why.  The following 
seems to work for me, though:


\usepackage{graphicx}
\titlegraphic{\includegraphics[height=2cm]{logo_universitat_blanco}}

HTH,
/Paul



Beamer and font size

2007-02-12 Thread Julio Rojas

I would like to change the font size Beamer uses. I read in the manual
of Beamer that using the font size while loading Beamer does the
trick. How can I feed Beamer with the font size from within LyX (I
would like to try 17pt)?

I tried from TeXnicCenter and the compilation of the documents takes a
long time and then the output hangs.

The line in using to declare the document class is:

\documentclass[english,spanish,17pt]{beamer}

Any tips?

--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-12 Thread Paul A. Rubin

Julio Rojas wrote:

I would like to change the font size Beamer uses. I read in the manual
of Beamer that using the font size while loading Beamer does the
trick. How can I feed Beamer with the font size from within LyX (I
would like to try 17pt)?

I tried from TeXnicCenter and the compilation of the documents takes a
long time and then the output hangs.

The line in using to declare the document class is:

\documentclass[english,spanish,17pt]{beamer}

Any tips?



Put 17pt in Documents - Settings... -Document Class - Options:.

/Paul



Beamer and font size

2007-02-12 Thread Julio Rojas

I would like to change the font size Beamer uses. I read in the manual
of Beamer that using the font size while loading Beamer does the
trick. How can I feed Beamer with the font size from within LyX (I
would like to try 17pt)?

I tried from TeXnicCenter and the compilation of the documents takes a
long time and then the output hangs.

The line in using to declare the document class is:

\documentclass[english,spanish,17pt]{beamer}

Any tips?

--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-12 Thread Paul A. Rubin

Julio Rojas wrote:

I would like to change the font size Beamer uses. I read in the manual
of Beamer that using the font size while loading Beamer does the
trick. How can I feed Beamer with the font size from within LyX (I
would like to try 17pt)?

I tried from TeXnicCenter and the compilation of the documents takes a
long time and then the output hangs.

The line in using to declare the document class is:

\documentclass[english,spanish,17pt]{beamer}

Any tips?



Put 17pt in Documents - Settings... -Document Class - Options:.

/Paul



Beamer and font size

2007-02-12 Thread Julio Rojas

I would like to change the font size Beamer uses. I read in the manual
of Beamer that using the font size while loading Beamer does the
trick. How can I feed Beamer with the font size from within LyX (I
would like to try 17pt)?

I tried from TeXnicCenter and the compilation of the documents takes a
long time and then the output hangs.

The line in using to declare the document class is:

\documentclass[english,spanish,17pt]{beamer}

Any tips?

--
-
Julio Rojas
[EMAIL PROTECTED]


Re: Beamer and font size

2007-02-12 Thread Paul A. Rubin

Julio Rojas wrote:

I would like to change the font size Beamer uses. I read in the manual
of Beamer that using the font size while loading Beamer does the
trick. How can I feed Beamer with the font size from within LyX (I
would like to try 17pt)?

I tried from TeXnicCenter and the compilation of the documents takes a
long time and then the output hangs.

The line in using to declare the document class is:

\documentclass[english,spanish,17pt]{beamer}

Any tips?



Put 17pt in Documents -> Settings... ->Document Class -> Options:.

/Paul