mume-with-litvis
Version:
Fork of mume with added http://litvis.org/
4 lines (3 loc) • 354 B
TypeScript
import { BlockAttributes } from "block-attributes";
export declare function compileLaTeX(content: string, fileDirectoryPath: string, normalizedAttributes: BlockAttributes): Promise<string>;
export declare function run(content: string, fileDirectoryPath: string, cmd: string, normalizedAttributes: BlockAttributes, latexEngine?: string): Promise<string>;