A client just sent me a tex file that has a total of 28 \section, \subsection, and \subsubsection commands and their arguments, but no text within the sections themselves. This causes the typeset output to run off of the bottom of the page, without flowing to a new page. Is there a way to typeset only the \section commands with their titles and flow that text across multiple pages? I tried \tableofcontents, and it worked okay, except that the last page of the file was the sections that flowed off of the bottom of the page again.
I've posted the file below. My apologies for the long post, and thanks beforehand for your help.
Code: Select all
\documentclass[twoside,12pt]{article}
\usepackage{graphicx}
\usepackage{times}
\usepackage{geometry}
%\usepackage{ssub}
\setlength{\topmargin}{-.6in}
\setlength{\textwidth}{6.5in}
\setlength{\textheight}{9in}
\renewcommand{\baselinestretch}{1.25}
\setlength{\oddsidemargin}{.25in}
\setlength{\evensidemargin}{0.25in}
%\makeatletter
%\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}{4.25ex plus
%-1ex minus -.2ex}{.25ex plus .2ex}{\normalsize\itshape}}
%\makeatother
\makeatletter
\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}{4.25ex plus
-1ex minus -.2ex}{.25ex plus .2ex}{\normalsize\itshape}}
\makeatother
\newcommand{\sect}{\subsubsection*}
\setlength{\parskip}{12pt}
\edef\temp{\the\parindent}
%\raggedright
\setlength{\parindent}{\temp}
\setlength{\hoffset}{-.27in}
%\setlength{\parindent}{1.5em}
\setlength{\parindent}{0em}
\pagestyle{empty}
%\markboth{Getting to {\it It}}{}
\begin{document}
\title {Parts Outline: Quanta, Symmetry, and Topology}
\date{}
\author{}
\maketitle
\thispagestyle{empty}
\frenchspacing
\bigskip
\maketitle
\section{Geometry and Topology in Elementary Quantum Mechanics}
\subsection{The Simplest Level Crossing}
\subsection{Adiabatic Evolution}
\subsection{Connection Matrix and Gauge Symmetry}
\subsection{Complex Crossings and Magnetic Monopoly}
\subsection{Time Reversal and Kramers Doublets}
\subsection{Crossing of Kramers Doublets}
\subsection{Topological Invariants in Gauge Structure}
\subsection{Group Theory of Level Crossing}
\subsection{Level Mergers at Enhanced Symmetry Points}
\subsection{Supplement: Clifford Algebra, Rotations, and Spinors}
\section{Charge Re-quantization}
\subsection{The Simplest Solitons}
\subsection{Zero Modes and Half-Integer Charge}
\subsection{Gradient Expansion of Current Response}
\subsection{Fractional Charge from Vacuum Polarization}
\subsection{Domain Walls}
\subsection{Re-quantization: Mixing and Locking}
\subsection{Schrieffer Counting Argument}
\subsection{Superconducting Variant: Majorana Modes}
\subsection{Superconducting Variant: Vacuum Polarization}
\subsection{Supplement: Peierls Instability and Coleman-Weinberg Theory}
\section{Fractional Angular Momentum and Fractional Quantum Statistics}
\subsection{Particle on a Ring}
\subsection{}
\section{Nonabelian Anyons}
\section{Quantum Hall Effects}
\section{Topological Insulators}
\end{document}