Friday, April 23, 2010

Re-install Ubuntu and Kile

Last week, I did some changes to my Ubuntu 9.04 OS (Installed some packages which affect the system's performances.) and Ubuntu began to act wierdly. So I decide to re-install Ubuntu and share my installation procedure here.

Step 1: In Windows system, insert the Ubuntu 9.04 installation CD (You can download from http://www.ubuntu.com/getubuntu/download).

Step 2: Restart the PC and choose Ubuntu system to get in.

Step 3: WAIT for installing (Fairly easy, just find sth to do while waiting! lol)

Step 4: Install any application on Ubuntu and you are good to go.

However, I am right now using Latex for thesis writing. So I need to install Kile. I found the installation of Kile is a little tricky, especially its configuration part. So here is the procedure I install and configure Kile:

Step 1: Applications->Add/Remove->Search for "Kile" application

Step 2: Install Kile and wait for its running, also after the installation, the system will run "Update Manager" automatically. This step will take a while, for like 30 minutes.

Step 3: Restart Ubuntu, your Kile is installed

Step 4: Get the nessasary packages for Latex
Open terminal and type in:
sudo apt-get install latex-beamer texlive texlive-fonts-extra
texlive-latex-recommended texlive-pstricks texlive-science
texlive-latex-extra texlive-publishers texlive-font-utils xfig ipe
kile texlive-math-extra texlive-generic-extra texlive-bibtex-extra

Step 5: Open Kile and Configure it
1. Settings->Configure Kile->Build->Select tools->ViewPS
add new configuration "evince"
change the command to "evince"
2. Settings->Configure Kile->Build->Select tools->ViewPDF
add new configuration "evince"
change the command to "evince"
3.Settings->Configure Kile->Build->Select tools->QuickBuild
Select "Latex+DVItoPS+PStoPDF+ViewPDF"

You are good to go!!!

No comments:

Post a Comment