Closed Malhabib closed 1 year ago
Add the option lang=en
to the document class:
\documentclass[type=master, lang=en]{sjtuthesis}
You could also read English README to learn how to compile the template.
We'll consider to add an English version documentation in the future.
Thanks, the comments are in Chinese. How I can add a new chapter and arrange the chapters? Thanks
In main.tex
, we use \input
to input contents from external files and mainly structured the document by the order of \input
. Inside each file, we use \chapter{<chapter name>}
to add chapters. Like:
You could just use \chapter{}
in the main.tex
for convenience.
If you are new to LaTeX, you could get hands on it first before writing the thesis. See the website learnlatex.org.
Thanks a lot. I got it.
Hi,
I would ask how to use this template in English.
regards