Search found 21 matches

by m.carrara3
Tue Jul 06, 2010 7:12 pm
Forum: Document Classes
Topic: Change footline on Madrid theme
Replies: 10
Views: 22727

Change footline on Madrid theme

Hi Stefan,
I think I partially solved my problem with this lines of code:

\defbeamertemplate*{footline}{mytheme}
{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.3\paperwidth,ht=2.25ex,dp=1ex,center]{section in head/foot}%
\usebeamerfont{author in head/foot}~\insertshorttitle
\end ...
by m.carrara3
Tue Jul 06, 2010 3:02 pm
Forum: Document Classes
Topic: Change footline on Madrid theme
Replies: 10
Views: 22727

Re: Change footline on Madrid theme

Hello,
I tried and it worked out but something went wrong and now some things do not work correctly.
As example consider this:
1) some overlay are not working properly;
2) frames which do not belong to a section, with your line of code appear under that section.

Any suggestion?

Thanks,

Matteo
by m.carrara3
Tue Jul 06, 2010 1:55 pm
Forum: Document Classes
Topic: Change footline on Madrid theme
Replies: 10
Views: 22727

Change footline on Madrid theme

Here's the example.
I need to erase the dots from the headline.
I hope this can help:


\documentclass[aspectratio=1610,compress]{beamer}
\frenchspacing
\usepackage[italian]{babel}
\usepackage[latin1]{inputenc}
\usepackage{xspace,colortbl}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage ...
by m.carrara3
Tue Jul 06, 2010 1:38 pm
Forum: Document Classes
Topic: Change footline on Madrid theme
Replies: 10
Views: 22727

Change footline on Madrid theme

Maybe with some code I can explain well... Taking advantage from your code I also wrote this:


\defbeamertemplate*{headline}{mytheme2}
{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=1.\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
\usebeamerfont{author in head/foot ...
by m.carrara3
Tue Jul 06, 2010 1:24 pm
Forum: Document Classes
Topic: Change footline on Madrid theme
Replies: 10
Views: 22727

Re: Change footline on Madrid theme

Thank a lot, it worked out,
maybe you also know how to delete frame dots in the head bar?

Thx
by m.carrara3
Tue Jul 06, 2010 8:56 am
Forum: Document Classes
Topic: Change footline on Madrid theme
Replies: 10
Views: 22727

Change footline on Madrid theme

Here's my problem:
I'm writing a presentation in Beamer and I'm using Madrid theme. I need to change the footline so as to erase the title because I'm also using the sidebar outertheme.

Here's my code:

\usetheme[]{Madrid}
\useoutertheme[hideothersubsections, left, height=0pt]{sidebar}


Does ...
by m.carrara3
Sat Jul 03, 2010 10:43 am
Forum: Graphics, Figures & Tables
Topic: Set picture transparency on white color
Replies: 0
Views: 2557

Set picture transparency on white color

Here's my problem:
I'm making a presentation using Beamer and I want the logo of my university on the background as a background image. Easily done.
Now, in the presentation i need to include some pictures via \includegraphics command and herre's the thing:
How can I set the white background color ...
by m.carrara3
Wed Jan 21, 2009 9:26 pm
Forum: General
Topic: How to include a .pdf file into the code
Replies: 2
Views: 2135

Re: How to include a .pdf file into the code

Thank you so much man! You really solved my problems!

So long...
by m.carrara3
Wed Jan 21, 2009 8:39 pm
Forum: General
Topic: How to include a .pdf file into the code
Replies: 2
Views: 2135

How to include a .pdf file into the code

Here's my problem:
I need to add a .pdf file (say one new page) into the code I'm writing;
let's make an example to let you understand

%preamble
\begin{document}
%sections and so on

%Now I have to insert the pdf page I have

%sections and so on
\end{document}


how can I do? Is there some ...
by m.carrara3
Thu Sep 18, 2008 2:09 pm
Forum: Document Classes
Topic: Round corners of framebox enviroment
Replies: 1
Views: 5227

Round corners of framebox enviroment

I need to round corners of a framebox, I'm sure there is an option to activate it but I don't know which one is.
I post the code so you can figure out what I mean:

Code: Select all

\framebox[<options>]{<text>}\\
Any suggestion?