Categorygithub.com/sbinet/present-tex
modulepackage
0.6.1
Repository: https://github.com/sbinet/present-tex.git
Documentation: pkg.go.dev

# README

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.

# Packages

No description provided by the author

# Structs

No description provided by the author
No description provided by the author