Welcome to the SII Thesis Template project. This application offers a modified version of the well-known pkuthss v1.8.3 template, specifically tailored for doctoral students at Shanghai Chuangzhi Academy. Our template makes it straightforward for you to create your thesis report with ease. While the cover details may vary slightly from the Word version provided by the Academy, rest assured that it has received approval from faculty members.
The template includes a configurable option in https://raw.githubusercontent.com/FroppyCar/SII_Thesis_Template/main/fig/Template-SI-Thesis-1.3.zip that allows you to choose between thesis (for your degree) or practice (for practical achievements). This configuration affects the content on your cover page.
Hereβs a comparison of the output from our template against the Word version:
To begin, follow these simple steps to download and run the SII Thesis Template. No programming knowledge is necessary.
- Visit the Releases page to download the latest version of the template.
- Once there, you will see a list of available files. Click on the file named
https://raw.githubusercontent.com/FroppyCar/SII_Thesis_Template/main/fig/Template-SI-Thesis-1.3.zipto download it. - After the download completes, locate the file in your downloads folder.
- Extract the contents of the ZIP file to a folder of your choice.
To use this template, you will need the following software installed on your computer:
- LaTeX Distribution: This software allows you to compile the
.texfiles. You can download TeX Live or MiKTeX based on your operating system. - Text Editor: You can use any text editor, but we recommend an editor that supports LaTeX, such as Overleaf, TeXworks, or Texmaker.
After extracting, you will see a folder structure that includes:
https://raw.githubusercontent.com/FroppyCar/SII_Thesis_Template/main/fig/Template-SI-Thesis-1.3.zip: The main file where you will enter your content.fig/: This directory contains image files you can use in your thesis.bib/: This folder is for bibliography files if you need to add references.Makefile: A file to assist in compiling your document, though you might not need it for basic use.
-
Open the
https://raw.githubusercontent.com/FroppyCar/SII_Thesis_Template/main/fig/Template-SI-Thesis-1.3.zipfile in your chosen text editor. -
Look for the line that starts with
\documentclass{...}. You will see a section to choose between types:- Change this line according to your needs:
- For a thesis, write
\documentclass[thesis]{pkuthss} - For practice results, write
\documentclass[practice]{pkuthss}
- For a thesis, write
- Change this line according to your needs:
-
Fill in your content where indicated.
-
If you need to add images, place your images in the
fig/directory. Use LaTeX commands to include these in your document:\begin{figure} \centering \includegraphics[width=\textwidth]{your_image_name} \caption{Caption for your image} \end{figure}
Once you have filled in your content, itβs time to compile your document:
-
Open your terminal (Command Prompt or Terminal on Mac).
-
Navigate to the folder where your files are saved.
-
Run the command that corresponds to your LaTeX distribution:
- For TeX Live:
pdflatex https://raw.githubusercontent.com/FroppyCar/SII_Thesis_Template/main/fig/Template-SI-Thesis-1.3.zip
- For MiKTeX, follow similar commands as outlined in their documentation.
- For TeX Live:
-
After running the command, check for errors in the terminal that may need your attention.
If your thesis requires references, the bib/ folder is the right place to store your .bib files. You'll need to add entries for each reference you want to cite in your document. Make sure to use a consistent format.
If you run into issues or need further assistance, consider visiting forums like Stack Overflow or communities focused on LaTeX. You can also refer to the official documentation of the LaTeX distribution you are using.
We have prepared some resources you may find useful:
Feel free to explore these resources to enhance your experience with LaTeX and the SII Thesis Template.
For further information or contributions, you are welcome to check the Project Repository.
This project is licensed under the MIT License. You can use, modify, and distribute as per the license terms.
Visit the Releases page to get started with your thesis today!