Sunday, 5 February 2012

Latex start up guide

 
Latex is a Document preparation suite for creating well formated reports,pdfs,e books,magazine and etc..
In this guide we will learn how to handle LaTeX at geek level not at expert level.
There are two tools which we will need to understand.
      1. Miktex-It is a compiler which will compile our document to generate pdf output.
(Download from here http://miktex.org/2.9/setup )
 
      1. Led-It is a latex editor. In which we will write our code and we will compile it using Miktex.
All latex file(code) has extension as a .tex and all bibliography file has extension as a .bbl
Some points to remember for easy understanding and handling:
      1. F7 is short cut key to compile your code in led.
      2. Please do back up before editing any code.
      3. If you found any error in compiling your code in led then type ‘H/h’ in console and press enter. It will show the error did by you.
      4. Most of all tags starts from \tag-name
      5. Some format needs its class to be in same directory where our tex fie is stored,like in IEEE format its class IEEEtrans.cls to be at same place where tex file is stored.
      1. All images which are included in our tex are to be stored at same place where tex file is.
How to do :
      1. Open LED.
      1. Open .tex file.
      1. Do modification in your way.
      1. Compile it using F7.
      1. Enable “Tools” menu in menu bar by right click.
      2. Open PDF(PDF symbol) in Tools menu.
      3. See your output in your installed pdf reader.
Examples of LaTex report formats:(Download Links are in brackets )
So modify it in your way and enjoy of doing LaTex.

How to use Indian Rupee symbol ?

Hello Indians ! Hope who are all clicked this article surely be passionate towards INDIA !!
We come across lots and lots of FONTS ! Each one looks different from others!
Beauty is that the most loved Rupee symbol of INDIA can also be used in our word,spreadsheets,notes,mails ,etc :)



Procedure :


1. Download the Rupee_Foradian.ttf font.
2. Install the font. (It is easy. Just copy the font and paste it in “Fonts” folder in control panel)
Note: Windows7/Vista users can just double-click and select install to do the installation.
3. Now select the font ‘Rupee Foradian’ Start using by clicking the symbol `(the key just above “tab” button in your keyboard)

Start using !!!!!!!!   CHAK DE INDIA :)

How to make Mozilla Firefox faster?

1. Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time.
When you enable pipelining it will make several at once, which really
speeds up page loading.

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
Set "network.http.pipelining.maxrequests" to some number like 30. This
means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer.

Name it "nglayout.initialpaint.delay" and set its value to "0".
This value is the amount of time the browser waits before it acts on information it recieves.

Chat with Friends through MS DOS Command Prompt


Lets do chating via windows command prompt..

FOLLOW THE STEPS:

1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3) Now save this as "Messenger.Bat".



4) Open Command Prompt.

5) Drag this file (.bat file) over to Command Prompt and press Enter.

6) You would then see something like this:


7) Now, type the IP Address of the computer you want to contact and press enter.
You will see something like this:


8) Now all you need to do is type your message and press Enter.
Start Chatting.......Enjoy.......!


Open or Close cd-rom using cmd


For that you have to download NirCmd tool...
To open the door of J: CD-ROM drive 
just type in 
nircmd.exe cdrom open j: 
To close the door of Y: CD-ROM drive  
just type in
nircmd.exe cdrom close y: