|
#1
| ||||
| ||||
| TeXShop -- paper size & formatting I am having trouble with paper size selection in TeXShop. I'm running OSX Panther. Whenever I LaTeX my documents in TeXShop, paper size seems to be incorrect -- text runs all they way to the bottom (as if it's TeX-ing for A4 then displaying on letter size paper). This problem doesn't occur when I TeX the same documents on a well-used installation of LaTeX on our Unix system. I have gone as far as re-configuring my entire TeXShop installation. Still the same problem occurs. If you have ideas & solutions, they would be very much appreciated. thx C |
|
#2
| ||||
| ||||
| Could you supply your preamble? Besides setting paper size in the documentclass e.g. [a4paper], you can also set it additionally in the preamble, e.g. for A4: \textwidth = 6.5 in \textheight = 9 in \oddsidemargin = 0.0 in \evensidemargin = 0.0 in \topmargin = 0.0 in \headheight = 0.0 in \headsep = 0.0 in Your version of LaTeX and TeXShop should be irrelevant to this issue, but your preamble is important.
__________________ This is not a signature (but I could be wrong). 15" MacBook Pro C2D@2.4 GHz | 2 GB RAM | Mac OS 10.5.4 | Website | LinkedIn | Publications GP/O d-(+)@ s: a->? C++(+++) U* P+ L+>++ !E---- W+++ N o? K? w--- O? M++ V? PS+++ PE-- Y+ PGP t 5? X- R !tv b++++ DI+(++)@ D+(++) G++(+++) e+++$>++++$$ h--->---- r+++ y++++@ |
|
#3
| ||||
| ||||
| I don't believe that preamble is the source of the problem (it is included below anyway). Whenever I LaTeX my files on Unix setup, the .pdf document appears as it should. Using the *exact* same .tex files, but LaTeX-ing in TeXShop, the text is shifted downward on the page approximately 3/4 inch. thx My preamble: \documentclass[11pt,letterpaper]{article} \usepackage[latin1]{inputenc} \usepackage{amsmath} \usepackage{layout} \usepackage{amssymb} \usepackage{graphicx} \usepackage{subfigure} \setlength{\oddsidemargin}{.3in} \setlength{\evensidemargin}{.3in} \setlength{\textwidth}{6in} \setlength{\textheight}{8in} |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SHUTDOWN without warning SCARY!! | astro_sk | Mac OS X System & Mac Software | 10 | May 16th, 2003 01:45 PM |
| page setup - custom paper size | chicodoggy | Mac OS X System & Mac Software | 2 | November 8th, 2002 11:23 AM |
| custom paper size in page setup? | chicodoggy | Mac OS X System & Mac Software | 2 | November 5th, 2002 09:15 AM |
| Setting variable paper size | taewon | Mac OS X System & Mac Software | 0 | August 15th, 2002 10:29 AM |
| [HOWTO] - Change the users default paper size in the OS | brodie | HOWTO & FAQs | 1 | November 16th, 2001 03:08 AM |