Presentation engine to pdfcube, migration to pdflatex for poppler bindings, changed fonts.
This commit is contained in:
parent
6e7cd2657e
commit
0b5445237a
5 changed files with 38 additions and 70 deletions
6
Rakefile
6
Rakefile
|
@ -11,12 +11,14 @@ task :default => :compile
|
|||
|
||||
desc "Give the speech"
|
||||
task :play => bin do
|
||||
sh "impressive #{bin}"
|
||||
sh "pdfcube #{bin} --bgcolor 0:0:0"
|
||||
#sh "impressive #{bin}"
|
||||
end
|
||||
|
||||
desc "Compile presentation"
|
||||
task :compile => bin
|
||||
|
||||
file bin => src do
|
||||
sh "xelatex #{src}; xelatex #{src}"
|
||||
sh "pdflatex #{src}; pdflatex #{src}"
|
||||
#sh "xelatex #{src}; xelatex #{src}"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue