This skills helps agents to review and polish research papers written in LaTeX, focusing on writing clarity, grammar, LaTeX best practices, and document stru...
kind of.Section titles should have consistent capitalization.
Avoid passive voice unless strongly justifiable. Passive voice is ambiguous because it has no subject unless followed by "by...".
Avoid nominalization.
Avoid "There is/are".
"Which" vs "that": Use "which" in a nonrestrictive clause and "that" in a restrictive clause. More...
Distinguish coordinating conjunction vs conjunctive adverbs.
"Fewer" modifies countable nouns whereas "less" uncountable nouns.
Use articles (a, an, the) properly.
A singular countable noun must be preceded by an article.
The must have a reference that is unique either by fact or in the context.
Distinguish between compare with and compare to
Use modern implementations of LaTeX to take advantage of Unicode and other useful features.
Use correct typefaces. Particularly, italics should be used for variables but not for descriptive terms. More...
Do not manually add separators in large numbers.
\usepackage{siunitx}.
Then, wrap large numbers in \num{}.
\num{12345}Do not manually type reference names, such as Table, Figure, Theorem.
Instead, \usepackage{hyperref},
and then \autoref{fig:xxx}, \autoref{sec:xxx}, \autoref{table:xxx}.
main.tex is the entry root of the LaTeX project, containing the usepackage commands and the document structure.src/ contains all the sections.tables/ contains all the tables.figures/ or fig/ contains the figures. Figures are PDF files or .tex files.
.tex in figures are algorithms.code/ contains code listings used in the text.ZIP package — ready to use