LaTeX Formatting Guides for Researchers

Specific answers for authors dealing with LaTeX templates, BibTeX errors, journal-ready PDFs, dissertation formatting, and invoice-based formatting services.

Journal Submission Formatting Checklist for LaTeX Manuscripts

• By

Before uploading a paper to a journal portal, check more than whether the PDF compiles. Editors and production teams often care about the exact class file, bibliography style, figure resolution, metadata, supplemental files, and whether source files can be rebuilt.

Pre-submission checks

  • Confirm the document class and template version match the publisher's current author instructions.
  • Compile from a clean project folder so missing image, .bib, .bst, .cls, and .sty files surface before submission.
  • Check title page metadata, author affiliations, corresponding author details, funding statements, and conflict disclosures.
  • Review every figure caption, table caption, equation number, cross-reference, and appendix reference in the final PDF.
  • Export or package all required source files, not just the compiled PDF.
Read full article →

How Much Does Academic LaTeX Formatting Cost?

• By

Formatting cost should be understandable before you send files. Dynsell uses page-based pricing for normal articles and scope-based quotes for dissertations or unusually complex source repair.

Pricing guide

  • Standard journal formatting: $15/page for template application, headings, margins, captions, floats, and basic equations.
  • Complex LaTeX formatting: $25/page for heavy math, algorithms, custom environments, large tables, and BibTeX cleanup.
  • Reference cleanup: starts at $75 for duplicate removal, missing metadata, DOI consistency, and publisher-style alignment.
  • Thesis and dissertation work: custom quote based on chapter count, front matter, bibliography structure, and university requirements.

After file review, we email an invoice. Work begins only after invoice payment, and delivery follows the agreed turnaround time.

Read full article →

BibTeX Cleanup Checklist for Journal Submissions

• By

A paper can compile and still have a bibliography that fails journal checks. BibTeX records need consistent fields, complete author names, DOI formatting, journal abbreviations, and publisher-specific style handling.

What to fix before submission

  • Remove duplicate entries and unused records from the active .bib file.
  • Normalize author names, capitalization, page ranges, DOIs, arXiv identifiers, and journal titles.
  • Protect capitalization in technical terms, chemical formulas, acronyms, and proper nouns.
  • Match the journal's required bibliography engine: BibTeX, biblatex, natbib, CSL, or publisher-provided .bst file.
Read full article →

Word to LaTeX Conversion: Complete Guide Without Losing Formatting

• By

Many researchers write first drafts in Microsoft Word, then face a formatting crisis when their advisor or target journal requires LaTeX. This guide covers every major element of Word-to-LaTeX conversion, including equations, figures, tables, and bibliography setup, so nothing is lost in translation.

Conversion pipeline

  • Export from Word and convert with Pandoc, Word2TeX, or professional service
  • Preserve equations by re-exporting from MathType or cleaning OMML output
  • Replace Word-generated figures at journal-required resolution (300 dpi minimum)
  • Rebuild complex tables by hand in LaTeX using the journal's required tabular style
  • Generate a .bib file from your reference manager and link it to the journal's .bst file
Read full article →

IEEE Journal Template on Overleaf: Complete Setup Guide

• By

The IEEE Transactions double-column template is one of the most stringent journal formats in academic publishing. This guide covers the complete setup from author kit download through a clean compiling submission-ready PDF on Overleaf, plus the most common errors that stall submissions.

Setup checklist

  • Download the current author kit from the IEEE author center — do not reuse older copies
  • Upload all author kit files: .tex, .cls, .bst, and any journal-specific helper files
  • Verify \\documentclass matches the author kit version exactly
  • Confirm \\pdfoutput flag matches the journal's author instructions
  • Upload figures at 300 dpi minimum in the journal's preferred format (PDF, EPS, TIFF)
Read full article →

LaTeX Figure Placement Best Practices for Journal Submission

• By

Figure placement is one of the most common sources of avoidable journal delays. Learn how LaTeX handles floats, when to use [tbp] versus [h], and common placement errors that trigger editorial return without peer review.

Key rules

  • Use [tbp] placement by default; avoid [h] and [H] unless the journal explicitly allows them
  • Place \\caption before \\label inside every figure environment for correct numbering
  • Set \\includegraphics width to \\columnwidth with [keepaspectratio]
  • Export figures at 300 dpi minimum (600 dpi for line art) in the journal's preferred format
  • Reference every figure from the main text with \\ref{fig:label}
Read full article →

How to Avoid Desk Rejection From Formatting Errors

• By

Editorial desk rejection before peer review is usually a formatting failure, not a science failure. Learn the five most common formatting-related reasons for desk rejection and an 8-point checklist to run the day before submission.

