Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Preprocessors

    Butteur 0.1

    Download button

    No screenshots available
    Downloads: 90  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Laurent Peuch | More programs
    GPL v3 / FREE
    July 18th, 2012, 17:36 GMT
    ROOT / Programming / Preprocessors

     Read user reviews (0)  Refer to a friend  Subscribe

    Butteur description

    A preprocessor to write beamers slide more easily

    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.

    Installation

    In a virtualenv or as root:

        pip install butteur

    You'll need to have the command "pdflatex" available.

    Usage

        butteur file.butt

    Example

        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 content


    Result in .tex

        \documentclass{beamer}
        \usepackage[utf8]{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}[fragile]{}
            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}[fragile]{this slide has a title}
            and some content

        \end{frame}
        \end{document}



    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    Python preprocessor | beamers slide | Python | preprocessor | beamers

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM