mirror of
https://github.com/dholerobin/Lecture_Notes.git
synced 2025-07-01 21:16:29 +00:00
18 lines
947 B
Markdown
18 lines
947 B
Markdown
# Lecture_Notes
|
|
This repository is there to store the combined lecture notes of all the lectures. We are using markdown to write the lecture notes.
|
|
|
|
|
|
To render math in the notes, use https://chrome.google.com/webstore/detail/mathjax-plugin-for-github/ioemnmodlmafdkllaclgeombjnmnbima
|
|
|
|
|
|
Guidelines:
|
|
- Keep code snippets in Python/Psuedocode
|
|
- For language specific concepts, make sure to contrast it with other languages
|
|
- Use LaTeX math mode when possible.
|
|
Quick References:
|
|
- https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference
|
|
- https://jojozhuang.github.io/blog/2018/09/11/mathjax-cheat-sheet-for-mathematical-notation/
|
|
- Soft resize images to appropriate size (use html img tag with inline style)
|
|
- Use spaces instead of tabs (important, to keep indentation in code blocks consistent)
|
|
- Clearly mark the begin and end of each topic / question by using HR. markdown syntax: `-- --` on a new line
|