24 lines
499 B
TeX
Executable File
24 lines
499 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
singlenumbering,
|
|
solutions
|
|
]{../../../lib/tex/ormc_handout}
|
|
\usepackage{../../../lib/tex/macros}
|
|
|
|
\usepackage{listings}
|
|
|
|
\uptitlel{Advanced 2}
|
|
\uptitler{\smallurl{}}
|
|
\title{Fast Inverse Square Root}
|
|
\subtitle{Prepared by Mark on \today}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{parts/1 int.tex}
|
|
\input{parts/2 float.tex}
|
|
\input{parts/3 approximate.tex}
|
|
\input{parts/4 quake.tex}
|
|
\end{document} |