https://github.com/avras/ee703-2013
LaTeX files from the course EE703 Digital Message Transmission (Autumn 2013) at IIT Bombay
https://github.com/avras/ee703-2013
Last synced: 6 months ago
JSON representation
LaTeX files from the course EE703 Digital Message Transmission (Autumn 2013) at IIT Bombay
- Host: GitHub
- URL: https://github.com/avras/ee703-2013
- Owner: avras
- License: mit
- Created: 2014-04-16T04:51:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-06T00:08:17.000Z (almost 12 years ago)
- Last Synced: 2025-01-22T17:14:28.713Z (over 1 year ago)
- Language: TeX
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
EE 703 Digital Message Transmission (Autumn 2013)
-------------------------------------------------
This repository contains the LaTeX files pertaining to the Autumn 2013 edition of the EE703 course at IIT Bombay. The pdf files corresponding to these source files can be found at [this link](http://www.ee.iitb.ac.in/~sarva/courses/EE703/Autumn2013.html)
Compiling the source files
--------------------------
* For the assignments and exams, `pdflatex file.tex` will generate the pdf as long as you have the necessary LaTeX packages installed. For example, files containing figures require `tikz` to be installed.
* For the slides, there is a `Makefile` which helps generate both handout and non-handout versions of the pdf. In the handout version, all the `\pause` commands in `beamer` are disabled.
+ For the non-handout version, simply type `make` in the `slides` subdirectory
+ For the handout version, type `make handout` in the `slides` subdirectory
* Some slide decks contain plots which requires `gnuplot` to be installed on your machine.
License
-------
This code is being released under the permissive [MIT License](http://choosealicense.com/licenses/mit/)