Skip to main content
🇪🇸 Español 🇧🇷 Português 🇩🇪 Deutsch
Image Converter Video Converter Audio Converter Document Converter
Tools Guides Formats Pricing API
Log In
Guide

LaTeX & TeX: The Complete Guide to Scientific Document Format

PC By Pablo Cirre

Related conversions

Put what you just learned into practice — convert your files now in seconds, free and without registration.

Frequently Asked Questions

LaTeX is a document preparation system built on Donald Knuth's TeX typesetting engine. Scientists use it because it produces publication-quality mathematical typesetting that no word processor can match; because it separates content from formatting (change journal styles by changing one line); because BibTeX/BibLaTeX handle bibliography management and automatic citation formatting; and because cross-references, figure numbering, and table of contents are automatically maintained. For text-heavy documents without equations, Word is often more practical; for anything with serious mathematics or complex document structure, LaTeX is the professional standard.

LaTeX is a document preparation system built on Donald Knuth's TeX typesetting engine. Scientists usar it because it produces publication-quality mathematical typesetting that no word processor can match; because it separates content de formatoting (change journal styles by changing one line); because BibTeX/BibLaTeX handle bibliography management e automatic citation formatoting; e because cross-references, figure numbering, e table of contents are automatically maintained. para text-heavy documents sem equations, Word is often more practical; para anything com serious mathematics ou complexo document structure, LaTeX is the profissional padrão.

LaTeX is a document preparation system built on Donald Knuth's TeX typesetting engine. Scientists verwenden it because it produces publication-quality mathematical typesetting that no word processor can match; because it separates content von Formatting (change journal styles by changing one line); because BibTeX/BibLaTeX handle bibliography management und automatic citation Formatting; und because cross-references, figure numbering, und table von contents are automatically maintained. für text-heavy documents ohne equations, Word is often more practical; für anything mit serious mathematics oder complex document structure, LaTeX is the professionell Standard.

LaTeX is a document preparation system built on Donald Knuth's TeX typesetting engine. Scientists usar it because it produces publication-quality mathematical typesetting that no word processor can match; because it separates content de formatoting (change journal styles by changing one line); because BibTeX/BibLaTeX handle bibliography management y automatic citation formatoting; y because cross-references, figure numbering, y table de contents are automatically maintained. para text-heavy documents sin equations, Word is often more practical; para anything con serious mathematics o complex document structure, LaTeX is the profesional estándar.

Send <strong>PDF</strong> when the document is final and the layout must be preserved exactly (contracts, invoices, certificates). Send <strong>DOCX</strong> when reviewers need to edit, comment, or track changes. Many teams send both: PDF as the canonical version + DOCX for editable feedback. PDF/A is the right pick for legal archival (ISO 19005).

Install a TeX distribution (TeX Live on Linux/macOS, MiKTeX on Windows, or MacTeX on macOS). Then run `pdflatex main.tex` in the terminal from the folder containing your .tex file. Run it 2-3 times to resolve cross-references and table of contents. If you have a bibliography, also run `biber main` (for BibLaTeX) or `bibtex main` (for BibTeX) between pdflatex runs. The tool `latexmk -pdf main.tex` automates all these steps. For a no-installation option, use Overleaf (overleaf.com) which compiles in the cloud.

Install a TeX distribution (TeX Live no Linux/macOS, MiKTeX no Windows, ou MacTeX on macOS). Then run `pdflatex main.tex` no terminal de the folder containing your .tex file. Run it 2-3 times to resolve cross-references e table of contents. If you have a bibliography, also run `biber main` (for BibLaTeX) ou `bibtex main` (for BibTeX) between pdflatex runs. a ferramenta `latexmk -pdf main.tex` automates all these steps. para a no-installation option, usar Overleaf (overleaf.com) which compiles no cloud.

Install a TeX distribution (TeX Live auf Linux/macOS, MiKTeX auf Windows, oder MacTeX on macOS). Then run `pdflatex main.tex` im terminal von the folder containing your .tex file. Run it 2-3 times to resolve cross-references und table von contents. If you have a bibliography, also run `biber main` (for BibLaTeX) oder `bibtex main` (for BibTeX) between pdflatex runs. das Werkzeug `latexmk -pdf main.tex` automates all these steps. für a no-installation option, verwenden Overleaf (overleaf.com) which compiles im cloud.

Install a TeX distribution (TeX Live en Linux/macOS, MiKTeX en Windows, o MacTeX on macOS). Then run `pdflatex main.tex` en el terminal de the folder containing your .tex file. Run it 2-3 times to resolve cross-references y table de contents. If you have a bibliography, also run `biber main` (for BibLaTeX) o `bibtex main` (for BibTeX) between pdflatex runs. la herramienta `latexmk -pdf main.tex` automates all these steps. para a no-installation option, usar Overleaf (overleaf.com) which compiles en el cloud.

