Skip to content

sbinet/present-tex

Repository files navigation

present-tex

present-tex is a simple command to create a LaTeX/Beamer presentation from a present slide deck.

Installation

$ go get github.com/sbinet/present-tex

Documentation

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

Example

$ 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.

About

WIP: create LaTeX/Beamer slides from present

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages