%% Diagrams %% \newcommand{\Graphic}[2]{% \phantomsection\label{fig:#2}% \includegraphics[width=#1]{./images/#2.png}% } % \Figure[width]{figure number}{file} \newcommand{\DefWidth}{4.25in}% Default figure width \newcommand{\Figure}[3][\DefWidth]{% \begin{figure}[hbt!] \centering \phantomsection\label{fig:#2} \Graphic{#1}{#3} \end{figure}\ignorespaces% } \newcommand{\Figures}[4][\DefWidth]{% \begin{figure}[hbt!] \centering \phantomsection\label{fig:#2} \label{fig:#3} \Graphic{#1}{#4} \end{figure}\ignorespaces% } % Non-floating "figure" (H = "here") \newcommand{\FigureH}[3][\DefWidth]{% \begin{center} \phantomsection\label{fig:#2} \Graphic{#1}{#3} \end{center}\ignorespaces% } \newcommand{\FiguresH}[4][\DefWidth]{% \begin{center} \phantomsection\label{fig:#2}\label{fig:#3} \Graphic{#1}{#4} \end{center}\ignorespaces% } % Figure labels \newcommand{\FigNum}[1]{\hyperref[fig:#1]{{\upshape #1}}} \newcommand{\Fig}[1]{\hyperref[fig:#1]{Fig.~{\upshape #1}}} % Page separators \newcommand{\PageSep}[1]{\phantomsection\label{page:#1}\ignorespaces} \newcommand{\PageRef}[1]{\hyperref[page:#1]{p.~\pageref*{page:#1}}} % Miscellaneous textual conveniences (N.B. \emph, not \textit) \newcommand{\Foreign}[1]{\textit{#1}} \newcommand{\Title}[1]{\textit{#1}} \newcommand{\Item}[1]{$#1$}% Upright parentheses \newcommand{\Vol}[1]{\textsc{\MakeLowercase{#1}}} \newcommand{\CGS}{\textsc{c.g.s.}} \newcommand{\NGC}{\text{\textsc{n.g.c.}}} \newcommand{\RA}{\text{\textsc{r.a.}}} \newcommand{\Indent}{\null\qquad} \renewcommand{\(}{{\upshape(}} \renewcommand{\)}{{\upshape)}} \newcommand{\First}[1]{\textsc{#1}} %% Miscellaneous mathematical formatting %% \newcommand{\Neg}{\phantom{-}} \newcommand{\9}{\phantom{9}} \newcommand{\dd}{\partial} \newcommand{\Wave}{\square} \newcommand{\Eta}{\mathrm{H}} \newcommand{\Kappa}{\mathrm{K}} \newcommand{\omicron}{o} \newcommand{\mf}[1]{\mathfrak{#1}} \newcommand{\Ham}{\mathfrak{h}} \newcommand{\Star}[1]{{}^{*}\!#1} %[** TN: Hard-coded lengths to make arrows abut] \newcommand{\MuNuarrow}{\llap{$\begin{array}{@{}l@{}l@{}} \raisebox{-1ex}{$\downarrow$} & \hspace*{-0.4em}\rightarrow \mu \\[-\baselineskip] \nu \end{array}$} } \DeclareMathOperator{\cosec}{cosec} \DeclareInputMath{176}{{}^{\circ}} \DeclareInputMath{183}{\cdot} % \PadTo[alignment]{width text}{visible text} \newcommand{\PadTo}[3][c]{% \settowidth{\TmpLen}{$#2$}% \makebox[\TmpLen][#1]{$#3$}% } \newcommand{\PadTxt}[3][c]{% \settowidth{\TmpLen}{#2}% \makebox[\TmpLen][#1]{#3}% } % Cross-ref-able equation tags \newcommand{\Tag}[1]{% \phantomsection\label{eqn:#1}\tag*{\ensuremath{#1}}% } \newcommand{\tTag}[1]{% \phantomsection\label{eqn:#1}\ensuremath{#1}% } \newcommand{\Eq}[1]{% \hyperref[eqn:#1]{\ensuremath{#1}}% } \newcommand{\EqNo}[1]{% \hyperref[eqn:(#1)]{\ensuremath{#1}}% }
Reviews
Reviews
No reviews yet
Be the first to share your thoughts on this work.
Join the Discussion
Join the discussion
Sign in to leave a comment or review.
Sign InorCreate an account