\documentclass{article} \usepackage{graphicx} %opening \title{Haude-Formel} \author{C. Kuells} \begin{document} \maketitle \begin{abstract} Eine kurze Darstellung der Haude Formel. \end{abstract} \section{Formel} $E = f(x)*(E_{sat}-E_{act})$ Und in Python <>= from pylab import * Def = arange(10) fx = 0.3 E = fx*Def plot(Def,E) show() @ \end{document}