%% LaTeX2e document: Author B.M. Smith. %% Author: Blair M. Smith % Versions: LaTeX 3.141592-1.21a-2.2 (tetex v 1.9), Hyperref v6.6 % May require AMS-LaTEX, graphicx, and Xy-pic macro packages % Note: Some Options for use with `fancyheadings.sty' may have been % commented out. %% %% Graphics Tips for PDFLaTeX %% %% \usepackage{graphix} will work only if you exclusively stick to %% EITHER .eps OR raster images like .png, .jpg, or .pdf. You cannot mix %% \includegraphics commands for EPS and PNG in the same document for example. %% So use either \DeclareGraphicsExtensions{.pdf,.png,.jpg} %% or \DeclareGraphicsExtensions{.eps,.ps} %% but not both. %% %% Tip: If you want to put LaTeX typesetting into a lot of figures then use EPS %% and use the \psfrag command with the DeclareGraphicsExtensions{.eps,.ps} usage. %% YOU MUST then run the sequence, %% `latex-bibtex-latex-dvips-ps2pdf` %% rather than `pdflatex` %% %\documentclass[12pt,twoside]{report} \documentclass[12pt,twoside]{report} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% My Custom Header Definitions and Extras %% \input{latex_header.tex} %% Included in above \input header are: %% %% 1. \usepackage{amsmath,amssymb,amsthm,amsbsy,amsfonts} %% 2. \usepackage{mathrsfs} % Fancy script letters with \mathscr{} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{bbold} \usepackage{wrapfig} \usepackage{lscape} %\usepackage{wasysym} %\usepackage{textcomp} %% %% XY-Pic Options %% \usepackage[matrix,arrow,curve,arc]{xy} %% %%Set the default xypic coordinate system. %% %\everyxy={0:<1cm,0cm>} %% %% Graphics Package Options %% \usepackage{graphicx} \usepackage{color} %% Image file formats accepted for graphicx: \usepackage{psfrag} \DeclareGraphicsExtensions{.eps,.ps} %\DeclareGraphicsExtensions{.pdf,.png,.jpg} \usepackage{subfigure} %% %% BibTeX Packages? %% %\usepackage{apacite} %% %% Fancy Headers %% \usepackage{fancyhdr} \pagestyle{fancy} %% %% PDF Options: Recommend NOT USING dvippdf, use pdflatex instead. %% Alternatively, is you are using .eps graphics use the hyperref %% [ps2pdf] option and run latex-dvips-ps2pdf %% % Thumbnails is not needed if using the dvipdfm package. %\usepackage{thumbpdf} \usepackage[dvips,ps2pdf,pdftitle={Classical Mechanics}, pdfauthor={John C. Baez}, pdfsubject={classical mechanics}, pdfkeywords={physics, classical mechanics, Lagrangians, action principle, Hamiltonian, Lie groups, relativity}, pdfpagemode={UseOutlines}, bookmarks,bookmarksopen,pdfstartview={FitH},breaklinks={true}, colorlinks,linkcolor={blue},citecolor={red}]{hyperref} %\renewcommand{\baselinestretch}{1.5} %Use only for thesis style line spacing. \setlength{\textwidth}{16cm} \setlength{\textheight}{21cm} % For US Letter \setlength{\oddsidemargin}{0.51cm} \setlength{\evensidemargin}{0cm} \setlength{\topmargin}{0.0cm} \setlength{\headsep}{1.5cm} \setlength{\footskip}{1cm} \headheight=15pt \setlength{\headwidth}{\textwidth} \addtolength{\headwidth}{\marginparsep} %% %% remember chapter title %% \renewcommand{\chaptermark}[1]{\markboth{\sl\ #1}{\sl\thechapter.\ #1}} \renewcommand{\sectionmark}[1]{\markright{\sl\thesection\ #1}} % section number and title %% %% Custom header and footers %% \lhead[\fancyplain{}{\sl\thepage}]{\fancyplain{}{\sl\rightmark}} \rhead[\fancyplain{}{\sl\leftmark}]{\fancyplain{}{\sl\thepage}} \cfoot{} \renewcommand{\headrulewidth}{0pt} \setcounter{secnumdepth}{2} %% %% Custom Symbols %% \renewcommand{\defeq}{\, :=\,} %% %% Theorems, Examples, and Definitions %% \newtheorem{theorem}{Theorem}[chapter] \newtheorem{definition}{Definition}[chapter] % % Make distinct Chapter and Appendix headings. \newcommand{\ch}[1]{% \clearpage{\pagestyle{empty}\cleardoublepage} %makes sure no header opposite chapter start page. \addtocounter{chapter}{1} \chaptermark{#1} \addtocontents{toc}{\contentsline {chapter}{\numberline {\arabic{chapter}} #1}{\arabic{page}}} \makebox{} \vspace{3cm}\\ {\noindent \Large \textbf{Lecture\ \arabic{chapter}. \vspace{10pt} \\ \noindent {#1} \\}} \rule{16cm}{1pt} \vspace{5ex} \\ } %\begin{picture}(16,1) % \setlength{\unitlength}{1cm} % \put(0,1){\line(1,0){16}} % \end{picture}} % %\newcommand{\app}[1]{% % \makebox[1cm]{} \\% % \chapter{#1}% % \begin{picture}(16,1)% % \setlength{\unitlength}{1cm}% % \put(0,1){\line(1,0){16}}% % \end{picture}} %% \includeonly{} \title{\vspace{-10em}\textbf{Lectures on \\ Classical Mechanics}} \author{by\vspace{5ex} \\ \textbf{John C. Baez} \\ \vspace{2ex} \\ \textbf{notes by Derek K. Wise} \vspace{2ex} \\ Department of Mathematics \\ University of California, Riverside \vspace{5ex} \\ \textbf{LaTeXed by Blair Smith} \vspace{2ex} \\ Department of Physics and Astronomy \\ Louisiana State University } \date{2005} \begin{document} \maketitle \pagenumbering{roman} \input{preface} \tableofcontents %\listoffigures %\listoftables % \input{ch1} \input{ch2} \input{ch3} \input{ch4} \bibliographystyle{alpha} \bibliography{class-mech} %\input{app1} \end{document}