You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
2.7 KiB
110 lines
2.7 KiB
\documentclass[twoside]{article} |
|
\setlength{\oddsidemargin}{0.25 in} |
|
\setlength{\evensidemargin}{-0.25 in} |
|
\setlength{\topmargin}{-0.6 in} |
|
\setlength{\textwidth}{6.5 in} |
|
\setlength{\textheight}{8.5 in} |
|
\setlength{\headsep}{0.75 in} |
|
\setlength{\parindent}{0 in} |
|
\setlength{\parskip}{0.1 in} |
|
|
|
% |
|
% ADD PACKAGES here: |
|
% |
|
|
|
\usepackage{amsmath,amsthm,amssymb,amsfonts,graphicx} |
|
|
|
% |
|
% The following commands set up the lecnum (lecture number) |
|
% counter and make various numbering schemes work relative |
|
% to the lecture number. |
|
% |
|
\newcounter{lecnum} |
|
\renewcommand{\thepage}{\thelecnum-\arabic{page}} |
|
\renewcommand{\thesection}{\thelecnum.\arabic{section}} |
|
\renewcommand{\theequation}{\thelecnum.\arabic{equation}} |
|
\renewcommand{\thefigure}{\thelecnum.\arabic{figure}} |
|
\renewcommand{\thetable}{\thelecnum.\arabic{table}} |
|
|
|
% |
|
% The following macro is used to generate the header. |
|
% |
|
\newcommand{\lecture}[4]{% |
|
\pagestyle{myheadings} |
|
\thispagestyle{plain} |
|
\newpage |
|
\setcounter{lecnum}{#1} |
|
\setcounter{page}{1} |
|
\noindent |
|
\begin{center} |
|
\framebox{ |
|
\vbox{\vspace{2mm} \hbox to 6.28in { {\bf CS 763: Security and Privacy in Data Science \hfill Fall 2019} } |
|
\vspace{4mm} |
|
\hbox to 6.28in { {\Large \hfill Presentation #1: #2 \hfill} } |
|
\vspace{2mm} |
|
\hbox to 6.28in { {\it Presenters: #3 \hfill Scribes: #4} } |
|
\vspace{2mm}} |
|
} |
|
\end{center} |
|
\markboth{Presentation #1: #2}{Presentation #1: #2} |
|
} |
|
|
|
% Use these for theorems, lemmas, proofs, etc. |
|
\newtheorem{theorem}{Theorem}[lecnum] |
|
\newtheorem{lemma}[theorem]{Lemma} |
|
\newtheorem{proposition}[theorem]{Proposition} |
|
\newtheorem{claim}[theorem]{Claim} |
|
\newtheorem{corollary}[theorem]{Corollary} |
|
\newtheorem{definition}[theorem]{Definition} |
|
|
|
%% mathbb |
|
|
|
\newcommand{\BB}{\mathbb{B}} |
|
\newcommand{\CC}{\mathbb{C}} |
|
\newcommand{\EE}{\mathbb{E}} |
|
\newcommand{\FF}{\mathbb{F}} |
|
\newcommand{\LL}{\mathbb{L}} |
|
\newcommand{\NN}{\mathbb{N}} |
|
\newcommand{\PP}{\mathbb{P}} |
|
\newcommand{\QQ}{\mathbb{Q}} |
|
\newcommand{\RR}{\mathbb{R}} |
|
\newcommand{\ZZ}{\mathbb{Z}} |
|
|
|
%% mathcal |
|
|
|
\def\cA{{\cal A}} |
|
\def\cB{{\cal B}} |
|
\def\cC{{\cal C}} |
|
\def\cD{{\cal D}} |
|
\def\cE{{\cal E}} |
|
\def\cF{{\cal F}} |
|
\def\cH{{\cal H}} |
|
\def\cI{{\cal I}} |
|
\def\cJ{{\cal J}} |
|
\def\cK{{\cal K}} |
|
\def\cL{{\cal L}} |
|
\def\cM{{\cal M}} |
|
\def\cN{{\cal N}} |
|
\def\cO{{\cal O}} |
|
\def\cP{{\cal P}} |
|
\def\cQ{{\cal Q}} |
|
\def\cR{{\cal R}} |
|
\def\cS{{\cal S}} |
|
\def\cT{{\cal T}} |
|
\def\cU{{\cal U}} |
|
\def\cV{{\cal V}} |
|
\def\cW{{\cal W}} |
|
\def\cX{{\cal X}} |
|
\def\cY{{\cal Y}} |
|
\def\cZ{{\cal Z}} |
|
|
|
% **** IF YOU WANT TO DEFINE ADDITIONAL MACROS FOR YOURSELF, PUT THEM HERE: |
|
|
|
\begin{document} |
|
% |
|
% **** FILL IN THE RIGHT INFO **** |
|
% |
|
%\lecture{**LECTURE-NUMBER**}{**TOPIC**}{**LECTURER**}{**SCRIBE**} |
|
\lecture{0}{Topic}{Presenters}{Scribes} |
|
|
|
\end{document}
|
|
|