https://github.com/asimihsan/notes
Notes on books, frameworks, languages, sites.
https://github.com/asimihsan/notes
Last synced: 5 months ago
JSON representation
Notes on books, frameworks, languages, sites.
- Host: GitHub
- URL: https://github.com/asimihsan/notes
- Owner: asimihsan
- Created: 2012-08-02T10:42:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-28T09:22:58.000Z (over 11 years ago)
- Last Synced: 2024-04-08T16:29:03.210Z (about 1 year ago)
- Language: Python
- Size: 1.13 MB
- Stars: 20
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notes
There are just notes I've made when reading up on languages, frameworks, sites, or books.
After starting a few Coursera courses I realised I needed both Markdown and LaTeX support. To that end I've created a simple script that uses `pandoc` to do the necessary conversion, i.e.
pandoc -o tex/
Conversion to TeX leaves LaTeX statements bounded by `$$ .. $$` intact; super! Open the TeX file in TexShop, which should handle regeneration to PDF for you.