summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bjfuthesis/demo/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/bjfuthesis/demo/thesis.tex')
-rw-r--r--Master/texmf-dist/doc/latex/bjfuthesis/demo/thesis.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bjfuthesis/demo/thesis.tex b/Master/texmf-dist/doc/latex/bjfuthesis/demo/thesis.tex
new file mode 100644
index 00000000000..b8f5b59421c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bjfuthesis/demo/thesis.tex
@@ -0,0 +1,11 @@
+\documentclass{bjfuthesis}
+\begin{document}
+ \frontmatter
+ \input{contents/abstract}
+ \tableofcontents
+ \mainmatter
+ \input{contents/mainbody}
+ \backmatter
+ \printbibliography
+ \input{contents/acknowledge}
+\end{document}