How to Write a Research Paper Without Learning LaTeX
Lilia Team
3/18/2026
You Shouldn't Need a Course to Write a Paper
LaTeX produces beautiful documents. But between \documentclass, \usepackage, \begin{equation}, and the inevitable missing brace on line 247 — it can feel like learning a programming language just to write about your research.
What if you could get the same output without the syntax?
This guide walks you through writing a complete research paper in Lilia Editor — from title page to bibliography — without typing a single LaTeX command.
Step 1: Create Your Document
Sign up at liliaeditor.com and click New Document. You can start from a blank document or pick a template. The Article template gives you a good starting structure for a research paper.
Your document opens in a split view: your writing on the left, the LaTeX preview on the right. Everything you write visually generates real LaTeX in the background.
Step 2: Add Your Title and Abstract
Click on the title area and type your paper's title. It's just text — no \title{} needed.
For the abstract, type / to open the content menu, then select Quote or simply write a paragraph under an "Abstract" heading. Lilia numbers your sections automatically.
Step 3: Write Your Sections
Type / and select Heading to create a new section. Lilia handles the numbering:
# Introductionbecomes Section 1## Backgroundbecomes Section 1.1- And so on
Just write your text as paragraphs. Bold with **text**, italic with *text*, and inline code with backticks. It works like any text editor you've used before.
Step 4: Add Equations
This is where LaTeX usually gets painful. In Lilia, type / and select Equation. You have two options:
Option A: Write LaTeX math directly. If you know that E = mc^2 is what you want, type it in the equation block. It renders instantly — no compilation needed.
Option B: Describe it in plain English. Use the AI assistant (Ctrl+K) and say "write the equation for the normal distribution probability density function." Lilia generates the LaTeX for you.
Either way, your equation gets proper numbering and you can add a label for cross-referencing later.
Step 5: Insert a Table
Type / and select Table. You get a spreadsheet-like editor right in your document. Click cells to edit them, add rows and columns as needed.
No \begin{tabular}, no & and \\ to align columns. Just type your data.
Step 6: Add Figures
Drag and drop an image into your document, or type / and select Figure. Add a caption and alt text. Lilia wraps it in a proper figure environment with automatic numbering.
Step 7: Add Citations
Type / and select Bibliography to create your references section. Then add entries one of three ways:
- Paste a DOI — Lilia fetches the full citation metadata automatically
- Paste an ISBN — same automatic lookup for books
- Paste an arXiv ID — for preprints
Choose your citation style — APA, MLA, Chicago, IEEE, Harvard, or Vancouver — and your bibliography formats itself.
To cite a reference in your text, use the citation key that Lilia assigns to each entry.
Step 8: Add Theorems and Proofs
If you're writing a math-heavy paper, type / and select Theorem. Lilia supports 8 formal environments:
- Theorem, Definition, Lemma, Corollary
- Proposition, Remark, Example, Proof
Each gets automatic numbering and proper formatting. No \newtheorem setup required.
Step 9: Export Your Paper
When you're ready, open the Export menu and choose your format:
- PDF — ready for submission or printing
- LaTeX — if your advisor or journal wants the source files
- DOCX — for collaborators who use Word
- HTML — for posting online
- Markdown — for GitHub or a personal site
The LaTeX export is compatible with standard TeX distributions, so you (or a collaborator) can continue editing in any LaTeX environment.
The Full Paper in 30 Minutes
Here's what you just built, without writing any LaTeX:
- A structured paper with numbered sections
- Rendered equations with labels
- Formatted tables and captioned figures
- A bibliography with auto-fetched metadata
- Export to any format you need
The first time you do this in raw LaTeX, it takes hours — installing packages, fixing errors, looking up syntax. In Lilia, you focus on the writing and let the editor handle the formatting.