Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions js/MathtoolsConfiguration.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { MultlineItem } from 'mathjax-full/js/input/tex/ams/AmsItems.js';
import { Configuration } from 'mathjax-full/js/input/tex/Configuration.js';
export declare class MultlinedItem extends MultlineItem {
get kind(): string;
EndTable(): void;
}
export declare const MathtoolsConfiguration: Configuration;
158 changes: 158 additions & 0 deletions js/MathtoolsConfiguration.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/MathtoolsConfiguration.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading