Skip to content

Instantly share code, notes, and snippets.

@whatrocks
Last active October 4, 2018 17:02
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 whatrocks/97a5a32be866e7ee4d91dc70aadf6a71 to your computer and use it in GitHub Desktop.
Save whatrocks/97a5a32be866e7ee4d91dc70aadf6a71 to your computer and use it in GitHub Desktop.
latex-anki

So, you want to use LaTeX with your Anki card app on Mac?

  1. Install Mactex with Brew
brew tap caskroom/cask
brew cask install mactex
  1. You're good to go! Go forth and make your LaTeX cards.

For example,

A function [latex]f[/latex] is linear if it obeys the equation:

[latex]f(ax1 + bx2) = a f(x1) + bf(x2)[/latex]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment