معرفی شرکت ها


Butteur-0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

a preprocessor to write beamers slide more easily
ویژگی مقدار
سیستم عامل -
نام فایل Butteur-0.1
نام Butteur
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Laurent Peuch
ایمیل نویسنده cortex@worlddomination.be
آدرس صفحه اصلی https://github.com/Psycojoker/butteur
آدرس اینترنتی https://pypi.org/project/Butteur/
مجوز gplv3+
# Introduction Butteur is a 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}


نحوه نصب


نصب پکیج whl Butteur-0.1:

    pip install Butteur-0.1.whl


نصب پکیج tar.gz Butteur-0.1:

    pip install Butteur-0.1.tar.gz