LyXbeamer problem:: cannot insert logo + delete navigation bars

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
wuming
Posts: 19
Joined: Sat May 03, 2008 10:59 pm

beamer problem:: cannot insert logo + delete navigation bars

Post by wuming »

Hi,

I want to insert a logo into a couple of slides but I fail.

I go with::

Code: Select all

\pgfdeclareimage[height=0.5cm]{institution-logo}{institution-logo-Picture2}
\logo{\pgfuseimage{institution-logo}} 

where institution-logo-Picture2.png is the logo file
and institution-logo is the alias.
HAve also looked at similar
http://www.latex-community.org/forum/vi ... =26&t=1790

I am on a mac and use pdflatex to build.
Note also that I just use a template that comes together with beamer.

As for the navigation bars, the content I want to delete is:
Surface Reconstruction of Coherent Deformable
3D Scans & Topological Recovery
.

The situation is depicted in the attached files.

It might sound hopeless, but I do not know where to look for
the logfile that lyx generates..

Thanks for any help
Cheers!

ps. I had inserted logo + deleted navigation bars successfully
in a previous slideshow that I lost and I cannot remember what I did... especially for the latter since I tweaked many themes in the preamble
since then.
Attachments
just want to keep <br />&quot;Input &amp; Output.<br />Desirable Properties.&quot;<br />and get rid of the rest
just want to keep
"Input & Output.
Desirable Properties."
and get rid of the rest
Picture 5.png (22.22 KiB) Viewed 4583 times
the invisible institution-logo
the invisible institution-logo
Picture 6.png (20.85 KiB) Viewed 6113 times
Last edited by cgnieder on Mon Sep 07, 2015 11:59 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

wuming
Posts: 19
Joined: Sat May 03, 2008 10:59 pm

Re: beamer problem:: cannot insert logo + delete navigation bars

Post by wuming »

to any moderator::

Is there any more relevant beamer user-group
that I should post my issue?

Cheers
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamer problem:: cannot insert logo + delete navigation bars

Post by localghost »

Unfortunately this community lacks members that are really advanced LyX users who could give advice regarding your issue. But perhaps you will find help on the LyX User Mailing List. Of course you are welcoming to share any new insights with us.

However, the second issue might be solved by modifications to the used theme. The beamer manual should give some information about that.


Best regards
Thorsten
efcarrasco
Posts: 1
Joined: Sun Sep 06, 2015 9:02 am

Re: beamer problem:: cannot insert logo + delete navigation

Post by efcarrasco »

Hi everybody,

I have exactly the same problem using LyX and MikTeX on Windows: my institution logo is not shown (only a rectangle with the filename). However, if I use THE SAME .lyx file on Linux it compiles and shows OK. Perhaps we have to reconfigure any options of MikTeX? I'm desperate...
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

beamer problem:: cannot insert logo + delete navigation bars

Post by Stefan Kottwitz »

Hi efcarrasco,

welcome to the forum!

I guess you are using the draft mode, so just the file name of the image would be shown. Or, you got spaces in the image file name. Take one without spaces, or load the package grffile in the preamble, which means add \usepackage{grffile}.

If this does not help, please post the file with the extension .log, produced by LyX/ LaTeX, as attachment here.

Stefan
LaTeX.org admin
Post Reply