[texhax] William Lee Valentine geometry problem

Simmie, John john.simmie at nuigalway.ie
Wed Feb 10 08:29:28 CET 2010


In your master tex file which you call volume1.tex put something like

\documentclass[12pt]{article}
\usepackage[top=2.5cm,bottom=2.5cm,left=2.5cm,right=2.5cm]{geometry} %
Sets paper size, margins, etc
% "Geometry.cfg" selects A4 paper

And separately edit the geometry.cfg file to whatever size paper you are
using
%
%% This is file `geometry.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% geometry.dtx  (with options: `config')
%% 
%% File: geometry.dtx Copyright (C) 1996-2000 Hideo Umeki
%%                              (hideo.umeki at toshiba.co.jp)
%%
%% This package may be distributed under the terms of the LaTeX
%% Project Public License, as described in lppl.txt in the base
%% LaTeX distribution, either version 1.2 or (at your option)
%% any later version.
%%
%% Uncomment and edit the line below to set default options.
\ExecuteOptions{a4paper,dvips}
\endinput
%%
%% End of file `geometry.cfg'.

You can dispense with the CFG file if you so wish and embed A4 or letter
or whatever in your master tex file

JohnSimmie::NUIGalway::Ireland 



More information about the texhax mailing list