auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] using maximum paper real estate on lettersize 2 page pdf in lan


From: Ed C.
Subject: [AUCTeX] using maximum paper real estate on lettersize 2 page pdf in landscape orientation
Date: Thu, 07 Mar 2013 18:46:19 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1

Hello:

I am trying to print 2 crossword puzzles from the eEdition of my local
newspaper. I want to use duplex printing and to encapsulate two jpg
files into one pdf. How can I make each puzzle be printed on the maximum
area of each side? (i.e effectively with zero width margins or as close
to that as possible.

What I have now is this .tex in auctex:

%%%;; -*- coding: utf-8 -*-

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:

 \documentclass[letterpaper, 11pt, latin]{article}
 \pagestyle{empty}
\usepackage[pdftex]{graphicx}
 %%\usepackage[utf8x]{inputenc}
%% \usepackage{babel}
\usepackage[landscape]{geometry}
 \pdfpageheight=8.5in
 \pdfpagewidth=11in

 \oddsidemargin=.97672pt
 \evensidemargin=.97672pt
 \topmargin=.55386pt
 \headheight=1.0pt
 \headsep=1.0pt
 \topskip=1.0pt
 \footskip=1.0pt
 \marginparwidth=1.0pt
 \marginparsep=1.0pt
 \columnsep=1.0pt
%% \skip\footins=1.0pt

\begin{document}

%%\centerline
\includegraphics* [width=10.1in] {c:/emacs/mat118/nyx.jpg}
\newpage
\includegraphics* [width=10.1in] {c:/emacs/mat118/dailyx.jpg}

\end{document}

******

nyx.jpg and dailyx.jpg are the two images extracted from the Olive
publishing package (a wysiwyg newsprint viewer). Even with minimal
margin settings there is an area more than an inch wide on the left side
of the landscape page. If I increase the [width= setting then the image
is cropped on the right. Apparently [scale= can't be used on a bitmapped
file but changing [width= should preserve the aspect ration. Any
suggestions? Would a slide or beamer documentclass allow me to work
closer to the paper edge?

I am using 32bit Miktex 2.9 on 64 bit Win 7 professional but that is
probably not relevant. Emacs 23.3,  AUCTeX-date "2007-01-23"

Thanks,

Ed





reply via email to

[Prev in Thread] Current Thread [Next in Thread]