However I immediately bumped into a problem. When trying to compile this:
Code: Select all
\documentclass{article}
\usepackage{amssymb,amsmath}
\begin{document}
\begin{align}
f(x) &= a^{x} f'(x) &= n \cdot x^{n-1} \\
f(x) &= sin{x} f'(x) &= cos{x} \\
f(x) &= e^{x} f'(x) &= e^{x} \\
f(x) &= g^{x} f'(x) &= g^{x} \cdot ln{g} \\
\end{align}
\end{document}
I searched Google and this forum but couldn't find anything useful.
I am using Ubuntu 10.04 and i checked all dependencies and packages. i would find it very helpfull if someone could help me with this.
