Giter VIP home page Giter VIP logo

mit-notes's Introduction

MIT Notes

Lint

This repository contains a compendium of random notes I took while in graduate school at MIT. They certainly contain typos, errors, and incorrect statements based on an incomplete understanding of the material at the time they were written. Nevertheless they may be of value to myself and others.

Generating Output

# Generate the document
make pdf

# Lint
make lint

# Clean temporary and output files
make clean

Developing

Some useful commands:

# See global chktexrc: /usr/local/texlive/2021/texmf-dist/chktex/chktexrc
# chktex-file 1 - ignore in whole file
# chktex 1 - ignore on line

# Run following command from src to get a list of all unused references via .aux file
checkcites --unused mit-notes.aux

# tlmgr is the native TeX Live Manager
tlmgr option repository ftp://tug.org/historic/systems/texlive/2015/tlnet-final
tlmgr info tikz
sudo tlmgr update --self
sudo tlmgr update thmtools

In fluids check if the following equality true:

$\underline{\nabla}\cdot(\underline{v}\underline{v})=\underline{v}\cdot\underline{\nabla}\underline{v}$

Remove code as imported files and inline it? Consider whether having code blocks in text that are more than 100 lines long. If code is too long to inline in the .tex body, it's probably too long to have in the document anyway and should be removed and linked.

References

mit-notes's People

Contributors

dpwiese avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.