Liking LaTeX is kind of the only reason I have made this repository. The other reason is that this provides a nice way to record how my LaTeX documents have changed.
Chronologically, the documents are:
- Model Zoo: The first LaTeX document that I edited, although I did not have to change the template, rather just update the content of the document. The document was the end-term report of the summer project Model Zoo offered by the Programming Club, IIT-K. All thanks to them for providing the template and getting me initiated.
- ESO207 Mid-Sem: The first LaTeX document that I wrote from scratch (almost) where I typeset the questions of my mid-semester exam in the course ESO207 in my 3rd semester.
- CS201 Mid-Sem: First encounter with writing non-trivial mathematics in LaTeX. Course repository here.
- ESO207 Programming Assignment 2: First experience with packages for algorithms (
algorithm2e
andalgorithmic
)! - CS201 Assignment: First experience with using
tikZ
package for drawing graphs in LaTeX. - CS201 End-Sem: First experience with using
hyperref
package in LaTeX. - CS220 Assignment 2: Second encounter with
tikZ
(CircuitikZ
) package, but this time for drawing electrical circuits! - CS220 Assignment 3: Third encounter with
tikZ
package, but this time for drawing FSMs. Also, first encounter with thekarnaugh-map
package for drawing nice colourful Karnaugh Maps. - CS203 Assignment 2: Using colored texts and boxes (
[dvipsnames]xcolor
). - CS220 Assignment 4: Batman, because why not. No other reason
- CS300 Assignment 3: First document using two columns! (Using
multicol
) - CS300 Presentation: First presentation in LaTeX using
beamer
!