Tagged Questions
3
votes
0answers
24 views
Single/Double side environment with different backgrounds
I'm having trouble aligning some of the elements.
I would like align Check Box and Cross Box to be same size so that they look nicer below is what i got so far.
Also it would be great if they can ...
6
votes
2answers
158 views
How to make an image for backgrounds with exact A4 dimensions?
In order to make a background image that fits the page perfectly, I have tried two things. The first is to use a document class where the dimensions of the page can be set to that of A4, which ...
3
votes
1answer
170 views
Beamer: Transparent AND centered background image on intro slide
I know this is similar to other questions. Other answers address either (1) adding a transparent image or (2) centering an image but I cannot find an answer with both. With previous answers I can ...
5
votes
1answer
349 views
Make picture background transparent in beamer
I make a PNG picture by using PowerPoint, and include that picture in my slide. However, the picture's background is neither white or transparent. What should I do? You can see the slide below:
The ...
1
vote
1answer
191 views
How to insert powerpoint slide into LaTeX file [duplicate]
Possible Duplicate:
PDF letterhead as document background
I have an image stored in powerpoint . I want to use it as my background in my pdf produced from LaTeX. What can I do so that I can ...
0
votes
0answers
50 views
Background image [duplicate]
Possible Duplicate:
How to create a background image on title page with LaTeX?
I am using LaTeX to create a report and I was wondering if there is any way of changing the background from ...
1
vote
0answers
58 views
Showing an image with the topic in table of contents in beamer [closed]
In beamer, there is a facility to show the table of contents slide each time I switch to a new section, where the new section will be lighted and others dimmed. Can I find a way of showing an image ...
2
votes
1answer
2k views
Transparent image background in beamer
I want to add a background image in my beamer presentation. The thing is that when I use
\usebackgroundtemplate{
\includegraphics[width=\paperwidth,
height=\paperheight]{cern-logo.jpg}
}
in my ...
9
votes
1answer
244 views
Background images for code listings
I've been searching around but I can't find any info for adding an image background for my code listing using the listings package. Is there a way to do this?
10
votes
1answer
3k views
How to change white background of an included PDF to transparent
I have an external 100 pages PDF document (not created by pdflatex) that I \includegraphics page-wise into a beamer presentation. The external PDF document employs white as page color, but I need the ...
0
votes
0answers
978 views
Crop marks and background image [closed]
I need to put a background image in every page of a document, 12 x 17 cm with crop marks. I used the geometry (to adjust page dimensions), wallpaper (to tile the image, which is bigger) and crop ...
4
votes
1answer
396 views
tiling a pattern for beamer background
Is there a solution to have a given pattern (lets say as a .pngfile) tiled on the background (background or background canvas) for beamer-presentations?
I only find links to the wallpaper package, ...
3
votes
1answer
549 views
Column background image
I have a two column frame (via wiki2beamer):
\documentclass{beamer}
\begin{document}
\begin{frame}
\frametitle{Background Test}
\begin{columns}
\column{0.3\textwidth}
\begin{itemize}
...
3
votes
2answers
725 views
Making an image with a transparent background
I do not know what is the official term for such images, but if I make an image in TikZ or pstricks then I want it to have no background; for example I might post it on a webpage with a different ...
9
votes
2answers
2k views
Background image for frame title
Using beamer, how can I insert a background image under the title of each frame?
I could insert an image but the result was that the title disappeared because the image is over it.
Any ideas?
6
votes
1answer
3k views
Beamer background image centered
I'm trying to use an image as a background for Beamer presentation according to this post. However, I do not want the image spanning the entire background. Thus, I'm doing something like:
...
8
votes
4answers
2k views
Background image for minipage
I'd like to put a background image into a minipage, stretching exactly to the surrounding fbox. What's the best option to do that? (Searching the web, I only found solutions for backgrounding the ...
14
votes
3answers
7k views
Techniques for embedding images with transparent backgrounds in LaTeX
I am trying to embed an image with a transparent background in my LaTeX poster. However a quick google search has taught me that it is not possible to do so. However I intend to know any clever ...
11
votes
2answers
6k views
How to make a block transparent for a background image
I use the code
\usebackgroundtemplate{
\centering
\includegraphics[width=0.5\paperwidth,height=0.5\paperheight]{image.png}
}
to get a background image in a Beamer/Latex presentation. ...
12
votes
1answer
504 views
Page Bordering with an image?
I want a custom border for my document.
I was thinking of doing something like this, creating a border with a graphics tool(only the outer frame) and then placing it in the beginning of the document, ...
4
votes
1answer
971 views
Change float background colour
Background
Including images within Algorithm floats. The images are trimmed to size automatically by a batch file.
Problem
In the following portion of the PDF, Listing 1.1 has a lot of space to the ...
