README.md
setup.py
nbtex/Dots.py
nbtex/Matrix.py
nbtex/Vector.py
nbtex/__init__.py
nbtex/helpers.py
nbtex.egg-info/PKG-INFO
nbtex.egg-info/SOURCES.txt
nbtex.egg-info/dependency_links.txt
nbtex.egg-info/top_level.txt
nbtex/LatexInterface/Operator.py
nbtex/LatexInterface/SymbolsExtractor.py
nbtex/LatexInterface/__init__.py
nbtex/LatexInterface/LatexFormatters/LatexBasicFormatter.py
nbtex/LatexInterface/LatexFormatters/LatexDerivativesFormatter.py
nbtex/LatexInterface/LatexFormatters/LatexMatrixFormatter.py
nbtex/LatexInterface/LatexFormatters/LatexSeriesFormatter.py
nbtex/LatexInterface/LatexFormatters/__init__.py
nbtex/Symbols/Arrow.py
nbtex/Symbols/Greek.py
nbtex/Symbols/Operator.py
nbtex/Symbols/Set.py
nbtex/Symbols/__init__.py
nbtex/core/Ast.py
nbtex/core/Precedence.py
nbtex/core/__init__.py
nbtex/core/operators/Arithmatic.py
nbtex/core/operators/Derivative.py
nbtex/core/operators/FunctionCall.py
nbtex/core/operators/Operator.py
nbtex/core/operators/Series.py
nbtex/core/operators/UnaryFormatting.py
nbtex/core/operators/__init__.py
nbtex/platforms/__init__.py
nbtex/platforms/jupyter.py
tests/__init__.py
tests/LatexInterface/__init__.py
tests/LatexInterface/LatexFormatters/__init__.py
tests/LatexInterface/LatexFormatters/test_latex_basic_formatter.py
tests/LatexInterface/LatexFormatters/test_latex_derivative_formatter.py
tests/LatexInterface/LatexFormatters/test_latex_matrix_formatter.py
tests/LatexInterface/LatexFormatters/test_latex_series_formatter.py
tests/core/__init__.py
tests/core/test_ast.py
tests/core/operators/__init__.py
tests/core/operators/test_core_operators.py
tests/core/operators/test_operators.py