I would like to include a graphic filling all the page. This page has margins. I would like to set this margins to zero only when I include the image.
How I can merge this:
\usepackage[includeheadfoot,top=0mm,bottom=0mm,left=0mm,right=0mm,headsep=0mm,footskip=0mm]{geometry}
With this ...
Search found 5 matches
- Fri Feb 17, 2012 1:29 am
- Forum: Page Layout
- Topic: How to set margins to 0 with includegraphics?
- Replies: 1
- Views: 7573
- Wed Feb 15, 2012 11:00 pm
- Forum: Page Layout
- Topic: Change the Text of a tikZ Picture in Header
- Replies: 6
- Views: 5995
Change the Text of a tikZ Picture in Header
Here is the code of an smaller example:
\documentclass[
paper=128mm:96mm,% like beamer
fontsize=11pt,% like beamer
pagesize,% write page size to dvi or pdf
parskip=half-,% paragraphs are separated by half a line, no special marking of line endings
numbers=noendperiod,% removes points for ...
\documentclass[
paper=128mm:96mm,% like beamer
fontsize=11pt,% like beamer
pagesize,% write page size to dvi or pdf
parskip=half-,% paragraphs are separated by half a line, no special marking of line endings
numbers=noendperiod,% removes points for ...
- Wed Feb 15, 2012 10:25 pm
- Forum: Page Layout
- Topic: Change the Text of a tikZ Picture in Header
- Replies: 6
- Views: 5995
Re: Change the Text of a tikZ Picture in Header
I use the scrpage2.
The source code of the example that I use is here:
http://tug.org/pracjourn/2010-2/hofert.html
The source code of the example that I use is here:
http://tug.org/pracjourn/2010-2/hofert.html
- Wed Feb 15, 2012 9:29 pm
- Forum: Page Layout
- Topic: Change the Text of a tikZ Picture in Header
- Replies: 6
- Views: 5995
Change the Text of a tikZ Picture in Header
I have this header:
\ihead{\hspace{-2mm}
\begin{tikzpicture}[remember picture,overlay]
\node [xshift=\paperwidth/2,yshift=-\headheight] (mybar) at (current page.north west)[rectangle,fill,inner sep=0pt,minimum width=\paperwidth,minimum height=4\headheight,top color=mybgcolor!64,bottom color ...
\ihead{\hspace{-2mm}
\begin{tikzpicture}[remember picture,overlay]
\node [xshift=\paperwidth/2,yshift=-\headheight] (mybar) at (current page.north west)[rectangle,fill,inner sep=0pt,minimum width=\paperwidth,minimum height=4\headheight,top color=mybgcolor!64,bottom color ...
- Mon Feb 08, 2010 2:31 am
- Forum: Graphics, Figures & Tables
- Topic: Anatomy Atlas
- Replies: 1
- Views: 1869
Anatomy Atlas
I would like to label many pages with a photo labeled. I don't want to draw each time the arrows. I want to mark each structure of a photo with a number; and automatically to generate all the arrows with the real name at the borders of the page reading a file with a list with the "number-name ...