Today I wanted to add a page x of y in my latex document. This can be achieved by using the package lastpage and adding the following lines of code to the document:
This results in a nice page 1 of 5 in the footer of the document.
Installing a lamp server on ubuntu 8.10 is very easyily done by following the
next steps. The result of this tutorial will be a working php-mysql webserver
for all your php projects. First the apache webserver is installed by firing
up a terminal and executing the command:
sudo apt-get install apache2
You can check if everything went fine by starting a webbrowser and typing in the
following adress: http://localhost/ If the text 'It works!' appears apache
installed ...
«...more...»
How to get Oracle JDeveloper working with a MySQL database?
First you need Oracle JDeveloper version 10.1.3.3 or up (because previous versions contain some bugs and therefor it will not work). You can download the latest version from the oracle website. Next thing you need is the MySQL jdbc driver: mysql-connector-java-5.1.5.tar.gz. This driver can be downloaded fro...
«...more...»
\usepackage{lastpage}
\fancyfoot[C]{\small{Page \thepage\ of \pageref{LastPage}}}