Search found 4 matches

by jinkx
Mon Apr 04, 2016 5:45 pm
Forum: Conversion Tools
Topic: Saving paper by splitting single page into two halves
Replies: 5
Views: 70559

Saving paper by splitting single page into two halves

I didn't know about the eso-pic package. Also, the idea of importing pdfs as a picture is good. And I guess for printing on both sides of the paper, page can be specified in the includegraphics command.

\documentclass[a4paper, landscape]{article}
\usepackage[margin=0pt]{geometry}
\usepackage ...
by jinkx
Sun Apr 03, 2016 2:33 pm
Forum: Conversion Tools
Topic: Saving paper by splitting single page into two halves
Replies: 5
Views: 70559

Re: Saving paper by splitting single page into two halves

I am not an expert in Tex, and I can't think of any way that each half will have both header and footer of their own. There is minipage but that is generally used once the body of the document starts, and also demands that the content is manually written for each minipage.

If the solution of the ...
by jinkx
Sun Apr 03, 2016 2:18 pm
Forum: Conversion Tools
Topic: Saving paper by splitting single page into two halves
Replies: 5
Views: 70559

Re: Saving paper by splitting single page into two halves

Most of the times only one type of paper is available with the one who prints stuff when you give him your money. And that is A4. Maybe in developed countries people have the luxury of choosing between many sizes of paper, but that is not the case everywhere.
by jinkx
Sun Apr 03, 2016 9:57 am
Forum: Conversion Tools
Topic: Saving paper by splitting single page into two halves
Replies: 5
Views: 70559

Saving paper by splitting single page into two halves

Many documents occupy only one page of a paper and need to be replicated and distributed. Example might be tutorial sheets in universities. So often the back side of the paper gets wasted.

A solution for this might be to cram tutorials for two students in a single paper. Suppose tutorial one ...