skills/43-wentorai-research-plugins/skills/writing/templates/elegant-paper-template/SKILL.md
Beautiful LaTeX template for working papers and technical reports
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research elegant-paper-templateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ElegantPaper is a beautifully designed LaTeX template from the ElegantLaTeX project, tailored for working papers, technical reports, and preprints. It features clean typography, optional color themes (green, cyan, blue, black), bilingual support (English/Chinese), and a minimal yet professional appearance. Part of the ElegantLaTeX series (ElegantPaper, ElegantBook, ElegantNote).
# Download template
git clone https://github.com/ElegantLaTeX/ElegantPaper.git
# Compile with XeLaTeX (for Chinese) or PDFLaTeX (English only)
xelatex elegantpaper-en && bibtex elegantpaper-en && xelatex elegantpaper-en
\documentclass[lang=en]{elegantpaper}
\title{Your Working Paper Title}
\author{Author Name\thanks{Affiliation, [email protected]}}
\date{\today}
\begin{document}
\maketitle
\begin{abstract}
A concise summary of your working paper.
\keywords{keyword1, keyword2, keyword3}
\end{abstract}
\section{Introduction}
Your introduction text here.
\section{Model}
Mathematical model or methodology.
\begin{theorem}\label{thm:main}
For all $x \in \mathbb{R}^n$, if $f$ is convex, then...
\end{theorem}
\begin{proof}
The proof follows from...
\end{proof}
\section{Results}
Empirical or theoretical results.
\bibliography{references}
\end{document}
% Language: en (English) or cn (Chinese)
\documentclass[lang=en]{elegantpaper}
\documentclass[lang=cn]{elegantpaper}
% Color theme
\documentclass[color=green]{elegantpaper} % Default green
\documentclass[color=cyan]{elegantpaper}
\documentclass[color=blue]{elegantpaper}
\documentclass[color=black]{elegantpaper} % Formal/print
% Math font
\documentclass[math=cm]{elegantpaper} % Computer Modern
\documentclass[math=newtx]{elegantpaper} % Times-like
% Citation style
\documentclass[cite=authoryear]{elegantpaper} % (Author, Year)
\documentclass[cite=numbers]{elegantpaper} % [1]
% Theorem family (auto-numbered, colored)
\begin{theorem}...\end{theorem}
\begin{lemma}...\end{lemma}
\begin{proposition}...\end{proposition}
\begin{corollary}...\end{corollary}
% Definition and examples
\begin{definition}...\end{definition}
\begin{example}...\end{example}
\begin{remark}...\end{remark}
% Proof
\begin{proof}...\end{proof}
\documentclass[lang=cn]{elegantpaper}
\title{基于深度学习的自然语言处理研究进展}
\author{张三\thanks{北京大学, [email protected]}}
\begin{document}
\maketitle
\begin{abstract}
本文综述了深度学习在自然语言处理中的最新进展。
\keywords{深度学习, 自然语言处理, 注意力机制}
\end{abstract}
\section{引言}
近年来...
\end{document}
| Template | Purpose | |----------|---------| | ElegantPaper | Working papers, short reports | | ElegantBook | Books, long-form documents | | ElegantNote | Lecture notes, course materials |
development
Conduct rigorous thematic analysis (TA) of qualitative data following Braun and Clarke's (2006) six-phase framework. Use whenever the user mentions 'thematic analysis', 'TA', 'Braun and Clarke', 'qualitative coding', 'identifying themes', or asks for help analysing interviews, focus groups, open-ended survey responses, or transcripts to identify patterns. Also trigger for questions about inductive vs theoretical coding, semantic vs latent themes, essentialist vs constructionist epistemology, building a thematic map, or writing up a qualitative findings section. Covers all six phases, the four upfront analytic decisions, the 15-point quality checklist, and the five common pitfalls. Produces a Word document write-up and an annotated thematic map. Does NOT cover IPA, grounded theory, discourse analysis, conversation analysis, or narrative analysis — use a different method for those.
development
Guide users through writing a systematic literature review (SLR) following the PRISMA 2020 framework. Use this skill whenever the user mentions 'systematic review', 'systematic literature review', 'SLR', 'PRISMA', 'PRISMA 2020', 'PRISMA flow diagram', 'PRISMA checklist', or asks for help writing, structuring, or auditing a literature review that follows reporting guidelines. Also trigger when the user asks about inclusion/exclusion criteria for a review, search strategies for databases like Scopus/WoS/PubMed, study selection processes, risk of bias assessment, or narrative synthesis for a review paper. This skill covers the full PRISMA 2020 checklist (27 items), produces a Word document manuscript in strict journal article format, generates an annotated PRISMA flow diagram, and enforces APA 7th Edition referencing throughout. It does NOT cover meta-analysis or statistical pooling. By Chuah Kee Man.
testing
Performs placebo-in-time sensitivity analysis with hierarchical null model and optional Bayesian assurance. Use when checking model robustness, verifying lack of pre-intervention effects, or estimating study power.
data-ai
Fit, summarize, plot, and interpret a chosen CausalPy experiment. Use after the causal method has been selected, including when configuring PyMC/sklearn models and scale-aware custom priors.