Reference · honest baseline
Compatibility
matrix
LaTeX and Word describe documents differently. This page lists, feature by feature, what our engine currently supports, partially supports, and can't carry across. Every conversion also ships a per-file quality report so you know exactly what dropped.
| Feature | LaTeX → Word | Word → LaTeX | Notes |
|---|---|---|---|
Math Inline & display equations (amsmath, amsfonts, amssymb) | Supported | Supported | Converted to native Word equations (OMML) — editable in Word's equation editor. Every run is verified: if math ever flattens to plain Unicode text, the quality report says so. |
Math align, gather, split, cases, array, multline | Supported | Mostly supported | Alignment markers are normalized before conversion, so no stray & or \\ leaks into the Word text. |
Math Equation numbering & labels | Mostly supported | Limited | Numbers (including subequations) render next to the equation; \ref / \eqref resolve to static text rather than live Word fields. |
Math IEEEeqnarray / mathtools macros | Mostly supported | Limited | Normalized to amsmath equivalents before conversion (\dfrac, \bigg, \stackrel, \genfrac, norm bars and similar are preserved). |
Math Custom \newcommand / \renewcommand macros | Mostly supported | Not supported | Macros with arguments are recursively expanded before conversion; verbatim and listings blocks are masked so their contents are never rewritten. Complex TeX programming (\def with delimiters, counters, loops) is stripped. |
Figures \includegraphics (PNG, JPG) | Supported | Supported | Embedded when a ZIP with the images is supplied. |
Figures PDF figures | Mostly supported | n/a | Auto-rasterized to PNG for Word embedding. |
Figures TikZ / PGFPlots | Mostly supported | n/a | Rendered via an optional server pass with your document's own preamble injected (color, style and \newcommand definitions), plus a reduced-payload retry. Blocks that still fail embed a labelled placeholder with the original code — never a broken image link. Heavy pgfplots/3D scenes are the usual failures. |
Figures Retry a single failed diagram | Supported | n/a | Each failed TikZ block gets its own retry action in the quality report — no need to reconvert the whole document. |
Figures subfigure / wrapfigure / sidewaysfigure | Limited | Limited | Layout is flattened; captions are preserved. |
Tables tabular, tabularx, longtable | Mostly supported | Mostly supported | Structure and cells preserved; column widths are approximated. |
Tables multirow, multicolumn, makecell | Mostly supported | Limited | Merged cells generally work; complex nested formatting may flatten. |
Structure Sections, subsections, chapters | Supported | Supported | Mapped to Word heading styles. |
Structure Lists, quotes, footnotes | Supported | Supported | Custom enumerate labels such as [(i)] or [a)] are preserved. |
Structure Text colour (\textcolor, \color) & paragraph alignment | Supported | Mostly supported | Colours and centered/flushright blocks are carried through the pipeline and re-applied as native Word run and paragraph formatting. |
Structure Hyperlinks & \url | Supported | Supported | Become clickable Word hyperlinks. |
Structure Theorem-like environments (theorem, lemma, proof, definition) | Mostly supported | Limited | Headings and bodies survive with emphasis; automatic numbering from custom \newtheorem counters is approximated. Non-standard thesis shorthand environments are auto-normalized first. |
Structure Cross-references (\ref, \eqref, \pageref) | Limited | Not supported | Reference numbers may render as static text; live cross-refs are not reconstructed. |
Citations \cite, \citep, \citet, \parencite, \textcite (natbib / biblatex) | Supported | Limited | Rewritten to inline author–year text (e.g. “(Smith, 2023)” or “Smith (2023)”) when the .bib file is included in the uploaded ZIP. |
Citations BibTeX bibliography (.bib) resolved to a References section | Mostly supported | Not supported | Upload the .tex and .bib together as a .zip. Entries cited in the paper are parsed and appended as a formatted, APA-style References section (journal, book, thesis, in-proceedings, DOI/URL). Custom CSL styles are not applied. |
Citations BibLaTeX advanced features (\autocite styles, sort, keyword filters) | Limited | Not supported | Commands are rewritten to plain author–year citations; per-style ordering, filtering, and localized punctuation are not preserved. |
Citations Manual thebibliography environments | Supported | Mostly supported | Entries are kept and rendered as a References list, and reported in the quality report instead of being silently dropped. |
Layout Document class (article, report, book) | Supported | Supported | |
Layout Two-column classes (IEEEtran, acmart, revtex) | Limited | n/a | Output is single-column; author blocks and page geometry are flattened. |
Layout Beamer presentations | Not supported | Not supported | Frames become sections; not intended for Word. |
Layout Custom page geometry / fancyhdr / titlesec | Not supported | Not supported | Word uses its own page/header model. |
Code listings / minted / verbatim | Mostly supported | Limited | Code becomes monospace with contents preserved byte-for-byte (no macro rewriting inside); captions and labels are kept, syntax colouring is not. |
Front matter Title, author, abstract | Supported | Mostly supported | Author affiliations from custom classes may be simplified. |
Packaging .zip upload with images, .bib, and \input / \include files | Supported | n/a | Multi-file projects are recursively flattened into a single document before conversion, so nested chapter files and asset folders resolve correctly. |
Reporting Per-file quality report | Supported | Supported | Every run lists removed commands, unrendered diagrams, and math-fidelity checks, with links back to the exact source snippet — and is exportable as PDF. |
A note on fidelity claims
No LaTeX ↔ Word engine reaches 100% for every source. Fidelity depends heavily on your document — a plain article with amsmath equations converts almost losslessly, while a two-column IEEEtran paper with TikZ diagrams and a BibTeX bibliography will lose layout and citations. The quality report inside every conversion is the honest, file-specific answer.
