Search found 15 matches

by gozzi84
Sun Dec 07, 2008 1:09 pm
Forum: Document Classes
Topic: Changing a Beamer theme (Itemizing)
Replies: 4
Views: 26391

Re: Changing a Beamer theme (Itemizing)

As in theme Boadilla where subsubitmes have the star symbol, how can I specify it when using other theme?


The common for is the following, but what I have to secify inside the square parenthesis?


\setbeamertemplate{itemize subsubitem}[ . . . ]


Thanks to you all!
by gozzi84
Sat Dec 06, 2008 5:45 pm
Forum: Document Classes
Topic: Inserting pages number
Replies: 5
Views: 3899

Re: Inserting pages number

The first method

\setbeamertemplate{footline}[frame number]

is not so good because it cancels the footline of the original theme

The second approach instead

\expandafter\def\expandafter\insertshorttitle\expandafter{%
\insertshorttitle\hfill%
\insertframenumber\,/\,\inserttotalframenumber ...
by gozzi84
Sat Dec 06, 2008 4:50 pm
Forum: Document Classes
Topic: Changing a Beamer theme (Itemizing)
Replies: 4
Views: 26391

Re: Changing a Beamer theme (Itemizing)

I found the solution.

It's just a matter of specifying it before beginning the document. This works as follows:

\setbeamertemplate{itemize items}[ball] % if you want a ball
\setbeamertemplate{itemize subitem}[circle] % if you wnat a circle
\setbeamertemplate{itemize subsubitem}[triangle] % if ...
by gozzi84
Sat Dec 06, 2008 4:35 pm
Forum: Document Classes
Topic: Changing a Beamer theme (Itemizing)
Replies: 4
Views: 26391

Re: Changing a Beamer theme (Itemizing)

I can't find there an answer to my question, it doen't give examples.

Think that itemizing of different levels depends on the theme you've chosen but there will be a way to change the marker of each level of items.

\begin{itemize}[star]
\item \textbf{Marshall, Sorensen and Tucker} (1992)
\begin ...
by gozzi84
Sat Dec 06, 2008 3:32 pm
Forum: Document Classes
Topic: Inserting pages number
Replies: 5
Views: 3899

Re: Inserting pages number

The theme I have chosen has already a footer where it automatically puts my name and the title of my project...

If the theme doesn't support itself the page number (as for example the Boadilla theme does) can I add this feature fro example like this:

\setbeamertemplate{footline ...
by gozzi84
Sat Dec 06, 2008 1:31 pm
Forum: Document Classes
Topic: Inserting pages number
Replies: 5
Views: 3899

Inserting pages number

Hi all,

I'm using the Beamer class for writing my dissertation slides...


how can I do if I want to add the numbers of pages in my presentation?

Thanks in advance!
by gozzi84
Fri Dec 05, 2008 8:08 pm
Forum: Document Classes
Topic: Changing a Beamer theme (Itemizing)
Replies: 4
Views: 26391

Changing a Beamer theme (Itemizing)

Hi all,

I'm using the Beamer class.

I've chosen the theme PaloAlto. Anyway I wanted items and sub-items to have a different symbols... I mean wanted this:


\begin{itemize}
\item (I want this with a point)

\begin{itemize}
\item (I want this with a dart)

\begin{itemize}
\item (I want this ...
by gozzi84
Thu Dec 04, 2008 11:47 am
Forum: General
Topic: Beamer slides formatting
Replies: 3
Views: 2602

Beamer slides formatting

I'm using the Beamer package for creating the slides for my dissertatio.

I've chosed the PaloAlto theme... I have a question about the alignement of the items in an itemize "loop".

How can I do if I want them to be aligned with the left margin (in line I mean with a paragraph without the itemize ...
by gozzi84
Tue Dec 02, 2008 1:24 pm
Forum: General
Topic: Columns on a beamer slide
Replies: 5
Views: 50517

Re: Columns on a beamer slide

Given we want two columns in a slides where:

- in the first I need a formula in a block

-in the second a table

For the table I had o problmes, but if I use the block environment the result is a block with width the entire slide and not only the colums as I wanted... any indeas?


Thanks
by gozzi84
Mon Dec 01, 2008 10:01 pm
Forum: General
Topic: Math formatting help
Replies: 17
Views: 9301

Re: Math formatting help

How can we justify a math equation to the left margin?

Doing this it doesn't work...


\begin{flushleft}

\[\mathnormal{
\boldsymbol{V_{\tiny{HCESC}}(s)}=\frac{S_f (s)}{S_f (t_0)}QA_{1}(s,t_{1})-\big(1+\tau L_{d}(t_{0},t_{0},t_{1})P_{d}(s,t_{1 })\big)...}\]

\end{flushleft}

Thanks