Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
84 lines (69 sloc)
3.72 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%% FORMATTING OPTIONS FOR USTRADE SIZE | |
%%% This file gets included by the hott-xxx.tex files. | |
% MACROS FOR FINE TUNING | |
\newcommand{\narrowbreak}{\\} | |
\newcommand{\narrowamp}{&} | |
\newcommand{\narrowequation}[1]{\begin{equation*}#1\end{equation*}} | |
\newenvironment{narrowmultline*}{\csname multline*\endcsname}{\csname endmultline*\endcsname} | |
\newenvironment{narrowmultline}{\csname multline\endcsname}{\csname endmultline\endcsname} | |
% FONTS | |
\def\OPTfontsize{10pt} % Font size | |
\delimiterfactor=800 | |
% PAGE FORMAT | |
% | |
% These settings are for letter format | |
\def\OPTpagesize{6in,9in} % Page size | |
\def\OPTtopmargin{0.75in} % Margin at the top of the page | |
\def\OPTbottommargin{0.75in} % Margin at the bottom of the page | |
\def\OPTinnermargin{0.5in} % Margin on the inner side of the page | |
\def\OPTbindingoffset{0.35in} % Extra offset on the inner side | |
\def\OPToutermargin{0.75in} % Margin on the outer side of the page | |
% FORMATTING OF COVER PAGE | |
%\def\OPTcoverwidth{8.45in} % width of text on cover page, not used for US trade | |
%\def\OPTcoverheight{10.95in} % height of text on cover page | |
\def\OPTtopskip{35pt} % Skip at top of cover and back page (with units) | |
\def\OPTbotskip{35pt} % Skip at bottom of cover and back page (with units) | |
\def\OPTcovertitlefont{61} % Size of title font (no unit, pt assumed) | |
\def\OPTcoverspinefont{32} % Size of title font on the book spine (no unit, pt assumed) | |
\def\OPTcovertitleskip{20pt} % Skip between title and subtitle (with units) | |
\def\OPTcoversubtitlefont{22} % Size of subtitle font (no unit, pt assumed) | |
\def\OPTcoverauthorfont{18} % Size of author font (no unit, pt assumed) | |
\def\OPTcoverauthorskip{6pt} % Skip betewen first and second line of author (with units) | |
% FORMATTING OF BACK COVER PAGE | |
\def\OPTbacktitlefont{\Large} % Size of "From the introduction" and "Get this book ..." | |
\def\OPTbackfont{\normalsize} % Size of text font | |
% FORMATTING OF BASTARD TITLE, IF PRESENT | |
% (see opt-no-bastard.tex and opt-bastard.tex) | |
\def\OPTbastardtitlefont{17} | |
\def\OPTbastardsubtitlefont{11} | |
\def\OPTbastardwidth{0.42\textwidth} % Width of bastard title | |
\def\OPTbastardtitleskip{6pt} | |
% FORMATTING OF TITLE PAGE | |
\def\OPTtitletitlefont{26} % Size of title font (no unit, pt assumed) | |
\def\OPTtitletitleskip{7pt} % Skip between title and subtitle (with units) | |
\def\OPTtitlesubtitlefont{17} % Size of subtitle font (no unit, pt assumed) | |
\def\OPTtitlewidth{0.65\textwidth} % Width of title | |
\def\OPTtitleskip{21pt} % Skip between title and author (with units) | |
\def\OPTtitleauthorfont{13} % Size of author font (no unit, pt assumed) | |
\def\OPTtitleauthorskip{4pt} % Skip betewen first and second line of author (with units) | |
% PART FONTS | |
\def\OPTpartfont{28} % Size of "Part X" (without unit, pt assumed) | |
\def\OPTpartskip{14pt} % Skip between Part and title (with unit) | |
\def\OPTparttitlefont{42} % Size of part title (without unit, pt assumed) | |
% FORMATTING OF CHAPTER TITLE | |
\def\OPTchapterfont{20} % Size of "Chapter X" (without unit, pt assumed) | |
\def\OPTchapterskip{14pt} % Skip between Chapter and title (with unit) | |
\def\OPTchaptertitlefont{24} % Size of chapter title (without unit, pt assumed) | |
% FORMATTING OF PREFACE | |
\def\OPTprefacecols{2} % Number of columns when listing people in Preface | |
% GETTING RID OF THE WIDOW ON PAGE 2 IN LETTER FORMAT | |
\def\OPTwidow{} | |
% FORMATTING OF TABLE 1 IN INTRODUCTION | |
\def\OPTsmalltable{\small} | |
% FORMATTING OF TABLE 8.1 OF HOMOTOPY GROUPS OF SPHERES | |
\newcommand{\OPTspherescolwidth}{20pt} | |
% FORMATTING THE BIBLIOGRAPHY | |
\newcommand{\OPTbibliographyfont}{\small} | |
% FORMATTING OF INDEX | |
\newcommand{\OPTindexfont}{\footnotesize} % size of font in the index | |
\newcommand{\OPTindexcolumnsep}{15.0pt} % column separation in index (default is 10.0pt) |