Paper Writing

How to Write a Research Paper from Start to Finish

Writing a research paper is daunting. Whether you are an undergraduate battling your first term paper, a PhD candidate trying to publish in Nature, or a post-doc wrestling with journal formatting, the process remains universally stressful. You face three distinct battles: intellectual (the science), narrative (the story), and technical (the formatting).

By Martin DansonPublished 5/31/20264 min read

Key Takeaways

  • Writing a research paper involves three distinct battles: intellectual, narrative, and technical—modern tools like Papertex address all three.
  • Pre-writing with AI can generate thesis statements, outlines, and identify literature gaps before you write a single equation.
  • LaTeX remains the gold standard for complex math and journal submissions, but Typst offers faster compilation and simpler syntax.
  • Markdown is ideal for fast drafting, while Rich Text allows non-technical co-authors to edit visually without breaking code.
  • Papertex supports all four formats (Rich Text, LaTeX, Typst, Markdown) in one unified SaaS platform.
  • AI-assisted editing can convert messy notes into formal academic passive voice without hallucinating novel insights.
  • Automatic bibliography generation from DOIs and one-click style switching (APA, IEEE, MLA, Chicago) saves hours of manual formatting.
  • Real-time collaboration with role-based access lets advisors use Rich Text while power users work in LaTeX or Typst.

Introduction: The Blueprint for Academic Success

Writing a research paper is daunting. Whether you are an undergraduate battling your first term paper, a PhD candidate trying to publish in Nature, or a post-doc wrestling with journal formatting, the process remains universally stressful. You face three distinct battles: intellectual (the science), narrative (the story), and technical (the formatting).

In 2026, the tools have changed. The old way meant writing in Microsoft Word, screaming at LaTeX compiler errors, or losing your citations in a Markdown mess. The new way leverages Rich Text, LaTeX, Typst, and Markdown seamlessly.

Enter Papertex, an AI-powered SaaS built specifically for researchers who refuse to choose between power and simplicity.

Phase 1: Pre-Writing & Structuring (The Foundation)

Before you type a single equation, you need a blueprint. Top-tier papers share a common structure: IMRaD (Introduction, Methods, Results, and Discussion). However, modern AI tools can accelerate this stage dramatically.

Generating an Outline with AI

Stop staring at a blank screen. Use Papertex’s built-in AI Research Assistant to:

  • Generate title variants based on your abstract keywords.

  • Create a section outline (Level 1, 2, and 3 headings).

  • Identify knowledge gaps in your hypothesis.

1.2 The Literature Review (Zotero & Mendeley Integration)

A research paper lives or dies by its citations. Manually typing \cite{author2023} is tedious, but non-standardized notes are worse.

Modern Workflow:

  • Collect PDFs in Zotero/Mendeley.

  • Use Papertex’s Rich Text mode to drop citations directly into your manuscript.

  • Let the AI summarize three conflicting papers to build your "gap" statement

Phase 2: Choosing the Right Syntax (LaTeX vs. Typst vs. Markdown)

The biggest time-waster in academic writing is fighting your typesetting engine. Here is how Papertex solves the "syntax dilemma."

Why LaTeX Still Reigns (For STEM)

If you are in STEM, you need LaTeX. It remains the gold standard for complex equations, cross-referencing, and bibliographies.

  • Pros: Unlimited packages (amsmath, tikz); Journal-standard.

  • Cons: Slow compilation; cryptic errors (! Missing $ inserted).

Why Typst is the Future

Typst is the new contender. It compiles instantly (no waiting 10 seconds for a PDF) and uses a simpler, Python-like syntax.

  • The Killer Feature: Native Unicode math. Instead of \alpha \beta, you just type αβ.

  • Papertex Support: Switch your project from LaTeX to Typst with zero data loss.

Why Markdown + Rich Text Wins for Drafting

Markdown allows you to write without taking your hands off the keyboard (**bold**, *italic*, [link]()). Rich Text allows your co-authors (who hate code) to edit visually.

Papertex’s Magic: You can embed LaTeX math inside a Markdown document, or convert a Rich Text bullet list into a Typst array. We handle the transpilation.

Feature

LaTeX

Typst

Markdown

Rich Text

Math Equations

⭐⭐⭐⭐⭐

⭐⭐⭐⭐⭐

⭐⭐ (via inline)

⭐⭐⭐

Compilation Speed

Slow

Instant

Instant

Instant

Collaboration

Poor (Git)

Good (Web)

Excellent

Excellent

Papertex Support

Native

Native

Native

Native

Phase 3: Writing the Core Sections (With AI Assistance)

