Butteur

A preprocessor to write beamers slide more easily
Download

Butteur Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Laurent Peuch
  • Publisher web site:
  • http://worlddomination.be

Butteur Tags


Butteur Description

Butteur is a Python preprocessor to write beamers slides more easily by allowing you to use a more concise syntax. It was also an excuse for me to learn lex/yacc.InstallationIn a virtualenv or as root: pip install butteurYou'll need to have the command "pdflatex" available.Usage butteur file.buttExample theme Berlin title the title of the document author Myself master of the world slide this is the first line you don't need to put a blank line between 2 lines you can put \emph{raw latex here} slide this slide has a title and some contentResult in .tex \documentclass{beamer} \usepackage{inputenc} \usepackage{verbatim} \usepackage{ulem} \usepackage{fancyvrb} \usepackage{color} \usepackage{tikz} \begin{document} \title{the title of the document} \author{Myself master of the world} \maketitle{} \begin{frame}{} this is the first line you don't need to put a blank line between 2 lines you can put \emph{raw latex here} \end{frame} \begin{frame}{this slide has a title} and some content \end{frame} \end{document}Product's homepage


Butteur Related Software