present-tex
is a simple command to create a LaTeX/Beamer
presentation from a present slide deck.
$ go get github.com/sbinet/present-tex
Available from godoc.org and from the command-line:
$ present-tex -h
present-tex - generates LaTeX/Beamer slides from present.
Usage of present-tex:
$ present-tex [options] [input-file [output.tex]]
Examples:
$ present-tex input.slide > out.tex
$ present-tex input.slide out.tex
$ present-tex < input.slide > out.tex
Options:
-base="": base path for slide templates
$ present-tex my.slide > my.tex
$ pdflatex -shell-escape my.tex
The _example
directory holds a simple presentation together with its TeX
and
PDF
outputs.
Here
is the present
presentation as served by godoc
.