Transition to new format

This commit is contained in:
2023-05-25 21:44:07 -07:00
parent 3d73626bc4
commit 83b273fbd3
29 changed files with 483 additions and 471 deletions

View File

@ -8,18 +8,20 @@
\usepackage{graphicx}
\graphicspath{ {./images} }
\uptitlel{Intermediate 2}
\uptitler{ORMC Summer Sessions}
\title{Warm - Up}
\subtitle{
Prepared by Mark on \today \\
\medskip
These problems were originally found in \\
Boris Kordemsky's \textit{The Moscow Puzzles}
}
\begin{document}
\maketitle
<Intermediate 2>
<ORMC Summer Sessions>
{Warm - Up}
{
Prepared by Mark on \today \\
\medskip
These problems were originally found in \\
Boris Kordemsky's \textit{The Moscow Puzzles}
}
\subfile{problems/217}
\vfill

View File

@ -1,19 +1,20 @@
\documentclass[
solutions,
nowarning,
hidewarning,
singlenumbering,
nopagenumber
]{../../resources/ormc_handout}
\usepackage[linguistics]{forest}
\title{Warm-Up: What's an AST?}
\subtitle{Prepared by Mark on \today. \\ Based on a true story.}
\begin{document}
\maketitle
{Warm-Up: What's an AST?}
{Prepared by Mark on \today. \\ Based on a true story.}
\vspace{2mm}
Say you have a valid string of simple arithmetic that contains no unary operators (like $3!$ or $-4$) and no parenthesis:
$$

View File

@ -1,6 +1,6 @@
\documentclass[
solutions,
nowarning,
hidewarning,
singlenumbering,
nopagenumber
]{../../resources/ormc_handout}
@ -20,13 +20,15 @@
}
}
\title{The Electrician's Warm-Up}
\subtitle{Prepared by Mark on \today}
\begin{document}
\maketitle
{The Electrician's Warm-Up}
{Prepared by Mark on \today}
\vspace{2mm}
Ivan the electician is working in an apartment. He has a box of switches, which come in three types:
\begin{center}

View File

@ -1,17 +1,20 @@
\documentclass[
nosolutions,
warning,
solutions,
hidewarning,
singlenumbering,
nopagenumber
]{../../resources/ormc_handout}
\usepackage[linguistics]{forest}
\title{Warm-Up: A Familiar Concept}
\subtitle{Prepared by Mark on \today}
\begin{document}
\maketitle
{Warm-Up: A Familiar Concept}
{Prepared by Mark on \today.}
\problem{}<one>

View File

@ -1,19 +1,21 @@
\documentclass[
solutions,
nowarning,
hidewarning,
singlenumbering,
nopagenumber
]{../../resources/ormc_handout}
\usepackage{tikz}
\title{The Sysadmin's Warm-Up}
\subtitle{Prepared by Mark on \today}
\begin{document}
\maketitle
{The Sysadmin's Warm-Up}
{Prepared by Mark on \today}
\vspace{2mm}
Most of you have seen a hard drive. Many have touched one, and a lucky few have poked around inside one. These devices have two interesting properties:

View File

@ -1,6 +1,6 @@
\documentclass[
solutions,
nowarning
hidewarning,
]{../../resources/ormc_handout}
@ -11,13 +11,14 @@
\sethlcolor{Light}
\newcommand{\htexttt}[1]{\texttt{\hl{#1}}}
\title{The Regex Warm-Up}
\subtitle{Prepared by Mark on \today}
\begin{document}
\maketitle
{The Regex Warm-Up}
{Prepared by Mark on \today}
\vspace{2mm}
Last time, we discussed Deterministic Finite Automata. One interesting application of these mathematical objects is found in computer science: Regular Expressions. \\
(abbreviated \say{regex}, which is pronounced like \say{gif})

View File

@ -1,19 +1,18 @@
\documentclass[
nosolutions,
warning,
solutions,
singlenumbering,
nopagenumber
]{../../resources/ormc_handout}
\usepackage[linguistics]{forest}
\title{Warm-Up: Exact answers}
\subtitle{Prepared by Mark on \today}
\begin{document}
\maketitle
{Warm-Up: Exact answers}
{Prepared by Mark on \today.}
\vspace{2mm}
Compute the exact value of $\sin(x^\circ)$ for as many integers $x \in [0, 90]$ as you can.