Latex compilation made easy...

while trying another editor for LaTex using Geany, i stumbled while trying to get bibtex to work. Instead of the known procedure of:

pdflatex file.tex
bibtex file.tex
pdflatex file.tex pdflatex file.tex

i found this tip here, where latexmk saves the day:

latexmk -pdf file.tex

shall do the job. that is neat and i like Geany for its simplified approach. Now i should first concerntrate on writing then figure out how i can do version control using Geany with CVS... :)