commit 51d7bdbe7df7e75b0e02b3f83568c297c93505e8 Author: Imants Pulkstenis <17215731+Clockfix@users.noreply.github.com> Date: Fri Feb 26 22:21:15 2021 +0200 Initial Overleaf Import diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..50ce0cc --- /dev/null +++ b/main.tex @@ -0,0 +1,55 @@ +\documentclass[xcolor=x11names,compress]{beamer} +\usepackage{graphicx} +\usepackage{tikz} +\usepackage{textpos} +\usepackage{arabtex} +\usepackage{color} +\usepackage{hyperref} +\useoutertheme{infolines} +% +% +% +% +% https://recluze.net/2011/11/12/how-to-create-a-beamer-template-a-newbies-tutorial/ +% https://github.com/recluze/latex-templates/blob/beamer-tutorial/doc-prep-latex/sources/slideset01.tex +% +% +% +% +% +% +% +% +% ======================================================== +% Customizations +\newcommand{\logoimagepath}{../../logos/fastlogo} +\newcommand{\highlightcolor}{DeepSkyBlue3} +\newcommand{\headbarcolor}{DeepSkyBlue4!25} +\newcommand{\authorname}{Nauman} +\newcommand{\authoremail}{recluze@gmail.com} +\newcommand{\authorweb}{http://csrdu.org/nauman} +\newcommand{\authoraffiliation}{FAST National University of Computer and Emerging Sciences (FAST-NU) \\ Peshawar Campus} +\institute{http://csrdu.org/nauman} +% -------------------------------------- +\newcommand{\coursetitle}{Seminar Series on Introduction to Research} +\newcommand{\slidesettitle}{Document Preparation Using \LaTeX2$_\epsilon$} +\newcommand{\slidesetsubtitle}{} +\newcommand{\slidesetnumber}{01} +\usefonttheme{professionalfonts} +% ======================================================== +% DO NOT MODIFY THE NEXT LINE ---------- +\input{../../includes/header-commands} + +\title{RTU presentation} +\author{Imants Pulkstenis} +\date{February 2021} + + +% ================= BEGIN SLIDES ============================================ + +\begin{document} + + +\section{Introduction} + +\end{document}