Skip to content

Instantly share code, notes, and snippets.

@docPhil99
Last active February 12, 2019 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save docPhil99/87177c7040c714e2d3562fe42726e63d to your computer and use it in GitHub Desktop.
Save docPhil99/87177c7040c714e2d3562fe42726e63d to your computer and use it in GitHub Desktop.
Making lecture notes with pandoc
  1. Install a markdown editor. I have used Atom with the following packaged added
    • markdown-preview-plus to view your pdf as you edit. This isn't configured to render the beamer slides but it produced a normal pdf document as you type which is still handy.
    • highlight-bad-chars - highlights none acsii chars that cause latex a problem
    • pdf-view is also handy - it opens your created pdf files directly in Atom.
    • Language Markdown - for some md auto formatting
    • Optional tweeks for Atom: In the core package Autocomplete-plus I would suggest changing 'Keymap For Confirming A Suggestion' to 'tab always, enter when suggestion explicity selected'. The default tab and enter is fine for programming but doesn't work well when writting English.
  2. Install latex - there are lots of ways of doing this depending on your OS. Make sure you have beamer installed as well.
  3. Install pandoc. The repo versions might be really old, so I installed the latest from here.
  4. Install any templates you want. I've used Eisvogel for my book theme.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment