For a sample document to be typeset using LaTex click here.
Introduction : Terminlogy
By a word processor we generally mean a WYSIWYG ("What You See Is What You Get") system where the formatting takes place while we enter the text; no further processing is done prior to sending our work to a printer. Miccrosoft Office Word is an example of a word processor.
Typesetting is the composition of text material by means of types. Typesetting requires the prior process of designing a font and storing it in some manner. Typesetting is the retrieval of the stored letters and the arranging them according to a language's orthography for visual display. Over the centuries printers have developed several typesetting conventions to improve the quality of the printed pages and to enhance the readability and visual appeal of each and every page of a printed document.
A markup language is a system for annotating a text in such a way that the annotation is distinguishable from the text. The idea and terminology evolved from the "marking up" of manuscripts with, for example, the revision instructions by editors. HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. A markup language is a set of markup tags, and HTML uses markup tags to describe web pages.
TEX is a computer programme created by Donad E Knuth of Stanford University in late seventies for typesetting documents. TEX is a free software.
LATEX is a markup language used for typesetting documents. LATEX is based on TEX. LATEX is the standard document preparation system in academia. It's mainly used by scientists and mathematicians, and is the accepted submission format for most journals in these .fields. The primary strength of LaTeX is its typesetting quality. It .effectively enforces a consistent and professional layout and typographical convention for our documents.
There are several implementations of the LATEX package. TEXLive is a distribution provided by TEX User Groups. This supports Unix systems, MacOSX, and 32-bit Windows. MiKTEX is an independent distribution for Windows with a flexible package manager.
There are several editors and front-ends for using LATEX. TEXworks is one such front-end. A few others are WinEdt, WinShell, TeXnicCenter, and LyX.
Installation of LaTeX package
For the general audience
For Vidya Academy Students
Learn basics of LaTeX
The First Lessons in TeX by V N Krishnachandran
Enjoy TeXing!!
Learn more about LaTeX
If you feel like knowing a little more about LaTeX, you may consult the following books which can be accessed by clicking on the links below, or, turn to the Bibliography and References in The First Lessons in TeX.
Guide to LaTeX by Helmut Kopka and Patrick W Daly
(659 pages)
The LaTeX Companion
Second Edition
(1119 pages)
The LaTeX Companion (2nd Edition) by Frank Mittelbach and Michel Goossens is one of the most authoritative and exhaustive treatment of the LaTeX package.
For Vidya Academy MCA Students : Typesetting Seminar Report
All Vidya Academy MCA students will be required to submit their Seminar Reports of 506 2K (P) Seminar paper typeset using LaTeX format. For this, the students are expected to go through a two-stage process.
Download template files
SeminarReportTemplate
Create copy of template.tex
VExxMCAxxxFFFFFF.tex
where VExxMCAxxx denotes your University Examination Register Number and FFFFFF your first name or a short form of it (spaces are not allowed in the name of the file). Also, there is no restriction on the number of characters in the file name.
Start filling template
Final touches
When finished
For Vidya Academy B Tech Students:
Typesetting Seminar/Project Report
All Vidya Academy B Tech students may utilise the resources available in this page to typeset their Seminar and Project Reports. To do his effectively they must go through a two-stage process:
Download template files
(Version 3. Uploaded on 14 September 2012)
Create copy of template.tex
VExxABCxxxFFFFFF.tex
where VExxABCxxx denotes the University Examination Register Number and FFFFFF the first name or a short form of it (spaces are not allowed in the name of the file). Also, there is no restriction on the number of characters in the file name.
Start filling template
Final touches
When finished
For Vidya Academy M Tech students
A paper to be submitted to the Institute of Electrical and Electronics Engineers (IEEE), or to a conference approved or supported by IEEE, has to be prepared in the format specified by IEEE. This is a very rigorously and precisely defined format. LaTeX can be used to typeset documents in this format. A LaTeX class file called IEEEtran.cls contains all the specifications in the format approved by IEEE. To typeset a document in IEEE format, this class file is to loaded using the \documentclass command as \documentclas{IEEEtran}. IEEEtran can produce conference, journal and technical note (correspondence) papers with a suitable choice of class options.
The following paper article describes how to use the IEEEtran class with LATEX to produce high quality typeset papers that are suitable for submission to the IEEE.
Preparation of bibliographies is an essential component of writing a technical document. Properly organised and presented bibliographies help readers easily navigate through the background material. IEEE has also formulated standards for the preparation of bibliographies. Such bibliographies can be easily constructed using the tools available in LaTeX.
THE IEEEtran.bst BIBTEX style file described in the following document can be used with BIBTEX to produce LATEX bibliographies of high quality that are suitable for use in IEEE publications. Other potential applications include thesis and academic work, especially when such work is in the area of electrical and/or computer engineering.
Typesetting mathematics is one of the strong points of the LaTeX package. Whenever in need of typesetting mathematics, the reader may refer to the following documents:
People
Donad E Knuth (born 1938)
Creator of TeX
Leslie Lamport (born 1947)
Creator of LaTeX