Search found 3 matches

by nickpe
Tue Aug 10, 2010 8:06 pm
Forum: New Members
Topic: back to LaTeX
Replies: 2
Views: 2091

back to LaTeX

Hello, I'm Nick, I am 18 Y/o and from The Netherlands.

I am a Linux enthusiast and my interests are science, computers, literature and philosophy. Despite my what some might call geeky interest, I like going out and spending time with my friends, even though they don't share my interests.

I ...
by nickpe
Mon Jun 28, 2010 10:42 pm
Forum: Math & Science
Topic: amsmath align pdflatex problem
Replies: 3
Views: 3258

Re: amsmath align pdflatex problem

I still can't find the exact cause of the problem, but with the suggested changes applied it compiles without errors, So thanks for helping.

The nice welcome and useful link are also much appreciated :)
by nickpe
Mon Jun 28, 2010 8:48 pm
Forum: Math & Science
Topic: amsmath align pdflatex problem
Replies: 3
Views: 3258

amsmath align pdflatex problem

learning LaTeX i decided to try and write down some basic math formula's.
However I immediately bumped into a problem. When trying to compile this:

\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 ...