Skip to content

Instantly share code, notes, and snippets.

View aflp91's full-sized avatar

Antoine Pérus aflp91

  • Cnrs/In2p3/IJCLab
  • France
View GitHub Profile
@aflp91
aflp91 / slidy.template
Created August 24, 2011 15:52
Slidy2 template for pandoc
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
$for(author)$
<meta name="author" content="$author$" />
$endfor$