Last active
October 29, 2018 06:23
-
-
Save awave1/cb6101854aeb424f81a7af6f0eb6e938 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt]{article} | |
\usepackage[shortlabels]{enumerate} | |
\usepackage{fullpage, verbatim, amsthm, amsmath, amssymb, amsfonts} | |
% Macros | |
\def\code#1{\texttt{#1}} | |
\def\c#1{\texttt{#1}} | |
% RA Macros | |
\def\select#1#2{\sigma_{\code{(#1)}} \code{(#2)}} | |
\def\join#1#2#3{\code{#1} \bowtie_{\code{(#2)}} \code{#3}} | |
\def\proj#1#2{\pi_{\code{(#1)}} \code{(#2)}} | |
\def\diff#1#2{\code{#1} - \code{#2}} | |
\def\fun#1#2{f_{\code{(#1)}}{\code{(#2)}}} | |
\def\fun#1#2#3{\code{#1}f_{\code{(#2)}}{\code{(#3)}}} | |
% RC Macros | |
\def\expr#1#2{\{\code{#1} | #2\}} | |
\title{Assignemnt 3} | |
\author{Ur Name} | |
\begin{document} | |
\maketitle | |
\item[] \textbf{Question 1} | |
\begin{enumerate}[a.] | |
\item | |
\begin{equation*} | |
\begin{aligned} | |
\end{aligned} | |
\end{equation*} | |
\end{enumerate} | |
\newpage | |
\item[] \textbf{Question 2} | |
\begin{enumerate}[a.] | |
\item | |
\begin{equation*} | |
\begin{aligned} | |
\end{aligned} | |
\end{equation*} | |
\end{enumerate} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment