This repository provides a LaTeX template for writing academic theses at Guangdong Ocean University (GDOU).
It is tailored to meet the formatting requirements of GDOU degree theses.
- Structured template for GDOU theses
- Predefined styles for chapters, bibliographies, and figures
- Sample content included for quick start
- Supports both Windows (
.bat) and Unix (.sh) compilation scripts
Below is the main directory structure for the LaTeX template (results may be incomplete, see the GDOU directory on GitHub for the full listing):
GDOU/
├── Biblio/ # Bibliography files
├── Compile.bat # Windows compilation script
├── Compile.sh # Unix compilation script
├── Img/ # Images and figures
├── README.md # Template documentation
├── Style/ # Style and class files
├── Tex/ # Chapter .tex files and other source files
├── Thesis.pdf # Example compiled thesis (PDF)
├── Thesis.synctex.gz # SyncTeX file for PDF/TeX synchronization
├── Thesis.tex # Main LaTeX thesis file
└── example.png # Example image (see below)
Note: The above listing may be incomplete due to API limitations. Visit the GDOU directory on GitHub for the most up-to-date contents.
- Download or clone this repository.
- Edit
Thesis.texand the files within theTex/directory to match your thesis requirements. - Place your figures in the
Img/directory and bibliography files inBiblio/. - Compile using the provided scripts:
- On Windows:
Compile.bat - On Unix/Linux:
Compile.sh
- On Windows:
- The output PDF (
Thesis.pdf) will be generated in theGDOU/directory.
Below is an example image included in the template directory:
This repository is licensed under the MIT License.
See the LICENSE file for details.
For more details or updates, please visit the project repository.
