elegant-paper-templatelisted
Install: claude install-skill dongzhigang13305312738-art/paper-skills
# ElegantPaper Template
## Overview
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).
## Quick Start
```bash
# 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
```
## Template Usage
```latex
\documentclass[lang=en]{elegantpaper}
\title{Your Working Paper Title}
\author{Author Name\thanks{Affiliation, email@university.edu}}
\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}
```
## Template Options
```latex
% Language: en (English) or cn (Chinese)
\documentclass[lang=en]{elegantpaper}
\documentclass[lang=cn]{elegan