~ubuntu-branches/ubuntu/vivid/ocaml-melt/vivid

« back to all changes in this revision

Viewing changes to bench/slides.mlt

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2011-11-19 13:09:08 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20111119130908-mmfd959za7ojlh0x
Tags: 1.4.0-1
* New upstream release
  - remove all patches (merged upstream)
* Bump Standards-Version to 3.9.2 (no changes)
* Move mlpost from Recommends to Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
open Beamer
34
34
 
 
35
(* set_prelude is only available in versions > 0.8.1 of mlpost
 
36
   if you really want to compile this file with mlpost <= 0.8.1, delete the
 
37
   following three lines; then, compile twice to obtain a fixpoint *)
 
38
let () =
 
39
  let prelude = documentclass "beamer" in
 
40
  Mlpost.Defaults.set_prelude (Latex.to_string prelude)
 
41
 
35
42
let slides ?title ?author ?date list =
36
43
  (* Disable Beamer navigation symbols. *)
37
44
  let prelude = setbeamertemplate `NavigationSymbols "" in