Skip to content

LaTeX template for Jiangsu Ocean University (JOU) Numerical Analysis A laboratory reports. Features professional formatting, Chinese language support, and automatic document structuring.

License

Notifications You must be signed in to change notification settings

TsekaLuk/JOU-Numerical-Analysis-A-Lab-Report-TEX-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jiangsu Ocean University Lab Report Template

A professional LaTeX template for laboratory reports at Jiangsu Ocean University, featuring bilingual support, custom formatting, and comprehensive academic document elements.

Template Preview

Cover Page

Cover Page

Mathematical Equations and Theory

Math Equations

Algorithm Description

Algorithm Section

Code Implementation

Code Section

Data Analysis and Visualization

Results Analysis

Conclusion and References

Conclusion and References

Features

  • 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

Requirements

  • XeLaTeX compiler & Overleaf
  • Required fonts:
    • SimSun.ttf (宋体)
    • SimHei.ttf (黑体)
    • STXINWEI.ttf (华文新魏)
    • Times New Roman

Installation

Overleaf (Recommended)

  1. Create a new project in Overleaf
  2. Upload joulabreprot.cls to the project root
  3. Create a new folder named font and upload required Chinese fonts
  4. Create your main .tex file using the template structure
  5. Select XeLaTeX as the compiler

Local Installation

  1. Clone this repository
  2. Place joulabreprot.cls in your TeX distribution's local texmf tree
  3. Ensure required fonts are installed on your system
  4. Compile using XeLaTeX

Usage

Essential template features include:

  1. 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}
  1. Mathematical Equations
\begin{equation}
P_n(x) = \sum_{k=0}^n y_k\ell_k(x)
\end{equation}
  1. Algorithms
\begin{algorithm}[htbp]
\caption{算法名称}
\begin{algorithmic}[1]
\Require 输入
\Ensure 输出
% Algorithm steps...
\end{algorithmic}
\end{algorithm}
  1. Code Listings
\begin{lstlisting}[language=Python, caption=代码说明]
def example_function():
    pass
\end{lstlisting}
  1. 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}
  1. References
\begin{thebibliography}{4}
\bibitem{ref1} 作者. 标题[M]. 出版社, 年份.
\end{thebibliography}

License

This template is released under the MIT License.

Author

Contributing

Issues and pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Acknowledgments

  • Jiangsu Ocean University
  • Department of Information and Computing Science, School of Science

About

LaTeX template for Jiangsu Ocean University (JOU) Numerical Analysis A laboratory reports. Features professional formatting, Chinese language support, and automatic document structuring.

Resources

License

Stars

Watchers

Forks

Packages

No packages published