Skip to content

Instantly share code, notes, and snippets.

View samfearn's full-sized avatar

Sam Fearn samfearn

View GitHub Profile
@samfearn
samfearn / file.tex
Created August 12, 2020 15:49
Add required environment definitions to latex for tex2html
\newenvironment{lemma}
{\begin{verse}
Lemma:
}
{\end{verse}}
\newenvironment{theorem}
{\begin{verse}
Theorem:
}
{\end{verse}}
@samfearn
samfearn / wxmaxima-init.mac
Last active April 24, 2019 23:36
Enable the Stack rand functions to be used in a local copy of Maxima
/* Author Chris Sangwin
Loughborough University
Copyright (C) 2014 Chris Sangwin
University of Edinburgh
Copyright (C) 2017 Chris Sangwin
This program is free software: you can redistribute it or modify
it under the terms of the GNU General Public License version two.
This program is distributed in the hope that it will be useful,