This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is working pretty nice for me, and has basically paid itself off. | |
# In retrospect, there are some better design layouts that would be more elegant, | |
# if this ever becomes more than a gist: headers and footers should be their own | |
# class, and there should be a generic class which sandwiches the matrix with | |
# such. LatexTabularX should be two of such sandwiches. Functionality for saving | |
# to disk and compiling the master tex file would be nice. | |
import warnings | |
class TexMatrix(object): |