An open API service indexing awesome lists of open source software.

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.

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.