Tagged Questions
4
votes
1answer
116 views
Changing color and header of beamer with CambridgeUS
How to change the red color for
- the titles
- the topics
How to adjust the position of the header1 and 2?
\documentclass{beamer}
\usetheme{CambridgeUS}
% Set Color ==============================
...
2
votes
1answer
93 views
Beamer: changing footline background color
I would like to make the footline color black and the text white. I found this: Beamer: Background Color for Footline
but didn't understand how it applied to my example.
\documentclass{beamer}
...
5
votes
3answers
126 views
Use of shaded box for section numbering only?
I have been wondering "how to get shaded box for section numbers only"?
Also, How to get grey square in between left mark and page number in the header? In code below I can get solid black square.
I ...
2
votes
1answer
109 views
how to color the header's bottom line or footer's upper line?
The title is self-explanatory.
In my document's current state, I get this rendering result after compiling with XeLaTeX :
Here's a MWE of which packages and commands I use to obtain my current
...
3
votes
1answer
168 views
How do I change the background color of a footer in beamer
I know just enough about beamer to be a danger to myself. I am trying to change the color of a footer in Boadilla and am struggling.
First, I have declared
\usecolortheme[named=black]{structure}
...
7
votes
1answer
153 views
Change color of institute in the footer of a Latex presentation
I have a presentation that uses the theme Dresden with color theme beaver. Everything works fine, except for the name of the institute in the footer of the slides, which appears white on a very light ...
3
votes
1answer
415 views
Set header and footer rule color in memoir
Is there a way to set color for header and footer rule in memoir class?
Using the following code:
\documentclass[ebook,12pt,twoside,openany]{memoir}
\usepackage{lipsum}
\usepackage{graphicx}
...
0
votes
1answer
187 views
Header and Footer [duplicate]
Possible Duplicate:
Header, footer and font customization
I am writing on a larger project (a book) and I now there are lots of possibilities about headers. But I am a newbie and I do not ...
8
votes
2answers
602 views
How to set the color of page number
I am using white colored font on black page and somehow I am losing my page numbers. I suppose the page number is still in black color. So How do we set the color of page number? And while on the ...
6
votes
1answer
837 views
Change color of a type of text like header/footer
Can we change the color of a logical type of text, say every header or every footer, by a single command? Header and footer is using fancyhdr.
I believe it should be a \renewcommand but won't it ...
4
votes
1answer
238 views
Manually customizing a header's colour
I would like to change the background colour of a page and necessarily also the text colour. While that is no problem for the main text, the header (and footer) text colour needs to be changes ...
6
votes
3answers
992 views
Adding box filled with color and placing large text inside it
I am trying to prepare a class for my college magazine and articles. I would like to know how to place a black box on the top margin of the first page and write some huge text inside it in white ...
3
votes
1answer
219 views
problem with scrpage2 and coloured borders
I'm trying to do this
\usepackage{scrpage2}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
\usetikzlibrary{calc}
%\usetikzlibrary{intersections}
%\tikzset{variable/.default=}
...
11
votes
1answer
1k views
How to get a colored box as the header?
I want to produce this particular template in LaTeX. With no page numbering, and rectangles in colours in a a4paper.
5
votes
2answers
384 views
FancyHeader (Mis-)Placement
Greetings,
I'm using the following settings for fancyhdr in a two-page book-derived documentclass:
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LO]{\sffamily \footnotesize \rightmark}
...