Features
Understand Templates
Works with a curated set of LaTeX templates from leading AI, computing, and robotics venues.
\documentclass configuration needed on your part.Beta scope: Supported templates are currently focused on AI, computing, and robotics conferences and journals. See Supported Templates for the full list. Coverage will expand in future releases.
Math, Figures & Tables
Converts inline and display math, images, tables, and captions into correct LaTeX.
$...$ (inline) and $...$ (display math) are converted to native LaTeX. Unicode math symbols inside equations (α, β, Σ, ∇, etc.) are supported. Do not use \(...\) or \[...\] delimiters — they will not be recognised.Figures — Both
![[...]] (Obsidian-style) and  (standard Markdown) are supported. Each image is placed in a \begin{figure} float environment with its caption.Tables — Standard Markdown pipe tables are converted to LaTeX
tabular environments. Merged or multi-column cells are not yet supported.Handle Long Papers
Processes papers of any length reliably, without truncation or content loss.
.tex file. Section hierarchy, heading continuity, and figure/table order are all preserved across segment boundaries.There is no enforced page or word-count limit. Very large documents (roughly above 60,000 words) may take noticeably longer to process.
.bib File Support
Your bibliography file is embedded in the output package with citation keys unchanged.
.bib file alongside your Markdown. ComfyTex places it in the output package and inserts the appropriate \bibliography{...} command in the generated .tex.Scope and limitations: ComfyTex carries citation keys through verbatim. It does not rewrite citation calls, normalise key formats, or verify the academic accuracy of your references. If a citation key in your Markdown text has no matching entry in the
.bib file, the output will compile with an undefined reference warning — consistent with standard LaTeX behaviour. Verifying that your citations are correct and complete remains your responsibility.In-text Citation Handling
Write all in-text citations in author-year format — ComfyTex matches them to your .bib file and maps them to the format required by each template.
Smith et al., 2023). ComfyTex automatically pairs each citation with the corresponding entry in your Reference and converts it to the citation command required by the target template — for example \cite{smith2023} for IEEE-style templates or \citep{smith2023} for author-year templates such as ICML.This means you do not need to use template-specific citation commands in your Markdown source. A single, human-readable author-year notation is sufficient for all supported templates.
Requirement: A Reference section must be provided in the Markdown file. Citation matching relies on the entries in that section; keys with no corresponding
.bib entry or mismatched entries will be recorded by a citation_notes.md file in the output for the user to debug.One-Click Start
Upload, click, and download a complete LaTeX package — no local toolchain required.
.bib file. After you click Start, the job runs on the server. When finished, a .zip containing the .tex source, your template files, and all referenced assets is ready to download.No local LaTeX installation is required on your machine. Final PDF compilation is performed on your side using your preferred distribution or an online editor such as Overleaf.
Job Dashboard
Track and manage all conversion jobs from submission to download.
References & Further Reading
The most widely used online LaTeX editor. Reference for LaTeX commands, environments, and package usage.
The authoritative source for LaTeX packages and documentation. Every package ComfyTex uses is published here.
The international organisation behind TeX, LaTeX, and related typesetting technologies since 1980.
Google's official guide to making content discoverable — referenced throughout ComfyTex's own content strategy.