The goal is to tweak Atom to be the perfect note-taking editor in a math-heavy research environment.
- Write in Markdown
- With math support - Including global macros
- And citation/bibliography support - taken from a bib file, e.g. managed by JabRef
\newcommand{\vA}{\mathbf{A}} | |
\newcommand{\Exp}[2]{\mathop{\mathbb{E}}_{#1}\left[#2\right]} |
The goal is to tweak Atom to be the perfect note-taking editor in a math-heavy research environment.
opt_einsum is a neat library that can optimize eisum formulations on the fly, but can also be used to simplify formulas to find better structures.
The script eincheck.py
shows an example run on
X = np.random.randn(16, 9, 676)
Y = np.random.randn(16, 32, 676)
np.einsum('bkl,bml,bkn,bmn->mk', X, Y, X, Y)
\documentclass[11pt]{article} | |
\input{oneSectionPerPage} | |
\usepackage{hyperref} | |
\usepackage{lipsum} | |
\title{Example of dynamic page length} | |
\author{} | |
\date{} |