present-tex

command module
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2023 License: BSD-3-Clause Imports: 28 Imported by: 0

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.

Documentation

Overview

Command 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

Directories

Path Synopsis
_example

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL