Tagged Questions
3
votes
1answer
212 views
Beamer: define a backgroung color for the “part page” frames
I'm trying to make a .sty template, but I cannot figure out how to define a dedicated background canvas for the "part page" frames.
Here (How to add background only to title frame and an other only ...
5
votes
1answer
2k views
Can I Specify Title Page Customization in a Template Instead of My Document?
I'm trying to create a LaTeX beamer theme to match the official PowerPoint template of Rutgers University. I've been able to create the title page, and this MWE
\documentclass{beamer}
...
12
votes
2answers
3k views
How to add background only to title frame and an other only to the last frame?
I just want to add a background only in the beamer title page. I can add it in the .tex as follows:
\setbeamertemplate{background canvas}{
...
2
votes
1answer
389 views
Text not visible if positioned over included colored pdf?
I'm having a strange issue with LaTeX: My document uses a PDF background that is included with \includepdf{pdf/title}. This PDF consist of some logos and a solid red colored stripe across the page. I ...
41
votes
2answers
15k views
How to create a background image on title page with LaTeX?
I want to put a background image on a title page of a document. Is it possible and does it work?
EDIT:
The answer by Presidenten using the eso-pic package and my answer found after some research ...