01
Document
A document is what you create in Drive and open in the editor. Creating one automatically creates its main file (one-to-one with the document). Open a document to write and compile to PDF.
MATH Keys has two building blocks: documents you open to write and compile, and files that live inside a document.
01
A document is what you create in Drive and open in the editor. Creating one automatically creates its main file (one-to-one with the document). Open a document to write and compile to PDF.
02
Each document has a fixed source format chosen when you create it:
To move between formats, use File → Convert to LaTeX… or Convert to Typst… (creates a new independent document).
03
A file is a member of a document — not its own Drive card. Examples: preamble.tex, ch1.tex, refs.bib, custom .sty / .cls (or .typ sidecars for Typst).
main.\input, \include, or \addbibresource (LaTeX) or #include (Typst) as usual — they compile with the document.04
To reuse a file without copying it by hand: File → Import file… → choose a document you can read → choose a file. The file appears in your document as read-only. Use Refresh on that file to pull the latest content from the source. Unlink removes only the link in this document — the source is unchanged.
05
main with \input / #include..bib or preamble from another document.Sign in, create a Typst or LaTeX document in Drive, and watch the PDF build as you type.