[OS X TeX] File size depends on the distiller?

Jung-Tsung Shen jushen at gmail.com
Thu May 29 01:34:50 CEST 2008


I was typesetting a one-page document for a conference. The document
consisted of three short paragraph in text, and two .eps figures which
each has a size of less than 0.3 MB.

Right after compiling, the console/log window indicated that the size
of the output file was about 0.6 MB. The submission of this one-page
document was rejected by the mail system of the conference for
exceeding the limit. A closer look at the file size (by various
methods) surprisingly showed a very different results: 9.6 MB. The
generated .dvi also had weird file size: 4 KB. The 9.6 MB PDF document
displayed smoothly on my memory-limited laptop which has difficulty
even for displaying a PDF of 3 MB.

I tried to figure out where it went wrong by randomly tweaking here
and there, but none of them worked. Finally when I changed the
distiller from "Apple Distiller" to "Ghostscript" (in TeXShop
preferences panel), the output file had a normal size of about 0.3 MB.

Is this behavior normal?

I appreciate any comments on this. Thanks.

JT

The following is the preamble of the document:

%*********************
\documentclass[10pt]{article}
\usepackage{OSAconf}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[centertags]{amsmath}
\usepackage{amstext}
\usepackage{graphicx}
%\usepackage{wrapfig}
\usepackage[footnotesize,center]{caption2}
\usepackage[letterpaper,width=6.5in,height=9in,headheight=0in,headsep=0in,footskip=0in,top=1in]{geometry}
\usepackage{units}

\renewcommand{\captionlabeldelim}{.}
\renewcommand{\figurename}{Fig.}

\usepackage{xspace}
\newcommand{\ie} {i.\,e.\xspace}
\newcommand{\diff}[1]{\,\mathrm{d}#1}

\begin{document}
\end{document}
%***********************



More information about the macostex-archives mailing list