Skip to content

Latest commit

 

History

History
63 lines (57 loc) · 2.12 KB

config.md

File metadata and controls

63 lines (57 loc) · 2.12 KB

+++ author = "Michael P. Friedlander" mintoclevel = 2

github = "https://github.com/mpf/ubc-cpsc-406-22-23"

Add here files or directories that should be ignored by Franklin, otherwise

these files might be copied and, if markdown, processed by Franklin which

you might not want. Indicate directories by ending the name with a /.

Base files such as LICENSE.md and README.md are ignored by default.

ignore = ["node_modules/", "scratch/", "slides/"]

RSS (the website_{title, descr, url} must be defined to get RSS)

generate_rss = true website_title = "UBC CPSC 406 2022-T2" website_descr = "Computational Optimization" website_url = "https://friedlander.io/ubc-cpsc-406-22-23" auto_code_path = true +++

\newcommand{\blurb}[1]{ ~~~ !#1 ~~~ } \newcommand{\refblank}[2]{ ~~~ #1 ~~~ } \newcommand{\lineskip}{@@blank@@} \newcommand{\skipline}{\lineskip} \newcommand{\note}[1]{@@note @@title ⚠ Note@@ @@content #1 @@ @@} \newcommand{\notation}[1]{@@note @@title Notation @@ @@content #1 @@ @@} \newcommand{\warn}[1]{@@warning @@title ⚠ Warning!@@ @@content #1 @@ @@} \newcommand{\theorem}[2]{ @@theorem Theorem: (!#1) #2 @@ } \newcommand{\definition}[2]{ @@definition Definition: (!#1) #2 @@ } \newcommand{\algorithm}[2]{ @@theorem Algorithm: (!#1) #2 @@ }

\newcommand{\half}{\tfrac12} \newcommand{\T}{^T!} \newcommand{\R}{\mathbb R} \newcommand{\Rn}{\R^n} \newcommand{\ip}[1]{\langle #1 \rangle} \newcommand{\minim}{\mathop{\hbox{\rm minimize}}} \newcommand{\maxim}{\mathop{\hbox{\rm maximize}}} \newcommand{\minimize}[1]{\displaystyle\minim_{#1}} \newcommand{\maximize}[1]{\displaystyle\maxim_{#1}} \newcommand{\st}{\hbox{\rm subject to}} \newcommand{\range}{\hbox{range}} \newcommand{\span}{\hbox{span}} \newcommand{\Null}{\hbox{null}} \newcommand{\norm}[1]{|#1|}

\newcommand{\bmat}[1]{\begin{bmatrix}#1\end{bmatrix}}

\newcommand{\textt}[1]{\quad\text{#1}\quad}