Skip to content

Instantly share code, notes, and snippets.

@kanedo
Last active August 29, 2015 14:04
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 kanedo/d8b09f30ba166be93588 to your computer and use it in GitHub Desktop.
Save kanedo/d8b09f30ba166be93588 to your computer and use it in GitHub Desktop.
LaTeX Interpretation
\usepackage{MnSymbol}
\newcommand{\interp}[2][I]{\lsem #2\rsem^\mathfrak{#1}}
%
% Usage:
% Two modes available.
\interp{\varphi} % translates to Intepretaion of \varphi in \mathfrak{I}
%
% or specifiy Interpretation
\interp[X]{\varphi} % translates to Intepretaion of \varphi in \mathfrak{X}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment