跳到主要内容
知仓学习社ZHICANG

elegant-paper-template

Beautiful LaTeX template for working papers and technical reports

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Auto-Empirical-Research-Skills

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

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

# 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

\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

% 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]

Built-in Environments

% 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}

Chinese Support

\documentclass[lang=cn]{elegantpaper}

\title{基于深度学习的自然语言处理研究进展}
\author{张三\thanks{北京大学, zhangsan@pku.edu.cn}}

\begin{document}
\maketitle

\begin{abstract}
  本文综述了深度学习在自然语言处理中的最新进展。
  \keywords{深度学习, 自然语言处理, 注意力机制}
\end{abstract}

\section{引言}
近年来...
\end{document}

ElegantLaTeX Family

| Template | Purpose |

|----------|---------|

| ElegantPaper | Working papers, short reports |

| ElegantBook | Books, long-form documents |

| ElegantNote | Lecture notes, course materials |

References

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。