Round-tripping between similar formats (DOCX ↔ ODT, DOCX → PDF) is generally safe. Round-tripping with format-specific features (Word macros, complex tables, footnotes) often loses fidelity. Embedded fonts survive only if both source and target support font embedding (PDF yes, DOCX yes, plain HTML no). Always preview the result before deleting the original.

Use Pandoc (pandoc.org), a free universal document converter: `pandoc main.tex -o main.docx`. Pandoc handles sections, emphasis, tables, and even converts LaTeX math equations to Word's OMML equation format. Complex LaTeX features (custom environments, tikz graphics, certain packages) may not convert perfectly. For the reverse (Word to LaTeX): `pandoc input.docx -o output.tex`. Pandoc is the standard tool for cross-format conversion in the academic world.

Use Pandoc (pandoc.org), a grátis universal document converter: `pandoc main.tex -o main.docx`. Pandoc handles sections, emphasis, tables, e even converts LaTeX math equations to Word's OMML equation formato. complexo LaTeX features (custom environments, tikz graphics, certain packages) may not converter perfectly. para the reverse (Word to LaTeX): `pandoc input.docx -o output.tex`. Pandoc is the padrão tool para cross-format conversion no academic world.

Use Pandoc (pandoc.org), a kostenlos universell document converter: `pandoc main.tex -o main.docx`. Pandoc handles sections, emphasis, tables, und even converts LaTeX math equations to Word's OMML equation Format. Complex LaTeX features (custom environments, tikz graphics, certain packages) may not umwandeln perfectly. für the reverse (Word to LaTeX): `pandoc input.docx -o output.tex`. Pandoc is the Standard tool für cross-format conversion im academic world.

Use Pandoc (pandoc.org), a gratis universal document converter: `pandoc main.tex -o main.docx`. Pandoc handles sections, emphasis, tables, y even converts LaTeX math equations to Word's OMML equation formato. Complex LaTeX features (custom environments, tikz graphics, certain packages) may not convertir perfectly. para the reverse (Word to LaTeX): `pandoc input.docx -o output.tex`. Pandoc is the estándar tool para cross-format conversion en el academic world.

If the PDF contains real text (not scanned images), <code>pdftotext</code> from poppler-utils or <a href="/convert/pdf-to-txt">PDF to TXT</a> works in seconds. If the PDF is a scanned image, you need OCR — Tesseract is the open-source standard. KaijuConverter's PDF tools auto-detect text-vs-image PDFs and route accordingly.

Yes. Overleaf (overleaf.com) is the dominant cloud LaTeX editor — free tier allows one collaborator, paid plans allow unlimited collaborators. It compiles in the cloud (no local installation), has real-time collaboration, automatic git backup, thousands of journal templates, and spell checking. Most universities provide institutional Overleaf access. Other online options: Papeeria, CoCalc (formerly SageMathCloud), and Authorea. For offline use, TeXstudio and VS Code with the LaTeX Workshop extension are the most popular free desktop editors.

Yes. Overleaf (overleaf.com) is the dominant cloud LaTeX editor — grátis tier permite one collaborator, paid plans allow unlimited collaborators. It compiles no cloud (no local installation), has real-time collaboration, automatic git backup, thousands of journal templates, e spell checking. Most universities provide institutional Overleaf access. Other online options: Papeeria, CoCalc (formerly SageMathCloud), e Authorea. para offline use, TeXstudio e VS Code com the LaTeX Workshop extension are the most popular grátis desktop editors.

Yes. Overleaf (overleaf.com) is the dominant cloud LaTeX editor — kostenlos tier erlaubt one collaborator, paid plans allow unlimited collaborators. It compiles im cloud (no local installation), has real-time collaboration, automatic git backup, thousands von journal templates, und spell checking. Most universities provide institutional Overleaf access. Other online options: Papeeria, CoCalc (formerly SageMathCloud), und Authorea. für offline use, TeXstudio und VS Code mit the LaTeX Workshop extension are the most popular kostenlos desktop editors.

Yes. Overleaf (overleaf.com) is the dominant cloud LaTeX editor — gratis tier permite one collaborator, paid plans allow unlimited collaborators. It compiles en el cloud (no local installation), has real-time collaboration, automatic git backup, thousands de journal templates, y spell checking. Most universities provide institutional Overleaf access. Other online options: Papeeria, CoCalc (formerly SageMathCloud), y Authorea. para offline use, TeXstudio y VS Code con the LaTeX Workshop extension are the most popular gratis desktop editors.

Light edits (annotations, signatures, form fields) are fine in any PDF reader. Structural edits (changing paragraphs, replacing images) are awkward — PDF is a presentation format, not an editing format. The robust workflow is: keep the source DOCX/MD/HTML as the master, regenerate the PDF when changes are needed. Tools that "edit PDFs" reverse-engineer the layout and frequently break it.

We use cookies and similar technologies to personalise content and ads, and to analyse traffic. Learn more about cookies.