Write academic paper sections in LaTeX with Elsevier format compliance. Triggers when user explicitly requests section writing via /write command, says "write section", "撰写章节", or asks to produce LaTeX content for a specific paper section. Does NOT activate passively on .tex file opens. Produces properly formatted LaTeX content with correct markup, citations, and academic voice.
Write or refine academic paper sections in proper LaTeX format following Elsevier guidelines.
\documentclass[review]{elsarticle}
\usepackage{amsmath,amsfonts,amssymb}
\usepackage{graphicx}
\usepackage{float}
\usepackage{cite}
\usepackage{url}
\usepackage{lineno,hyperref}
\modulolinenumbers[5]
\bibliographystyle{elsarticle-num}
\begin{abstract}
Problem: ...
Method: ...
Results: ...
Conclusion: ...
\end{abstract}
Key phrases:
Key phrases:
Key phrases:
Key phrases:
Key phrases:
Equation numbers in parentheses:
\begin{equation}
y = \beta_0 + \beta_1 x + \epsilon
\label{eq:linear}
\end{equation}
\begin{figure}[htbp]
\centering
\includegraphics[width=0.8\textwidth]{figures/fig1.pdf}
\caption{Description of figure content.}
\label{fig:overview}
\end{figure}
\usepackage{booktabs} % Add to preamble
\begin{table}[htbp]
\caption{Descriptive Statistics}
\label{tab:desc}
\begin{tabular}{lccc}
\toprule
Variable & Mean & SD & Range \\
\midrule
X & 10.2 & 2.1 & 5.0--15.0 \\
Y & 8.7 & 1.9 & 4.0--13.0 \\
\bottomrule
\end{tabular}
\end{table}
Single: \cite{smith2020}
Multiple: \citealp{smith2020,jones2021,wang2022}
Textual: \citeauthor{smith2020} found that...
This skill works as part of a larger writing pipeline:
paper-outline-generator → latex-paper-en → academic-review
When writing multiple sections:
/write introduction for deep learning medical imaging paper/write methodology section about transformer architecture/write results comparing baseline methods/write 撰写methodology章节,关于深度学习模型架构/write 根据以下大纲撰写introduction部分