A team of two students taking the cource scribe each lecture for the course.
Course taught by Prof. Shantanav Chakraborty.
Disclaimer: Most scribes here are a work in progress and the documents should be treated as such. These will be finished by the end of the course.
- Template
- Lecture 1
- Lecture 2
- Lecture 3
- Lecture 4
- Lecture 5
- Lecture 6
- Lecture 7
- Lecture 8
- Lecture 9
- Lecture 10
- Lecture 11
- Lecture 20
Make a PR with your scribe sources. Follow the following structure:
- The folder named
Lecture_X
is the scribe template to be used. - If you are scribing lecture
X
, all your source files should be in one folder namedLecture_X
in the root directory. - The main file should be named
lecture_X.tex
- Put all your images into an
images
folder inside your folder. - You may use the
preamble.tex
if you wish to. - Update README with the scribe build (just copy one of the previous lines) for your notes. It'll give you a direct download link to view and read the scribes.
- Build scribe runs on each push.
\documentclass[11.5pt, paper=a4]{article}
\usepackage{preamble}
\begin{document}
\maketitle
\tableofcontents
%% Add appropriate bib info
\end{document}
Debian instructions similar, use apt-get
to install.
sudo pacman -S texlive-most texlive-core texlive-science texlive-latexextra texlive-bibtexextra texlive-publishers
Use favourite editor to scribe. PS: Check out https://castel.dev/post/lecture-notes-1/ (Vim is beautiful)
latexmk -pdflatex filename.tex