Scientific Word/Workplace ⇒ Scientific word -Beamer - front matter - logo
Scientific word -Beamer - front matter - logo
Hello, I'm a phd student and I'm new to the website
I use scientific workplace (scientific word with maple integrated)
I have a presentation, and I'm using Beamer. I want to insert a logo to front page slide then the logo must be included in the front matter
I'm trying to import the logo, I'm seeing it in the front matter but at the stage of typesetting into pdf, I don't visualize the logo
Can someone help me?
thank you
I use scientific workplace (scientific word with maple integrated)
I have a presentation, and I'm using Beamer. I want to insert a logo to front page slide then the logo must be included in the front matter
I'm trying to import the logo, I'm seeing it in the front matter but at the stage of typesetting into pdf, I don't visualize the logo
Can someone help me?
thank you
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Scientific word -Beamer - front matter - logo
Hi superodge,
how do you include the logo? Perhaps show us the corresponding part of your code, a complete minimal working example would be the best.
Which document format does the logo have? pdf?
I would use \pgfdeclareimage and \pgfuseimage.
Stefan
how do you include the logo? Perhaps show us the corresponding part of your code, a complete minimal working example would be the best.
Which document format does the logo have? pdf?
I would use \pgfdeclareimage and \pgfuseimage.
Stefan
LaTeX.org admin
Re: Scientific word -Beamer - front matter - logo
Hello,
If I want to insert a logo named logo.jpg in the front matter (in any direction). What follows is the code.
\title[Test]{Presentation}
\subtitle{slide presentation}
\author{Superodge}
\institute[Institute]{University}
\date[06/08]{June 2006}
\maketitle
Thank you
If I want to insert a logo named logo.jpg in the front matter (in any direction). What follows is the code.
\title[Test]{Presentation}
\subtitle{slide presentation}
\author{Superodge}
\institute[Institute]{University}
\date[06/08]{June 2006}
\maketitle
Thank you
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Scientific word -Beamer - front matter - logo
Hi Superodge,
if you write those lines into your preamble:
the logo will be used on all slides, its position is determined by the current theme.
Alternatively just use \pgfuseimage instead of \logo, like
if you write those lines into your preamble:
Code: Select all
\pgfdeclareimage[height=1.2cm]{uni}{logo}
\logo{\pgfuseimage{uni}}
Alternatively just use \pgfuseimage instead of \logo, like
Stefan\institute[Institute]{University\\ \pgfuseimage{uni}}
LaTeX.org admin
Scientific word -Beamer - front matter - logo
Code: Select all
\pgfdeclareimage[height=1.2cm]{uni}{logo}
\logo{\pgfuseimage{uni}}
There is one detail I don't catch. In fact I'm not very familiar with the teX codes that's why I'm using scientific workplace, so my question is about the code above
- if the logo is a picture file named logo.jpg, what's uni and logo stand for in the code you gave me?
Thank you in advance
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Scientific word -Beamer - front matter - logo
Hi Superodge,
logo is used for the filename logo.jpg, uni ist the alias name created by me (university logo). After I declared that I can use the picture by the alias name uni. You could freely choose a different name instead of uni.
Stefan
logo is used for the filename logo.jpg, uni ist the alias name created by me (university logo). After I declared that I can use the picture by the alias name uni. You could freely choose a different name instead of uni.
Stefan
LaTeX.org admin
Scientific word -Beamer - front matter - logo
this is what I put in the dcument's preamble
where darin is the picture file darin.jpg whis is located in the same folder as the .tex document.
When I typesetted, I got the following error message:
Package pgf Warning: File "darin" not found when defining image "uni".
(pgf) Tried all extensions in "pdf:jpg:jpeg:png" on input line 24.
What's wrong ?
thank you
Code: Select all
\pgfdeclareimage[height=1.2cm]{uni}{darin}
\logo{\pgfuseimage{uni}}
When I typesetted, I got the following error message:
Package pgf Warning: File "darin" not found when defining image "uni".
(pgf) Tried all extensions in "pdf:jpg:jpeg:png" on input line 24.
What's wrong ?
thank you
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Scientific word -Beamer - front matter - logo
Are there really no uppercase letters in the filename of darin.jpg?
Stefan
Stefan
LaTeX.org admin
Re: Scientific word -Beamer - front matter - logo
no uppercases in darin...
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Scientific word -Beamer - front matter - logo
Strange ... could you post the logfile as attachment here?
Stefan
Stefan
LaTeX.org admin