A professional LaTeX template for laboratory reports at Jiangsu Ocean University, featuring bilingual support, custom formatting, and comprehensive academic document elements.
- Bilingual support (Chinese/English) with proper font handling
- Professional title page layout with university branding
- Chinese section numbering with proper formatting
- Integrated figure, table, and equation management
- Bibliography support with Chinese GB/T 7714 standard
- Custom header/footer designs
- Comprehensive math and algorithm support
- Automatic page framing and numbering
- XeLaTeX compiler & Overleaf
- Required fonts:
- SimSun.ttf (宋体)
- SimHei.ttf (黑体)
- STXINWEI.ttf (华文新魏)
- Times New Roman
- Create a new project in Overleaf
- Upload
joulabreprot.cls
to the project root - Create a new folder named
font
and upload required Chinese fonts - Create your main
.tex
file using the template structure - Select XeLaTeX as the compiler
- Clone this repository
- Place
joulabreprot.cls
in your TeX distribution's local texmf tree - Ensure required fonts are installed on your system
- Compile using XeLaTeX
Essential template features include:
- Document Structure
\documentclass{joulabreport}
% Title page information
\coursename{数值分析A}
\expname{插值法}
\classname{信嵌1221}
\author{姓名}
\studentid{学号}
\thisdate{2024/12/9}
\location{定海楼602}
\teacher{教师姓名}
\begin{document}
\maketitle
\section{实验原理}
% Content...
\end{document}
- Mathematical Equations
\begin{equation}
P_n(x) = \sum_{k=0}^n y_k\ell_k(x)
\end{equation}
- Algorithms
\begin{algorithm}[htbp]
\caption{算法名称}
\begin{algorithmic}[1]
\Require 输入
\Ensure 输出
% Algorithm steps...
\end{algorithmic}
\end{algorithm}
- Code Listings
\begin{lstlisting}[language=Python, caption=代码说明]
def example_function():
pass
\end{lstlisting}
- Tables
\begin{table}[htbp]
\centering
\caption{表格标题}
\begin{tabular}{ccc}
\toprule[1.5pt]
列1 & 列2 & 列3 \\
\midrule[0.75pt]
数据 & 数据 & 数据 \\
\bottomrule[1.5pt]
\end{tabular}
\end{table}
- References
\begin{thebibliography}{4}
\bibitem{ref1} 作者. 标题[M]. 出版社, 年份.
\end{thebibliography}
This template is released under the MIT License.
- Tseka Luk
- Email: [email protected]
Issues and pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Jiangsu Ocean University
- Department of Information and Computing Science, School of Science