Replace "ORMC" with generic "handout"

This commit is contained in:
2025-03-02 14:18:25 -08:00
parent a4e5a065b0
commit acf57ceab6
57 changed files with 152 additions and 138 deletions

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\input{tikzset.tex}

View File

@ -24,7 +24,7 @@
label/.style = {
rectangle,
% For automatic red background in solutions
fill = \ORMCbgcolor,
fill = \bgcolor,
draw = none,
rounded corners = 0mm
},
@ -32,7 +32,7 @@
% Nodes
edg/.style = {
midway,
fill = \ORMCbgcolor,
fill = \bgcolor,
text = gray
},
int/.style = {},

View File

@ -5,7 +5,7 @@
shortwarning,
singlenumbering,
unfinished
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{multicol}

View File

@ -4,7 +4,7 @@
solutions,
singlenumbering,
shortwarning
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{multicol}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\input{tikzset.tex}

View File

@ -24,7 +24,7 @@
label/.style = {
rectangle,
% For automatic red background in solutions
fill = \ORMCbgcolor,
fill = \bgcolor,
draw = none,
rounded corners = 0mm
},

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\input{tikzset.tex}

View File

@ -24,7 +24,7 @@
label/.style = {
rectangle,
% For automatic red background in solutions
fill = \ORMCbgcolor,
fill = \bgcolor,
draw = none,
rounded corners = 0mm
},

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -3,7 +3,7 @@
\documentclass[
nosolutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -4,7 +4,7 @@
solutions,
singlenumbering,
nopagenumber
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\uptitlel{Advanced 2}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -2,7 +2,7 @@
% use [solutions] flag to show solutions.
\documentclass[
solutions
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\uptitlel{Advanced 2}

View File

@ -4,7 +4,7 @@
solutions,
singlenumbering,
shortwarning
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{tikz}

View File

@ -2,7 +2,7 @@
% use [solutions] flag to show solutions.
\documentclass[
solutions
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\input{tikxset}

View File

@ -22,7 +22,7 @@
label/.style = {
circle,
% For automatic red background in solutions
fill = \ORMCbgcolor,
fill = \bgcolor,
draw = none
},
%

View File

@ -3,7 +3,7 @@
\documentclass[
nosolutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -1,7 +1,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{units}
\input{src/tikzset}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../../lib/tex/ormc_handout}
]{../../../../lib/tex/handout}
\usepackage{../../../../lib/tex/macros}
\usepackage{units}
\input{tikzset}

View File

@ -462,7 +462,7 @@ Thus,
\end{equation*}
\begin{ORMCbox}{Review: Multiplying Vectors by Matrices}{black!10!white}{black!65!white}
\begin{hobox}{Review: Multiplying Vectors by Matrices}{black!10!white}{black!65!white}
\begin{equation*}
Av =
\begin{bmatrix}
@ -480,7 +480,7 @@ Thus,
\end{equation*}
Note that each element of $Av$ is the dot product of a row in $A$ and a column in $v$.
\end{ORMCbox}
\end{hobox}
\problem{}
Compute the following product:

View File

@ -154,7 +154,7 @@ The \textit{Hadamard Gate} is given by the following matrix: \par
\end{equation*}
\note{Note that we divide by $\sqrt{2}$, since $H$ must be orthonormal.}
\begin{ORMCbox}{Review: Matrix Multiplication}{black!10!white}{black!65!white}
\begin{hobox}{Review: Matrix Multiplication}{black!10!white}{black!65!white}
Matrix multiplication works as follows:
\begin{equation*}
@ -196,7 +196,7 @@ The \textit{Hadamard Gate} is given by the following matrix: \par
This is exactly the first column of the matrix product. \par
Also, note that each element of $Ac_0$ is the dot product of a row in $A$ and a column in $c_0$.
\end{ORMCbox}
\end{hobox}
\problem{}

View File

@ -13,7 +13,7 @@
line width = 0.35mm
},
qubit/.style = {
fill = \ORMCbgcolor,
fill = \bgcolor,
line width = 0.35mm
},
wire/.style = {

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{ifthen}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -3,7 +3,7 @@
\documentclass[
nosolutions,
singlenumbering,
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{units}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
%shortwarning
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\graphicspath{ {./images/} }

View File

@ -2,7 +2,7 @@
% use [solutions] flag to show solutions.
\documentclass[
solutions
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{amsmath}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\input{tikxset.tex}

View File

@ -24,7 +24,7 @@
label/.style = {
rectangle,
% For automatic red background in solutions
fill = \ORMCbgcolor,
fill = \bgcolor,
draw = none,
rounded corners = 0mm
},

View File

@ -4,7 +4,7 @@
solutions,
singlenumbering,
shortwarning
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\input{diagram}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
shortwarning
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{chessfss}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{units}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usetikzlibrary{calc}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -24,7 +24,7 @@
label/.style = {
rectangle,
% For automatic red background in solutions
fill = \ORMCbgcolor,
fill = \bgcolor,
draw = none,
rounded corners = 0mm
},

View File

@ -2,7 +2,7 @@
% use [solutions] flag to show solutions.
\documentclass[
solutions
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -2,7 +2,7 @@
% use [solutions] flag to show solutions.
\documentclass[
solutions
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -2,7 +2,7 @@
% use [solutions] flag to show solutions.
\documentclass[
solutions
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -1,6 +1,6 @@
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[solutions]{../../../lib/tex/ormc_handout}
\documentclass[solutions]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
singlenumbering
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\usepackage{units}

View File

@ -190,7 +190,7 @@ For example, see the proof of the statement in \ref{binomsum} on the next page.
\pagebreak
\begin{ORMCbox}{Alternative Proof}{ogrape!10!white}{ogrape}
\begin{hobox}{Alternative Proof}{ogrape!10!white}{ogrape}
Consider the following problem: \par
How many ways are there to write a number $x$ as an ordered sum of positive integers? \par
\note{
@ -234,7 +234,7 @@ For example, see the proof of the statement in \ref{binomsum} on the next page.
We've found that the number of ways to split $x$ can be written as either
$\sum_{n = 1}^{x-1} \binom{x-1}{n}$ or $2^{x-1}$,
and therefore $\sum_{n = 1}^{x-1} \binom{x-1}{n} = 2^{x-1}$.
\end{ORMCbox}
\end{hobox}
\pagebreak

View File

@ -2,7 +2,7 @@
% use [solutions] flag to show solutions.
\documentclass[
solutions
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -1,6 +1,6 @@
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[solutions]{../../../lib/tex/ormc_handout}
\documentclass[solutions]{../../../lib/tex/handout}
\usepackage{adjustbox}
\usepackage{../../../lib/tex/macros}

View File

@ -1,6 +1,6 @@
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[solutions]{../../../lib/tex/ormc_handout}
\documentclass[solutions]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -3,7 +3,7 @@
shortwarning,
singlenumbering,
nopagenumber
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\geometry{top = 20mm}

View File

@ -3,7 +3,7 @@
hidewarning,
singlenumbering,
nopagenumber
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -3,7 +3,7 @@
hidewarning,
singlenumbering,
nopagenumber
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}

View File

@ -3,7 +3,7 @@
hidewarning,
singlenumbering,
nopagenumber
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}
\def\utri#1#2{
@ -102,7 +102,7 @@
\vfill
\begin{ORMCbox}{Notes}{ogrape!10!white}{ogrape}
\begin{hobox}{Notes}{ogrape!10!white}{ogrape}
\begin{itemize}
\item
Each player needs to make multiple groups before the first player's second turn. \par
@ -111,7 +111,7 @@
\item Groups are easiest to secure near the corners or along the edges. Play there first. \par
\end{itemize}
\end{ORMCbox}
\end{hobox}

View File

@ -3,7 +3,7 @@
\documentclass[
solutions,
shortwarning
]{../../../lib/tex/ormc_handout}
]{../../../lib/tex/handout}
\usepackage{../../../lib/tex/macros}