Search found 4 matches

by mahdi-me
Fri Jun 22, 2012 12:51 pm
Forum: Document Classes
Topic: beamer | No Room for a new Dimension Register
Replies: 3
Views: 13077

beamer | No Room for a new Dimension Register

phi wrote:Hi,

load the etex package right at the beginning of the preamble (directly after the document class).
Thank you man, this trick worked for me.
by mahdi-me
Sat Jun 09, 2012 2:25 pm
Forum: General
Topic: subsubsections won't number themselves
Replies: 3
Views: 50280

subsubsections won't number themselves

Hi cvp ,

add in the preamble
\setcounter{secnumdepth}{3}
to include subsubsections in the table of contents you will have to add also the line
\setcounter{tocdepth}{3}

As you can guess from my response, the standard behaviour is to number and to include in the ToC only sectional units with ...
by mahdi-me
Mon Feb 27, 2012 3:44 pm
Forum: General
Topic: Footnote does not stick to bottom of page
Replies: 7
Views: 58824

Footnote does not stick to bottom of page

Stefan_K wrote:Hi,

you could fix it with the footmisc package:

Code: Select all

\usepackage[bottom]{footmisc}
Stefan
Thank you great man.
You are the best.
I usually solve my issues using your solution like this.
by mahdi-me
Mon Feb 27, 2012 3:41 pm
Forum: General
Topic: Footnote does not stick to bottom of page
Replies: 7
Views: 58824

Re: Footnote does not stick to bottom of page

Hi, all
I have same problem with the figure and footnote in my thesis.
This solution worked fine for me.
I usually refer to this forum and solve my problem using the best answer of Great Man ( Stefan-k ).
Today, I decide to appreciate Stefan-k so that register in this forum.
Thank you Great Man ...