CS701 : Software Practice and Experience Laboratory 2004-2005
Assignment 1 : Latex
Some Manuals
Latex Help1
Latex Help2
CSE Docs
PS Tricks 1
2
3
4
Commands to produce ps from tex file
- latex filename
- bibtex filename
- latex filename
- latex filename /* if needed */
- dvips -o filename.ps filename
Sample makefile
Package Algorithm.sty (Help file)
Package Algorithmic.sty
Outline of Assignment
1) Title of the page should be LaTeX Assignment.
2) Your name in abbreviated form should appear as author and write full name in footnote.
3) Include date, email in the title page.
Include Table of contents.
Section 1 General Information
Subsection: Personal and Academic information
Include following information in tabular form
- Name
- Roll Number
- Date of birth
- Sex
-
Academic Performance in a tabular form different rows for X, XII,
B.E.(Ist), B.E.(II), B.E.(III), B.E.(Final), and GATE. There should be
separate columns for Year, School/College, and Result.
NOTE: Use table inside table and multicolumn
subsection : Include an itemized list of your hobbies, an
enumerated list of academic areas of intres and description of projects
done in past (use description environment).
subsection : This should contain a table with following columns, course
code that you have taken, course name, Instructor name, Credit/Audit.
This table should have more then 3 colors.
Section 2: Algorithm
Use listing environment to display an algorithm like a searching,
sorting or graph related algorithm. The algorithm should not be having
more than 25 lines.
Section 3: Figures and equations
subsection : figures
subsubsection: Gnuplot
Draw a 3D-curve (using gnuplot) and include the mathematical
equation of the curve. You can use any equation from the net for this
and cite the source of the equation. Change labels of axis and scales
of axis.
subsubsection: Flow graph using xfig
For the algorithm described in previous section draw the control flow
graph using xfig. Use label to cross-reference the algorithm.
subsection: Equation
Equation files: 1, 2, 3, 4, 5
Create the equation alloted to you using math mode commands.
Create bibliography having 3 entries assigned to you other than the
entry for the web source described in section 3.1. And cite the entries
somewhere in the article.
Note: you are being provided with a list of references.
If your serial number in roll list on course homepage is n, then entries for you are entries numbered 3n, 3n-1 and 3n-2.
Bibfile
Use italics, bold, underline somewhere in the article.
Release Date : Friday, 4 August
Submission Deadline : Sunday, 15 August 2004, 24:00 IST.
Note:
- Assignment will be finalised by friday.
- You can start working on the assignment.