File: s5.native

package info (click to toggle)
pandoc 1.9.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,876 kB
  • sloc: haskell: 14,807; makefile: 83
file content (8 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
Pandoc (Meta {docTitle = [Str "My",Space,Str "S5",Space,Str "Document"], docAuthors = [[Str "Sam",Space,Str "Smith"],[Str "Jen",Space,Str "Jones"]], docDate = [Str "July",Space,Str "15,",Space,Str "2006"]})
[Header 1 [Str "First",Space,Str "slide"]
,BulletList
 [[Plain [Str "first",Space,Str "bullet"]]
 ,[Plain [Str "second",Space,Str "bullet"]]]
,Header 1 [Str "Math"]
,BulletList
 [[Plain [Math InlineMath "\\frac{d}{dx}f(x)=\\lim_{h\\to 0}\\frac{f(x+h)-f(x)}{h}"]]]]