ComfyTex is currently in beta — every account gets 3 free conversions per day, no payment needed. Responses may occasionally be a little slow to warm up; thanks for your patience!

Features

Understand Templates

Works with a curated set of LaTeX templates from leading AI, computing, and robotics venues.

ComfyTex works with a pre-configured library of templates covering leading AI, machine learning, computer vision, NLP, and robotics venues. Select a template from the library when you create a job — no manual \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.

Math — $...$ (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 ![alt](path) (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.

ComfyTex segments long documents internally and reassembles the result into a single coherent .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.

Provide a BibTeX .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.

When writing your Markdown, use a consistent author-year format for all in-text citations (e.g. 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.

The web interface accepts your Markdown file, a LaTeX template, and optionally a .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.

Every job you submit is tied to your account and visible in the dashboard. You can monitor real-time processing stage updates, inspect per-stage logs for diagnostics, re-download output packages for completed jobs, and delete jobs you no longer need. Jobs are retained indefinitely until you remove them.

References & Further Reading

Overleaf — LaTeX Documentation

The most widely used online LaTeX editor. Reference for LaTeX commands, environments, and package usage.

CTAN — Comprehensive TeX Archive Network

The authoritative source for LaTeX packages and documentation. Every package ComfyTex uses is published here.

TUG — TeX Users Group

The international organisation behind TeX, LaTeX, and related typesetting technologies since 1980.

Google SEO Starter Guide

Google's official guide to making content discoverable — referenced throughout ComfyTex's own content strategy.