File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
mathjax3-ts/output/chtml/Wrappers Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 2121 * @author [email protected] (Davide Cervone) 2222 */
2323
24- import { CHTMLWrapper , StringMap } from '../Wrapper.js' ;
24+ import { CHTMLWrapper } from '../Wrapper.js' ;
2525import { MmlMi } from '../../../core/MmlTree/MmlNodes/mi.js' ;
26- import { MmlNode } from '../../../core/MmlTree/MmlNode.js' ;
2726import { BBox } from '../BBox.js' ;
28- import { DelimiterData } from '../FontData.js' ;
29- import { StyleList } from '../CssStyles.js' ;
30- import { DIRECTION } from '../FontData.js' ;
31-
32- /*
33- * Convert direction to letter
34- */
35- const DirectionVH : { [ n : number ] : string } = {
36- [ DIRECTION . Vertical ] : 'v' ,
37- [ DIRECTION . Horizontal ] : 'h'
38- } ;
3927
4028/*****************************************************************/
4129/*
You can’t perform that action at this time.
0 commit comments