-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplain1.tex
34 lines (28 loc) · 961 Bytes
/
plain1.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\documentclass[10pt, xcolor={dvipsnames}]{beamer}
\usepackage{booktabs}
\usepackage{graphicx}
\usepackage{tikz}
\setbeamercolor{alerted text}{fg=blue}
\setbeamercolor{block title}{fg=blue,bg=blue!25}
\setbeamercolor{block body}{fg=black,bg=blue!10}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{footline}{
\hfill
\begin{tikzpicture}
\node[circle, inner sep=2pt, fill=blue, anchor=center] at (0em,0em) {\bfseries\color{white}\insertframenumber{}/\inserttotalframenumber};
\end{tikzpicture}
\hspace{1em}
\vspace{2em}
}
\setbeamertemplate{blocks}[rounded][shadow=false]
\setbeamertemplate{itemize subitem}[circle]
\setbeamertemplate{enumerate items}[circle]
\setbeamersize{text margin left=2em,text margin right=2em}
\setlength{\leftmargini}{1.5em}
\setlength{\leftmarginii}{1em}
\title[]{Plain format with page numbers}
\author[]{Vachan Potluri}
\date{\today}
\begin{document}
\input{common_content}
\end{document}