Thanks for your answer.
I tried the environment you proposed, and I ended up with a white strip slightly too large. However, with the command `\dohead' (that I did not know), I could narrow my search and find something pretty nice:
\newenvironment{nonavig}
{\begingroup
\renewcommand ...
Search found 8 matches
- Sun Nov 13, 2011 9:02 pm
- Forum: Page Layout
- Topic: beamer | Remove Table of Contents in Header
- Replies: 4
- Views: 20829
- Fri Nov 11, 2011 11:47 pm
- Forum: Page Layout
- Topic: Turn off Page Numbering on first Page
- Replies: 10
- Views: 33160
Turn off Page Numbering on first Page
What about the following?
Does it work?
Does it work?
- Fri Nov 11, 2011 11:31 pm
- Forum: Page Layout
- Topic: beamer | Remove Table of Contents in Header
- Replies: 4
- Views: 20829
beamer | Remove Table of Contents in Header
Dear all,
I am using the document class beamer for a presentation of my work.
Here is an example:
\documentclass{beamer}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage[english]{babel}
\usepackage[applemac]{inputenc}
\usepackage[T1]{fontenc ...
I am using the document class beamer for a presentation of my work.
Here is an example:
\documentclass{beamer}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage[english]{babel}
\usepackage[applemac]{inputenc}
\usepackage[T1]{fontenc ...
- Wed Nov 09, 2011 9:38 pm
- Forum: Page Layout
- Topic: beamer | Background Colors in Boxes
- Replies: 1
- Views: 11961
beamer | Background Colors in Boxes
I have finally found the answer.
I have defined in the preamble:
\setbeamercolor{upcol}{fg=black,bg=yellow}
\setbeamercolor{lowcol}{fg=black,bg=yellow!40}
Then, with the call
\begin{beamerboxesrounded}[upper=upcol,lower=lowcol,shadow=true]
test
\end{beamerboxesrounded}
it worked ...
I have defined in the preamble:
\setbeamercolor{upcol}{fg=black,bg=yellow}
\setbeamercolor{lowcol}{fg=black,bg=yellow!40}
Then, with the call
\begin{beamerboxesrounded}[upper=upcol,lower=lowcol,shadow=true]
test
\end{beamerboxesrounded}
it worked ...
- Wed Nov 09, 2011 9:07 pm
- Forum: Page Layout
- Topic: beamer | Background Colors in Boxes
- Replies: 1
- Views: 11961
beamer | Background Colors in Boxes
Hi everyone,
I am trying to change the background color of my beamer boxes, but it always remains white.
Here is example:
\documentclass{beamer}
\usepackage{color}
\usepackage[english]{babel}
\usepackage[applemac]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{multirow ...
I am trying to change the background color of my beamer boxes, but it always remains white.
Here is example:
\documentclass{beamer}
\usepackage{color}
\usepackage[english]{babel}
\usepackage[applemac]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{multirow ...
- Tue Aug 23, 2011 3:25 pm
- Forum: Page Layout
- Topic: Compatibility issue between minitoc & nomencl packages?
- Replies: 2
- Views: 2370
Re: Compatibility issue between minitoc & nomencl packages?
Finally, it seems that writing \mtcfixnomenclature right after \printnomenclature solves the issue!
++
soTo
++
soTo
- Tue Aug 23, 2011 1:26 pm
- Forum: Page Layout
- Topic: Compatibility issue between minitoc & nomencl packages?
- Replies: 2
- Views: 2370
Compatibility issue between minitoc & nomencl packages?
One add:
If I put \printnomenclature after all the \input{Chapter}'s, then everything works fine, meaning I have both the minitocs at the beginning of each chapter and the nomenclature appearing.
However, I'd like to have the nomenclature appearing before my chapters, and so the problem still ...
If I put \printnomenclature after all the \input{Chapter}'s, then everything works fine, meaning I have both the minitocs at the beginning of each chapter and the nomenclature appearing.
However, I'd like to have the nomenclature appearing before my chapters, and so the problem still ...
- Tue Aug 23, 2011 1:14 pm
- Forum: Page Layout
- Topic: Compatibility issue between minitoc & nomencl packages?
- Replies: 2
- Views: 2370
Compatibility issue between minitoc & nomencl packages?
Dear all,
I am actually experiencing some issue when compiling my tex file.
If I comment the command \printnomenclature, I can have a minitoc edited at each beginning of chapter. Uncommented it, then I still have the nomenclature appearing in the final file, but I do not have anymore my minitocs ...
I am actually experiencing some issue when compiling my tex file.
If I comment the command \printnomenclature, I can have a minitoc edited at each beginning of chapter. Uncommented it, then I still have the nomenclature appearing in the final file, but I do not have anymore my minitocs ...