File: Slides.template

package info (click to toggle)
gedit-latex-plugin 46.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,876 kB
  • sloc: python: 6,980; xml: 1,962; perl: 260; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass{beamer}
\usepackage[$InputEncoding]{inputenc}
\usepackage[$BabelPackage]{babel}$AdditionalPackages
\title{$Title}
\author{$Author}
\date{$Date}$AdditionalPreamble
\begin{document}
	\frame{\titlepage}
	\frame{
		\frametitle{Table of Contents}
		\tableofcontents
	}
	
\end{document}