19 lines
553 B
TeX
19 lines
553 B
TeX
\documentclass{beamer}
|
|
\usepackage{amssymb} %maths
|
|
\usepackage{amsmath} %maths
|
|
\usepackage[utf8]{inputenc} %useful to type directly diacritic characters
|
|
\title{My Presentation}
|
|
\subtitle{Using Beamer}
|
|
\author{George Wilkinson}
|
|
\institute{University of Salford}
|
|
\date{\today}
|
|
\begin{document}
|
|
\begin{tabular}{|l|r|}
|
|
\hline
|
|
Student Roll Number && @00677611 \\ \hline
|
|
User ID && CHC119 \\ \hline
|
|
Assessment Title && AI Coursework \\ \hline
|
|
Module Title && Artificial Intelligence and Data Mining \\ \hline
|
|
CRN && 34123\\ \hline
|
|
\end{tabular}
|
|
\end{document} |