$25
CS-213 : Lab 12 : LATEX Basics
In this lab you will learn to use LATEXto create beautiful PDF documents. Write an article on any topic using latex, using following features:
1. Title, (check \title command) 2. Author (check \author command),
3. At least two Sections.
First section has following formulas.
(j) CH3COOH
(k) 180◦C
(l) ∀x ∈ R : x2 ≥ 0
(m)
n
X
Q(i,j) = P(i,j) × R(i,j)
0<i<n j⊆i
(n) ∀P · [[P(0) ∧ ∀(k ∈ N) · [P(k) =⇒ P(k + 1)]] =⇒ ∀n ∈ N · P(n)]
And, Second section with following features:
(a) Two types fonts at least including boldface and italics,
1
(b) Two tables with different sizes,
(c) enumerated lists,(d) non-enumerated lists,
4. bibliography.
Make use of the manual provided if needed.
Compilation instructions
pdflatex rollno.tex
Useto create rollno.pdf.
Use tar -czvvf rollno-lab12.tar.gz rollno-lab12 to create the tar ball.