Skip to content

ajump2/Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis

repo for work done in real analysis

Intro

For some code it may be necessary to add an additional latex package called maxiplot, which can be found here. Following that, create a directory (much like amsmath) and place the sty file there (I named mine maxiplot). Then run,

sudo texhash

and the latex documents should now compile.

I also used the following script to automate some of the process

#!/bin/bash
pdflatex $1.tex
maxima -b $1.mac
pdflatex $1.tex

About

repo for MATH 385 Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages