number width in predefined (amsbook?) list of figures too wide -
self-defined lists okay
First of all, sorry for the long mwe - I wanted to include everything I
use so that someone may see a potential clash.
I based this off of the document class amsbook. I am also going to add a
"List of Proofs" section too...
I've seen some references to adjusting the width of the numbers in the
List of Figures (though I don't think they had
\numberswithin{figures}{subsubsection}
level of detail. Some relied on
\usepackage{tocloft}
which sounds great but I couldn't get the news errors to be fixed when
implementing that package. I also found one (How to modify the indentation
before sectioning titles in the table of contents?) that tried to fix it
(in the book class) without that package, relying on something to do with
\makeatletter
\renewcommand*\l@subsection{\@dottedtocline{2}{1.8em}{3.2 em}}
\makeatother
but my file complained about that itself being undefined - I suppose it
comes with the tocloft package?
This worked part ways, until more obscure errors (for me) came up...
\let\listofdefinitions\relax
\let\endlistofdefinitions\relax
\let\listofexamples\relax
\let\endlistofexamples\relax
\let\listofremarks\relax
\let\endlistofremarks\relax
\usepackage{tocloft}
I'd like to use the
tocloft
package and so I took my 150 page notebook down to a `MWE' to see if
someone knew why it didn't work.
Here is the start of the preamble.
\documentclass{amsbook}%{scrbook}%{book}
\include{mypreamble}
%\usepackage{tocloft}
\setlength\textwidth{375pt}
\usepackage{amsthm,varwidth,array,ragged2e}%amsmath
\usepackage[fleqn]{mathtools}
\newtheoremstyle{mystyle}
{\topsep}{\topsep}{}{}{\bfseries}{:}{\newline}
{\thmname{#1}\thmnumber{ #2}\thmnote{ (#3)}%
\ifstrempty{#3}%
{\addcontentsline{def}{subsection}{#1~\themydef}}%
{\addcontentsline{def}{subsection}{#1~\themydef~(#3)}}}%
\theoremstyle{mystyle}
\newtheorem{mydef}{Definition}
%
\makeatletter
\newcommand\definitionname{Definition}
\newcommand\listdefinitionname{List of Definitions and Theorems}
\newcommand\listofdefinitions{%
\section*{\listdefinitionname}\@starttoc{def}}
\makeatother
\newtheoremstyle{myotherstyle}
{\topsep}{\topsep}{}{-3pt}{\bfseries}{:}{\newline}% -3 indents the header
{\thmname{#1}\thmnumber{ #2}\thmnote{ ({\color{black}{#3}})}%
\ifstrempty{#3}%
{\addcontentsline{rem}{subsection}{#1~\themyrem}}%
{\addcontentsline{rem}{subsection}{#1~\themyrem~(#3)}}}
%
\theoremstyle{myotherstyle}
\newtheorem{myrem}{Remark}
%
\makeatletter
\newcommand\remarkname{Remark}
\newcommand\listremarkname{List of Remarks}
\newcommand\listofremarks{%
\section*{\listremarkname}\@starttoc{rem}}
\makeatother
%%%%%%%%%%
\newtheoremstyle{myotherstyleT}
{\topsep}{\topsep}{}{-3pt}{\bfseries}{:}{\newline}% -3 indents the header
{\thmname{#1}\thmnumber{ #2}\thmnote{ (#3)}%
\ifstrempty{#3}%
{\addcontentsline{def}{subsection}{#1~\themydef}}%
{\addcontentsline{def}{subsection}{#1~\themydef~(#3)}}}
%
\theoremstyle{myotherstyleT}
\newtheorem{mythm}{Theorem}
\usepackage[usenames,dvipsnames,table]{xcolor}
\usepackage{mdframed}
%\usepackage[framemethod=TikZ]{mdframed}
%\mdfdefinestyle{MyFrame}{%
% linecolor=blue,
% outerlinewidth=2pt,
% roundcorner=20pt,
% innertopmargin=\baselineskip,
% innerbottommargin=\baselineskip,
% innerrightmargin=20pt,
% innerleftmargin=20pt,
% backgroundcolor=gray!50!white}
\usepackage{cancel}
%\usepackage{latexsym}
\usepackage{amssymb}
\usepackage[strict]{changepage}
%\changepage{textheight}{textwidth}%
% {evensidemargin}{oddsidemargin}%
% {columnsep}{topmargin}%
% {headheight}{headsep}%
% {footskip}
\usepackage[top=1.2in, left=0.9in, bottom=1.2in,
right=0.9in,heightrounded,marginparwidth=2cm,marginparsep=2mm]{geometry}
\newcommand{\bdy}[0]{\begin{center} \line(1,0){350}\\ \end{center}}
\newcommand{\atn}[1]{\Huge{{\color{red}#1}}}
\usepackage{thmtools}
%\usepackage[colorlinks=false, linktocpage=true]{hyperref}
\usepackage{hyperref}
\hypersetup{
pdffitwindow=true,
%linkcolor=LightSkyBlue,
citecolor=Sienna,
urlcolor=Navy,
menucolor=black,
colorlinks = true,
linkcolor=Violet,
%linkbordercolor = {white},
%filebordercolor={red},
linkbordercolor=blue,
hidelinks = false,
frenchlinks=true, %eventually comment out
bookmarks=true,
bookmarksnumbered=true,
hypertexnames=false,
breaklinks=true,
backref=true,
hyperindex=true,
pdfauthor={hellslfjkdsl},
final,
%pdftitle={PHYS 5300},
pagebackref=true,
linktocpage=false,
}
\RequirePackage[hyperpageref]{backref}
\renewcommand*{\backref}[1]{}
\renewcommand*{\backrefalt}[4]{
\ifcase #1
No cited.
\or
Cited on page #2.
\else
Cited on pages #2.
\fi}
\usepackage{amsmath}
\makeatletter
\newlength\min@xx
\newcommand*\xxrightarrow[1]{\begingroup
\settowidth\min@xx{$\m@th\scriptstyle#1$}
\@xxrightarrow}
\newcommand*\@xxrightarrow[2][]{
\sbox8{$\m@th\scriptstyle#1$} % subscript
\ifdim\wd8>\min@xx \min@xx=\wd8 \fi
\sbox8{$\m@th\scriptstyle#2$} % superscript
\ifdim\wd8>\min@xx \min@xx=\wd8 \fi
\xrightarrow[{\mathmakebox[\min@xx]{\scriptstyle#1}}]
{\mathmakebox[\min@xx]{\scriptstyle#2}}
\endgroup}
\makeatother
% \xxrightarrow{<sample>}[<below>]{<above>}
\DeclareSymbolFont{lettersA}{U}{txmia}{m}{it}
\DeclareMathSymbol{\real}{\mathord}{lettersA}{"92}
\DeclareMathSymbol{\field}{\mathord}{lettersA}{"83}
\usepackage{comment}
\usepackage{tikz}
\usetikzlibrary{chains,positioning, intersections,arrows,scopes}
\usetikzlibrary{arrows,positioning,shapes,fit,backgrounds,automata}
\tikzset{
%Define standard arrow tip
>=stealth',
%Define style for boxes
punkt/.style={
circle,
rounded corners,
draw=black, very thick,
text width=6.5em,
minimum height=2em,
text centered},
punktsmallleft/.style={
circle,
draw=black, very thick,
minimum height=2em,
text centered},
% Define arrow style
pil/.style={
->,
thick,
shorten <=2pt,
shorten >=2pt,}
}
\usepackage{tikz-cd}
\usepackage{marginfix}
\usepackage{natbib}
\makeatletter
\newsavebox\myboxA
\newsavebox\myboxB
\newlength\mylenA
\newcommand*\xoverline[2][0.75]{%
\sbox{\myboxA}{$\m@th#2$}%
\setbox\myboxB\null% Phantom box
\ht\myboxB=\ht\myboxA%
\dp\myboxB=\dp\myboxA%
\wd\myboxB=#1\wd\myboxA% Scale phantom
\sbox\myboxB{$\m@th\overline{\copy\myboxB}$}% Overlined phantom
\setlength\mylenA{\the\wd\myboxA}% calc width diff
\addtolength\mylenA{-\the\wd\myboxB}%
\ifdim\wd\myboxB<\wd\myboxA%
\rlap{\hskip 0.5\mylenA\usebox\myboxB}{\usebox\myboxA}%
\else
\hskip -0.5\mylenA\rlap{\usebox\myboxA}{\hskip
0.5\mylenA\usebox\myboxB}%
\fi}
\makeatother
% \usepackage{cleveref}
\usepackage[capitalize,nameinlink]{cleveref}
%\crefname{part}{chapter}{section} - Dont know what this does
\usepackage{wrapfig}
\usepackage{mathabx}
\usepackage{scrextend}
% Footnote mark in text
\deffootnotemark{\textsuperscript{(\thefootnotemark)}}
% Footnote mark in footer
\deffootnote{2em}{1.6em}{(\thefootnotemark)\enskip}
\usepackage{mathdots}
\usepackage{pdfpages}
\usepackage{grffile} %same as newverbs use - kinda
\usepackage{stmaryrd}
%use by saying, "\begin{remark}"
% \usepackage{amsthm}
\usepackage{etoolbox}
\def\dbar
\newmdtheoremenv{theo}{Theorem} % has to be after mdframed package
\usepackage[parfill]{parskip}
\usepackage{pdfpages}
\newcommand{\mwf}[3]{\frac{\partial\; #1}{\partial\; #2}_{\big|_#3}}
\makeatletter
\newcommand*{\mwfr}[1]{\mwfr@#1\@nil}
\newcommand*{\mwfr@}{}
\protected\def\mwfr@#1,#2,#3\@nil{\ensuremath{ {\frac{\partial\;
{#1}}}_{\big|_{#3}}} }}
\makeatother
\usepackage{multicol}
\usepackage{booktabs}
%\usepackage{diagbox} %clashes with \cancelto{}{} and \cancel{} package
\usepackage{tabularx}
\usepackage{colortbl,array} % für farbige cells
\usepackage{multirow,bigdelim}
\newcommand{\approptoinn}[2]{\;\mathrel{\vcenter{
\offinterlineskip\halign{\hfil$##$\cr
#1\propto\cr\noalign{\kern2pt}#1\sim\cr\noalign{\kern-2pt}}}}\;}
\newcommand{\appropto}{\mathpalette\approptoinn\relax}
\newcommand{\bigO}[1]{\ensuremath{\mathop{}\mathopen{}\mathcal{O}\mathopen{}\left(#1\right)}}
\newcommand\smallO[1]{
\mathchoice
{% mode \displaystyle
%\scriptstyle\mathcal{O}\left(#1\right)
\scriptstyle\mathcal{O}\left(\displaystyle {#1} \right)
}
{% mode \textstyle
\scriptstyle\mathcal{O}\left(#1\right)
}
{% mode \scriptstyle
\scriptscriptstyle\mathcal{O}\left(#1\right)
}
{% mode \scriptscriptstyle
\scalebox{0.8}{$\scriptscriptstyle\mathcal{O}$}\left(#1\right)
}
}
%Following for tikz energy level diagram
% Nice captions.
\usepackage[hang,small,bf]{caption}
\setlength{\captionmargin}{25pt}
\usepackage{subcaption} %clashes with subfigure :(
% New commands to keep things tidy.
\newcommand{\ket}[1]{$\left|#1\right\rangle$}
\newcommand{\Om}[1]{\small $\omega_{#1}$}
\newcommand{\De}[1]{$\Delta_{#1}$}
\newcommand{\Ga}[1]{$\Gamma_{#1}$}
\usepackage{scalefnt} %for controlling font scale in tikz ppg pictures.
\makeatletter
\newcommand{\vast}{\bBigg@{4}}
\newcommand{\Vast}{\bBigg@{5}}
\makeatother
%\[
%\Vast( \frac{\prod_0^\infty k}{\sum_0^\infty n} \Vast)
%\]
%might be easier just to use \scalebox{factor}{stuff} from graphicx
package
\usepackage[xindy,counter=section,sanitize={name=false}]{glossaries}
%[toc]% %\glstoctrue
\usepackage{nomencl}
\makeglossaries %has to be after \usepackage{hyperref}
%
\glossarystyle{long3col}
%\glossarystyle{super3col}
\setlength{\glsdescwidth}{0.6\textwidth}
\setlength{\glspagelistwidth}{0.15\textwidth}
\newglossaryentry{RM}
{
name=Reidemeister move,
description={Refers to one of three local moves on a
link diagram. Demonstrated that two knot diagrams
belonging to the same knot, up to planar isotopy, can
be related by a sequence of the three Reidemeister
moves: \#1.) Twist and untwist in either direction.
\#2.) Move one loop completely over another. \#3.)
Move a string completely over or under a crossing.
\newline \newline The numbering for the types of moves
corresponds to how many strands are involved. By
demonstrating a property of a knot diagram which is
not changed when any of the Reidemeister moves are
applied, an invariant is defined. \newline \newline If
only type II and type III moves are associated with a
diagram, it is sometimes said to be {\it{regularly
isotopic}}.}
}
\newglossaryentry{RieSurf}
{
name=Riemann Surface,
description={}
}
\makeatletter
\patchcmd{\@fancyfoot}{\rlap}{\color{gray}\rlap}{}
\makeatother
\usepackage{footmisc}
\def\footnotelayout{\color{black}}
\usepackage[normalem]{ulem}
%\uline{...}
%\usepackage{accents}
\let\oldpropto\propto
\renewcommand{\propto}[0]{\;\,\oldpropto\;\;}
%\let\oldsubsection\subsection
%\renewcommand{\subsection}{\leftskip=1in\oldsubsection}
\let\oldparagraph\paragraph
\renewcommand{\paragraph}{\leftskip=8mm\oldparagraph}
%\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\makeatletter
\newcommand{\gobblecomma}[1]{\@gobble{#1}\ignorespaces}
\makeatother
\usepackage{textcomp} %for registered and trademarked symbols:
%\textregistered\textcopyright
%\sffamily\textregistered\textcopyright \copyright
\newcommand{\savefootnote}[2]{\footnote{\label{#1}#2}}
\newcommand{\repeatfootnote}[1]{\textsuperscript{(\ref{#1})}}
%to reuse footnotes AWESOME
%\usepackage{environ}
\newif\ifshow
%FLAG%
\showtrue
%\showfalse
%
\ifshow
\includecomment{dontshow}
\else
\excludecomment{dontshow}
\fi
%\newcommand{\noshow}[2]{#1=#2 \ifshow #2=#1 \fi #1=#2}
\usepackage[all,knot,poly,cmtip]{xy}
%
\makeatletter
\newcommand{\unknot}[0]{\xygraph{ !{0;/r1.0pc/:} !{\vcap-}
!{\vcap=>} }}
\makeatother
%
\makeatletter
\newcommand{\superimpose}[2]{%
{\ooalign{$#1\@firstoftwo#2$\cr\hfil$#1\@secondoftwo#2$\hfil\cr}}}
\makeatother
\newcommand{\veewedge}{\mathrel{\mathpalette\superimpose{{\vee}{\wedge}}}}
%
%\newcommand{\twounknots}{\mathpalette\superimpose}
\newcommand{\twounknots}{ \xygraph{ !{0;/r0.5pc/:} [u(1)] !{\vover}
!{\vunder-} [uur]!{\hcap[2]=>} [l]!{\hcap[-2]=>} } }
\newcommand{\twounknotss}{ \xygraph{ !{0;/r1.0pc/:} !{\vunder}
!{\vover-} [uur]!{\hcap[2]=>} [l]!{\hcap[-2]=>} } }
\newcommand{\hopflink}{ \xygraph{ !{0;/r0.5pc/:} [u(1)] !{\vunder}
!{\vunder-} [uur]!{\hcap[2]=>} [l]!{\hcap[-2]=>} } }
\newcommand{\trefoil}{
\scalebox{0.5}{
\xygraph{ !{0;/r2.0pc/:} !P3"a"{~>{}} !P9"b"{~:{(1.3288,0):}~>{}}
!P3"c"{~:{(2.5,0):}~>{}} !{\vunder~{"b2"}{"b1"}{"a1"}{"a3"}<{-1}}
!{\vcap~{"c1"}{"c1"}{"b4"}{"b2"}=<}
!{\vunder~{"b5"}{"b4"}{"a2"}{"a1"}<{-1}}
!{\vcap~{"c2"}{"c2"}{"b7"}{"b5"}=<}
!{\vunder~{"b8"}{"b7"}{"a3"}{"a2"}<{-1}}
!{\vcap~{"c3"}{"c3"}{"b1"}{"b8"}=<}
}
}}
\newenvironment{instuff}
{
\addtolength{\leftskip}{15mm}
}
\newenvironment{instuff2}%[1]
{
\addtolength{\leftskip}{15mm}
\footnotesize{}
% \footnotesize{#1}
}
\definecolor{mywhite}{rgb}{1,1,1}
\definecolor{myblue}{rgb}{.8, .8, 1}
%
\usepackage{empheq}
%
\newlength\mytemplen
\newsavebox\mytempbox
%
\makeatletter
\newcommand\mybluebox{%
\@ifnextchar[%]
{\@mybluebox}%
{\@mybluebox[0pt]}}
%
\def\@mybluebox[#1]{%
\@ifnextchar[%]
{\@@mybluebox[#1]}%
{\@@mybluebox[#1][0pt]}}
%
\def\@@mybluebox[#1][#2]#3{
\sbox\mytempbox{#3}%
\mytemplen\ht\mytempbox
\advance\mytemplen #1\relax
\ht\mytempbox\mytemplen
\mytemplen\dp\mytempbox
\advance\mytemplen #2\relax
\dp\mytempbox\mytemplen
\colorbox{myblue}{\hspace{1em}\usebox{\mytempbox}\hspace{1em}}}
%
\makeatother
% \begin{empheq}[box={\mybluebox[1pt]}]{equation*}
% \end{empheq}
\makeatletter
\newcommand\mywhitebox{%
\@ifnextchar[%]
{\@mywhitebox}%
{\@mywhitebox[0pt]}}
%
\def\@mywhitebox[#1]{%
\@ifnextchar[%]
{\@@mywhitebox[#1]}%
{\@@mywhitebox[#1][0pt]}}
%
\def\@@mywhitebox[#1][#2]#3{
\sbox\mytempbox{#3}%
\mytemplen\ht\mytempbox
\advance\mytemplen #1\relax
\ht\mytempbox\mytemplen
\mytemplen\dp\mytempbox
\advance\mytemplen #2\relax
\dp\mytempbox\mytemplen
\colorbox{mywhite}{\hspace{1em}\usebox{\mytempbox}\hspace{1em}}}
%
\makeatother
\newenvironment{changemargin}[2]{%
\begin{list}{}{%
\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{#1}%
\setlength{\rightmargin}{#2}%
\setlength{\listparindent}{\parindent}%
\setlength{\itemindent}{\parindent}%
\setlength{\parsep}{\parskip}%
}%
\item[]}{\end{list}}
\usepackage{marginnote}
\renewcommand*{\marginfont}{\footnotesize}
\newcounter{mynote}% a new counter for use in margin notes (a register,
not a TeX counter, but a LaTeX counter)
\newcommand{\mynote}[2][0]{% a simple margin note
\refstepcounter{mynote}% step counter
\mbox{\textsuperscript{\themynote}}% the number (superscript) in text
\marginnote{\mbox{\textsuperscript{\themynote}}\hspace{0pt}#2}[#1\baselineskip]%
the note
}
% Blank box placeholder for figures (to avoid requiring any
% particular graphics capabilities for printing this document).
\newcommand{\blankbox}[2]{%
\parbox{\columnwidth}{\centering
% Set fboxsep to 0 so that the actual size of the box will match the
% given measurements more closely.
\setlength{\fboxsep}{0pt}%
\fbox{\raisebox{0pt}[#2]{\hspace{#1}}}%
}%
}
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{lemma}[theorem]{Lemma}
%
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{xca}[theorem]{Exercise}
%
\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}
%
\numberwithin{section}{chapter}
\numberwithin{equation}{chapter}
% These add "depth" to references, instead of Fig 1, it becomes Fig 3.1
%\numberwithin{figure}{chapter}
\numberwithin{figure}{subsubsection}
%\newtheoremstyle{example}{3pt}{3pt}{\addtolength{\leftskip}{2.5em}}{}{\bfseries}{.}{.5em}{}
\newtheoremstyle{exx}
{\topsep}{\topsep}{}{}{\bfseries}{:}{\newline}
{\thmname{#1}\thmnumber{ #2}\thmnote{ (#3)}
\ifstrempty{#3}
{\addcontentsline{exx}{subsection}{#1~\theexx}}
{\addcontentsline{exx}{subsection}{#1~\theexx~(#3)}}}
\theoremstyle{exx}
\newtheorem{exx}{Example}
\makeatletter
\newcommand\examplename{Example}
\newcommand\listexamplename{List of Examples}
\newcommand\listofexamples{
\section*{\listexamplename}\@starttoc{exx}}
\makeatother
\usepackage{lipsum}
\makeindex
and here is the beginning of the document, after the preamble
\begin{document}
\frontmatter
\title{Literature Review f .......}
% Remove any unused author tags.
% author one information
\author{}
\address{}
\curraddr{}
\email{}
\thanks{}
% author two information
\author{}
\address{}
\curraddr{}
\email{}
\thanks{}
% If any version of the ematics Subject Classification other
% than the 2010 edition appears, then you have an old version
% of the AMS-LaTeX collection and need to upgrade. Download from
% http://www.ams.org/tex/amslatex.html .
\subjclass[2010]{Primary }
\keywords{nd more}
\date{\today}
\begin{dontshow}
\begin{abstract}
Abstract stuff...
\end{abstract}
\end{dontshow}
\maketitle
% Change page number to 7 if a dedication is present.
\setcounter{page}{5}
%\hypertarget{toc}{} not sure what this does...
\tableofcontents
\newpage
\listoffigures
\newpage
\listofdefinitions %see \newtheoremstyle{mystyle}
\newpage
\listofexamples
\newpage
\listofremarks
% \newpage
% \listoftheorems
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% !TEX root = /Users/sbh/Research/LitReview/tmp/Review.tex
% !TE%X TS-program = pdflatexmk
%-----------------------------------------------------------------------
% Beginning of chap1.tex
%-----------------------------------------------------------------------
%
% AMS-LaTeX sample file for a chapter of a monograph, to be used with
% an AMS monograph document class. This is a data file input by
% chapter.tex.
%
% Use this file as a model for a chapter; DO NOT START BY removing its
% contents and filling in your own text.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Rjdlkfj lkdjsalf jlj fldksjaf lj fdlksja flkdj lkjd f lksdj fkdj
skflajsfskjf oi falj aijf l ejf jself jselij flie sjlgfij gski}
\section{one one one one one one one one one one one one one one one one
one one one one one one one one one one one } a
\section{one} b
\section{one}c
\section{one}d
\section{one}e
\section{one}f
\section{one}g
\section{one}h
\section{one}i
\section{one}j
\section{one}k
\section{one}l
\section{one}m
\subsection{oneA}1
\subsection{oneA}2
\subsection{oneA}3
\subsection{oneA}4
\subsection{oneA}5
\subsection{oneA}6
\subsection{oneA}7
\subsection{oneA}8
\subsection{oneA}9
\subsection{oneA}10
\subsection{oneA}11
\subsection{oneA}12
\subsection{oneA}13
\subsection{oneA}14
\subsection{oneA}15
\subsection{oneA}16
\lipsum[25]
\subsubsection{stuff to do}a
\subsubsection{stuff to do}b
\subsubsection{stuff to do}c
\subsubsection{stuff to do}d
\subsubsection{stuff to do}e
\subsubsection{stuff to do}f
\subsubsection{stuff to do}g
\subsubsection{stuff to do}h
\subsubsection{stuff to do}i
\subsubsection{stuff to do}j
\subsubsection{stuff to do}k
\subsubsection{stuff to do}l
\subsubsection{stuff to do}m
\begin{figure}
\centering
\rule{2cm}{2cm}
\caption{Really long explanation of a picture that doesn't exist but if
it did it would still require a really long explanation and please let
me worry about the aesthetics of such a beast and I promise to never
ever do it again!}
\end{figure}
\subsubsection{stuff to do}n
\subsubsection{stuff to do}o
\begin{figure}
\centering
\rule{2cm}{2cm}
\blankbox{3cm}{3cm}
\end{figure}
\begin{mydef}[stuff what happens if this is really long? Does it just wrap
around or does it affect the indentation of neighboring stuff?]
I define nothing!
\end{mydef}
\begin{mythm}[stuff what happens if this is really long? Does it just wrap
around or does it affect the indentation of neighboring stuff?]
Nothing matters.
\end{mythm}
\begin{proof}[fjl fkls dlsfk jldk flkj fkdlj flj fsj fdkl fdjfsl fjl sf
flks flk flkfj ls lf fsl lfs jflksj fslj fslj fslj fslkj f jfslkj fsljfs
lkfsj lkfsj flsk fks jfsofs jl]
\lipsum(5)
\end{proof}
\chapter{``Introduction''}
`state' is defined by tholynomial.
\begin{myrem}[Automatically Lagrfkdlsaj ksalfj afdkla lajd falsd fldasf
lasfj ld dorm]
\begin{instuff}
stuff
\end{instuff}
\end{myrem}
\bdy
even up to leading order.
\begin{exx}[Q dsajf lji kl ldskkdl fkds alkf fkl alsj fjls ja fdlksj
lkads fldjs fajkf jdsalkf dsja fldsja jd sadls fksla dlsamute]
If $A(u,v) = uv$, then $\hat{A}_0 = \hat{u}\,\hat{v}$ and
\begin{empheq}[box={\mybluebox[1pt]}]{equation*}
\hat{A} =\hat{u}\,\hat{v} + \cdots.
\end{empheq}
\end{exx}
The above example illustrates \index{Choice n}, that es'\index{Canoaes}
and which are.
\subsection{Cano fjasl sjal f lfajf a falsdjf aklf dlka fl aflkjda
fdksjalf dla fdaf dla flkdsa fldsajf da flasmetry}
\begin{instuff}
{\color{red}{See \S 3.2 of \cite{RolfBerndt2001} forms.}}
\end{instuff}
\begin{myrem}[Choice of Polarization]
Inde:
\begin{equation*}
\hat{u} = u, \;\textrm{ and } \; \hat{v} = \hbar\,\partial_u \equiv
\hbar\,\frac{\partial}{\partial\,u},
\end{equation*}
wes.
\end{myrem}
\index{here is something}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newgeometry{left=5mm,bottom=15mm,top=15mm,right=5mm}
%\newgeometry{left=5mm,top=8mm,bottom=12mm,right=5mm}
%%\setlength{\columnsep}{1cm}
%\addcontentsline{toc}{section}{Glossary}
\glsaddall % if want to print all glossary entries
\printglossaries
%\printglossary
\restoregeometry
\appendix
% Include appendix "chapters" here.
\backmatter
% Bibliographies can be prepared with BibTeX using amsplain,
% amsalpha, or (for "historical" overviews) natbib style.
\bibliographystyle{alpha}%plain, abbrv, alpha, unsrt, acm,
{plainnat}%{amsplain}
%\bibliography{}
\bibliography{/Users/sbh/MainBibliography}%{../MathHomework}%MathHomework.bib
\printindex
\end{document}
No comments:
Post a Comment