[Debian-live-changes] r2129 - in docs: . talks talks/debconf7

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jun 17 11:50:12 UTC 2007


Author: daniel
Date: 2007-06-17 11:50:12 +0000 (Sun, 17 Jun 2007)
New Revision: 2129

Added:
   docs/talks/
   docs/talks/debconf7/
   docs/talks/debconf7/Makefile
   docs/talks/debconf7/main.tex
Log:


Added: docs/talks/debconf7/Makefile
===================================================================
--- docs/talks/debconf7/Makefile	                        (rev 0)
+++ docs/talks/debconf7/Makefile	2007-06-17 11:50:12 UTC (rev 2129)
@@ -0,0 +1,5 @@
+all:
+	pdflatex main.tex
+
+clean:
+	rm -f *.aux *.log *.nav *.out *.pdf *.snm *.toc

Added: docs/talks/debconf7/main.tex
===================================================================
--- docs/talks/debconf7/main.tex	                        (rev 0)
+++ docs/talks/debconf7/main.tex	2007-06-17 11:50:12 UTC (rev 2129)
@@ -0,0 +1,36 @@
+\documentclass{beamer}
+
+\mode<presentation>
+{
+	\usetheme{Warsaw}
+
+	\setbeamercovered{transparent}
+}
+
+\usepackage[english]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage{times}
+\usepackage[T1]{fontenc}
+
+\title[Debian Live http://debian-live.alioth.debian.org/]
+{Debian Live}
+
+\subtitle
+{The Live System Framework}
+
+\author[Daniel Baumann, Marco Amadori]{Daniel Bauman <daniel at debian.org> \\ \and Marco Amadori <marco.amadori at gmail.com>}
+
+\date{DebConf 7, Edingburgh\\June, 18th 2007}
+
+\begin{document}
+
+\begin{frame}
+	\titlepage
+\end{frame}
+
+\include{introduction}
+\include{work}
+\include{create}
+\include{final}
+
+\end{document}


Property changes on: docs/talks/debconf7/main.tex
___________________________________________________________________
Name: svn:executable
   + *




More information about the Debian-live-changes mailing list