dotfiles/vim/ftplugin/latex-suite/templates/breve-talk.tex

42 lines
938 B
TeX
Executable File

<+ +> !comp! !exe!
% File: !comp!expand("%:p:t")!comp!
% Creato: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
% Ultima Modifica: !comp!strftime("%a %b %d %I:00 %p %Y ").substitute(strftime('%Z'), '\<\(\w\)\(\w*\)\>\(\W\|$\)', '\1', 'g')!comp!
%
\documentclass{beamer}
\mode<presentation>{
\usetheme{Warsaw}
\setbeamercovered{transparent}
}
\usepackage[italian]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\beamerdefaultoverlayspecification{<+->}
\title[<+Titolo Corto+>]{<+Titolo lunghissimo+>}
\subtitle{<+Sottotitolo+>}
\author{Emiliano Vavassori}
\institute[BGlug]{Bergamo Linux Users Group}
\date[<+Evento breve+>]{\today --- <+Occasione lunga+>}
\subject{Talks}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Sommario}
\tableofcontents
\end{frame}
<++>
\end{document}