Skip to content

TheCharmingSociopath/Quantum-Algorithms-Spring-22

Repository files navigation

Quantum Algorithms Spring'22, IIIT Hyderabad

A team of two students taking the cource scribe each lecture for the course.

Course taught by Prof. Shantanav Chakraborty.

TA: Aditya Morolia (Moi!)

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.

Scribe Builds

Build

Instructions for students

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 named Lecture_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.

Template to use the preamble

\documentclass[11.5pt, paper=a4]{article}


\usepackage{preamble}

\begin{document}

\maketitle
\tableofcontents

%% Add appropriate bib info

\end{document}

Locally building tex documents (Arch)

Debian instructions similar, use apt-get to install.

Recommended packages to install

sudo pacman -S texlive-most texlive-core texlive-science texlive-latexextra texlive-bibtexextra texlive-publishers

Make your edits to a .tex file

Use favourite editor to scribe. PS: Check out https://castel.dev/post/lecture-notes-1/ (Vim is beautiful)

To Build

latexmk -pdflatex filename.tex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages