package that allows separate consideration of logical and physical pages (which can provide pdfnup-like functionality from inside TeX, among other things)
Questions tagged [pgfpages]
80 questions
3
votes
1 answer
How to change formatting of pgfpagesuselayout?
I have cut my page in four parts using \pgfpagesuselayout{4 on 1}[a4paper] command. Now there are let's say four quadrants in my page. Since {3 on 1} is not available in this environment, I want to have two portrait style pages in the upper half and…
Niranjan
- 3,435
3
votes
1 answer
2 pages on 1 with pgfpages
I'm sorry I know this question has been asked several times.
I would like to get a 2 pages on 1 using pgfpages as shown by the following:
\documentclass[french,…
imotep81
- 165
3
votes
1 answer
Compile four a6 pages on one a4
I'm new to Latex and I'm trying to copy my first page on every page. I would like to have my a6paper document, repeated 4 times on a4 paper. I don't want to use the includepdf solution that I already know. I found something interesting here (Compile…
Yohann29100
- 115
3
votes
2 answers
Output only a subset of pages with pgfpages options in LaTeX
I am trying to make a handout using a subset from a bigger set of pages. So far I succeeded in putting four pages on one page using
\usepackage{pgfpages}
\pgfpagesuselayout{4 on 1}[a4paper,border shrink=2.5mm,landscape]
However, the problem is that…
Daniel
- 1,787
3
votes
1 answer
How to use pgfpages for creating sheets of labels
I am trying to create sheets of labels using pgfpages but, apparently, I'm doing it wrong. Here is what I have tried:…
Martin Heller
- 11,391
1
vote
1 answer
Help for hyperlinks with pgfpages needed
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{amsfonts,amssymb}
\usepackage{txfonts}
\usepackage{ragged2e}
\usepackage{xcolor}
\usepackage{marginnote}
\usepackage{scrextend}
\usepackage{array}
\usepackage{enumitem}
\usepackage{mdwlis…
Vishakha
- 119
1
vote
0 answers
reconfiguring pgfpages to output one page
I use pgfpages to produce 4up slides with beamer. I have a general setup file containing the following code:
% If we are in handout mode, do 4up.
\mode{
\usepackage{pgfpages}
\pgfpagesuselayout{4 on 1}[a4paper, border shrink=5mm,…
Stefan Müller
- 6,901
- 3
- 29
- 61