Sunday, 20 December 2009

How to update your Reference in Latex

Sometime i got problem with my reference. When i update my reference's files and i try to use it in latex document, it always not recognizing the reference.

After reading through Latex documents, to update the reference, I have to do the following steps in sequence:

  1. Run the Latex
  2. Run BibTex
  3. Run the Latex
  4. Run Latex

- keep trying -

Saturday, 19 December 2009

GNUPLOT

Graph is important to visualize data. However, plotting a plain graphs is not enough to make the data meaningful. I found GNUPLOT, is a freeware which is useful to plot different type of graphs. If you want to know more, click this url: http://www.gnuplot.info/

How to start :
  1. download GNUPLOT from the http://www.gnuplot.info/
  2. install it.

once you finish the installation, click the .exe file to start.

- keep trying -