Most common failures

  • Outdated document class or .cls file from an old journal author kit
  • Wrong .bst file or CSL style causing bibliography mismatch
  • Low-resolution figures below the journal's minimum dpi requirement
  • Missing source files from the submission package
  • Incorrect page count from mismatched margins or class settings
Read full article →

PhD Dissertation Formatting: University Requirements and LaTeX Templates

• By

A dissertation is the largest single document most academics produce. University formatting requirements vary widely and can delay graduation approval by weeks. This guide covers front matter ordering, chapter structure, margins, binding offset, pagination, and how to build or customize a LaTeX template to match your graduate school's guide.

Key considerations

  • Download the university's official formatting guide before building any LaTeX template
  • Confirm front matter order: title, copyright, signature, abstract, TOC, list of tables, list of figures
  • Use \\frontmatter, \\mainmatter, and \\backmatter to manage Roman and Arabic pagination
  • Set geometry with bindingoffset for proper left or right margin depending on binding style
  • Verify chapter-level bibliography requirements: single \\bibliography{} or chapter \\refsection blocks
Read full article →

Word to LaTeX Conversion: Complete Guide Without Losing Formatting

• By

Many researchers write first drafts in Microsoft Word, then face a formatting crisis when their advisor or target journal requires LaTeX. This guide covers every major element of Word-to-LaTeX conversion, including equations, figures, tables, and bibliography setup, so nothing is lost in translation.

Conversion pipeline

  • Export from Word and convert with Pandoc, Word2TeX, or professional service
  • Preserve equations by re-exporting from MathType or cleaning OMML output
  • Replace Word-generated figures at journal-required resolution (300 dpi minimum)
  • Rebuild complex tables by hand in LaTeX using the journal's required tabular style
  • Generate a .bib file from your reference manager and link it to the journal's .bst file
Read full article →

IEEE Journal Template on Overleaf: Complete Setup Guide

• By

The IEEE Transactions double-column template is one of the most stringent journal formats in academic publishing. This guide covers the complete setup from author kit download through a clean compiling submission-ready PDF on Overleaf, plus the most common errors that stall submissions.

Setup checklist

  • Download the current author kit from the IEEE author center — do not reuse older copies
  • Upload all author kit files: .tex, .cls, .bst, and any journal-specific helper files
  • Verify \\documentclass matches the author kit version exactly
  • Confirm \\pdfoutput flag matches the journal's author instructions
  • Upload figures at 300 dpi minimum in the journal's preferred format (PDF, EPS, TIFF)
Read full article →

LaTeX Figure Placement Best Practices for Journal Submission

• By

Figure placement is one of the most common sources of avoidable journal delays. Learn how LaTeX handles floats, when to use [tbp] versus [h], and common placement errors that trigger editorial return without peer review.

Key rules

  • Use [tbp] placement by default; avoid [h] and [H] unless the journal explicitly allows them
  • Place \\caption before \\label inside every figure environment for correct numbering
  • Set \\includegraphics width to \\columnwidth with [keepaspectratio]
  • Export figures at 300 dpi minimum (600 dpi for line art) in the journal's preferred format
  • Reference every figure from the main text with \\ref{fig:label}
Read full article →

How to Avoid Desk Rejection From Formatting Errors

• By

Editorial desk rejection before peer review is usually a formatting failure, not a science failure. Learn the five most common formatting-related reasons for desk rejection and an 8-point checklist to run the day before submission.

Most common failures

  • Outdated document class or .cls file from an old journal author kit
  • Wrong .bst file or CSL style causing bibliography mismatch
  • Low-resolution figures below the journal's minimum dpi requirement
  • Missing source files from the submission package
  • Incorrect page count from mismatched margins or class settings
Read full article →

PhD Dissertation Formatting: University Requirements and LaTeX Templates

• By

A dissertation is the largest single document most academics produce. University formatting requirements vary widely and can delay graduation approval by weeks. This guide covers front matter ordering, chapter structure, margins, binding offset, pagination, and how to build or customize a LaTeX template to match your graduate school's guide.

Key considerations

  • Download the university's official formatting guide before building any LaTeX template
  • Confirm front matter order: title, copyright, signature, abstract, TOC, list of tables, list of figures
  • Use \\frontmatter, \\mainmatter, and \\backmatter to manage Roman and Arabic pagination
  • Set geometry with bindingoffset for proper left or right margin depending on binding style
  • Verify chapter-level bibliography requirements: single \\bibliography{} or chapter \\refsection blocks
Read full article →

Stay Updated on Academic Publishing

Get LaTeX tips, formatting guides, and journal submission insights delivered to your inbox.