Let’s write the paper section by section. Use Papertex’s AI commands (press Cmd+K) to generate, rephrase, or shorten text.

3.1 The Methods Section (Reproducibility first)

Your methods must be so clear that a peer can replicate your work.

  • Using LaTeX/Typst: Use verbatim or code blocks for software versions.

  • Using Papertex AI: Paste your raw lab notes. Prompt: "Convert this bullet list into a formal Methods section in passive voice, LaTeX format."

3.2 The Results (Figures & Tables)

Don't just describe data; show it.

  • LaTeX: \begin{figure}[H] \includegraphics{plot.png} ...

  • Typst: #figure(image("plot.png"))

  • Papertex Rich Text: Drag an image, click "Add caption," and our engine auto-numbers it #Figure 3.2.

3.3 The Discussion & Conclusion

This is where AI shines. Do not let AI write your novel insight; let it polish it.

Workflow:

  1. Write a messy paragraph (e.g., "We found that X is bigger than Y, which is weird because Z said the opposite.")

  2. Highlight text in Papertex.

  3. Select AI Edit > Academic Formal.

  4. Result: "Contrary to the findings of Z (2019), our data indicate a statistically significant increase in X relative to Y, suggesting a previously undocumented moderating variable."

Phase 4: Formatting & Citations (The Endgame)

You have finished the text. Now comes the nightmare of column widths, font sizes, and bibliography styles (APA, IEEE, MLA, Chicago).

Automatic Bibliography Generation

Stop using \bibliographystyle{plain}. Use Papertex’s Citation Visualizer.

  • Input: DOI (e.g., 10.1038/s41586-023-05802-z).

  • Output: Correctly formatted citation in all 4 modes (Rich Text, LaTeX, Typst, Markdown).

  • Switching Styles: Change your entire paper from IEEE to APA with one dropdown. Papertex rewrites the \cite{} commands and the \printbibliography block automatically.

Compiling to PDF (The Final Export)

Different journals require different formats. Here is how to export from Papertex:

  1. For arXiv/Preprints: Export as LaTeX source + PDF. Our Typst-to-LaTeX converter ensures compatibility.

  2. For Medium/Substack: Copy as Markdown with frontmatter.

  3. For Word users: Export as Rich Text (RTF) or DOCX. Your equations (LaTeX/Typst) convert to MathML so they remain editable in Word.

The Check: Grammar, Plagiarism, and Clarity

Before you submit, run the Papertex Integrity Suite:

  • AI Plagiarism Check: Scans 100M+ papers.

  • LaTeX/Typst Linter: Finds missing \right brackets or unclosed $ signs.

  • Readability Score: Ensures your abstract is Grade 12 level (not PhD 40 level).

Phase 5: Collaboration & Version Control

Modern research is a team sport. Your PI uses Word. Your lab mate uses Vim (LaTeX). You want to use Typst.

The Papertex Solution: Multi-Modal Collaboration

  • Real-time cursors: See who is editing what.

  • Role-based modes: Give your advisor "Rich Text only" access so they cannot break your LaTeX equations.

  • Git-like history: Every save is a commit. Revert to any version from the last 30 days.

The Ultimate Papertex Workflow Cheat Sheet

Here is the exact 10-step process to go from zero to submission:

  1. Create Project → Select "Blank (Typst/LaTeX/Markdown)."

  2. AI Outline → Paste your key results → Generate 5 title options.

  3. Write Methods → Use Typst for chemistry formulas (NO_3^-).

  4. Drag & Drop Figures → Use Rich Text for captions.

  5. Insert Citations → Via Zotero connector or DOI paste.

  6. AI Rephrase → Run "Clarity" on your Discussion section.

  7. Collaborate → Invite co-author (Read-only Markdown access).

  8. Change Journal Format → Switch from IEEEtran to ACM template.

  9. Compile to PDF → Choose "Native Compiler" for speed.

  10. Export Archive → Download .zip with LaTeX + PDF + Figures.


Conclusion: Stop Formatting. Start Discovering.

You became a researcher to discover new knowledge, not to debug \multirow table errors or fight with Word’s floating images. The landscape of academic writing software has shifted.

By integrating Rich Text for ease, LaTeX for power, Typst for speed, and Markdown for portability, Papertex offers the first unified platform for the modern scientist. Whether you are writing a conference paper due tomorrow or a dissertation due next semester, the workflow outlined above will save you 40% of your formatting time.

Ready to write your best paper yet? Visit Papertex today and import your existing .tex, .typ, or .md file. Let the AI handle the syntax; you handle the science.

Frequently Asked Questions

How to Write a Research Paper from Start to Finish | Papertex