Template for SUSTech CSE Undergraduate Declaration.
-
Create a new LaTeX project (Sharelatex is recommended) and upload
header.png
andmain.tex
. -
Upload your own signature and name it as
signature.png
(all three files should be in the same folder). -
Modify the following fields in
main.tex
:
\newcommand{\sname}{张三} % your name
\newcommand{\sid}{12312345} % your student ID
\newcommand{\cid}{CS109} % course ID (not mandatory)
\newcommand{\cname}{Introduction to Computer Programming} % course name
- Compile
main.tex
and you can get the PDF version of the declaration form.