LaTeX可以直接用的中文模版分享



以下是源代码:
% Setting up the document class for a basic article
\documentclass[a4paper,12pt]{article}
% Including essential packages for Chinese text and formatting
\usepackage{ctex} % For Chinese typesetting
\usepackage{geometry} % For page layout adjustments
\usepackage{xeCJK} % For XeLaTeX Chinese font support
% Configuring page geometry for standard margins
\geometry{left=2.5cm, right=2.5cm, top=2.5cm, bottom=2.5cm}
% Setting the Chinese font to Noto Serif CJK SC
\setCJKmainfont{Noto Serif CJK SC}
% Beginning the document
\begin{document}
% Adding a title
\title{简单的中文文档}
\author{作者姓名}
\date{2025年9月28日}
\maketitle
% Adding a section with sample Chinese content
\section{引言}
这是一个简单的中文\LaTeX文档示例···
% Adding a subsection with more content
\subsection{内容示例}
中文排版需要适当的字体和包支持···
% Adding a simple list
\begin{itemize}
\item 项目一:展示中文排版。
\item 项目二:使用标准 \LaTeX{} 结构。
\item 项目三:确保字体兼容性。
\end{itemize}
% Adding a closing remark
\section{结论}
这是一个基础的中文LaTeX文档,适合初学者参考···
% Ending the document
\end{document}
#LaTeX #latex模版
% Setting up the document class for a basic article
\documentclass[a4paper,12pt]{article}
% Including essential packages for Chinese text and formatting
\usepackage{ctex} % For Chinese typesetting
\usepackage{geometry} % For page layout adjustments
\usepackage{xeCJK} % For XeLaTeX Chinese font support
% Configuring page geometry for standard margins
\geometry{left=2.5cm, right=2.5cm, top=2.5cm, bottom=2.5cm}
% Setting the Chinese font to Noto Serif CJK SC
\setCJKmainfont{Noto Serif CJK SC}
% Beginning the document
\begin{document}
% Adding a title
\title{简单的中文文档}
\author{作者姓名}
\date{2025年9月28日}
\maketitle
% Adding a section with sample Chinese content
\section{引言}
这是一个简单的中文\LaTeX文档示例···
% Adding a subsection with more content
\subsection{内容示例}
中文排版需要适当的字体和包支持···
% Adding a simple list
\begin{itemize}
\item 项目一:展示中文排版。
\item 项目二:使用标准 \LaTeX{} 结构。
\item 项目三:确保字体兼容性。
\end{itemize}
% Adding a closing remark
\section{结论}
这是一个基础的中文LaTeX文档,适合初学者参考···
% Ending the document
\end{document}
#LaTeX #latex模版
夜雨聆风
