TeXposit allows you to use .md files as your main project files. These are powered by Pandoc 3.x, the "universal document converter," giving you a distraction-free writing experience without sacrificing LaTeX power.
Supported Features
Use [@key] syntax. Converted to \cite{key} using natbib.
Standard $...$ and $$...$$ blocks work out of the box.
Standard Markdown pipe tables are converted to professional booktabs tables.
Fenced code blocks are rendered using the listings package.
The "Zero-Preamble" Advantage
Unlike standard .tex files, a Hybrid .md file doesn't require a preamble. TeXposit automatically generates a professional academic layout (12pt, 1-inch margins) and handles section numbering for you.
Example: Markdown Simplicity, LaTeX Power
My Research Paper
Jane Doe
Abstract
This abstract is automatically formatted by the transpiler into a standard LaTeX abstract environment.1 Introduction
This is a Hybrid document. We can use Markdown for text, but still have full access to LaTeX.
1.1 Citations & Math
As noted in [Vaswani et al., 2017], the mechanism is key. In our case, n_features = 128.
1.2 Images & Figures
Figure 1: Model Architecture
1.3 Raw LaTeX Blocks
| Metric | Value |
|---|---|
| Accuracy | 98.2% |
--- is YAML metadata. Pandoc uses this to fill in the title, author, and date. You can even add an abstract field!