summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bjfuthesis/example/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bjfuthesis/example/thesis.tex')
-rw-r--r--macros/latex/contrib/bjfuthesis/example/thesis.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/latex/contrib/bjfuthesis/example/thesis.tex b/macros/latex/contrib/bjfuthesis/example/thesis.tex
new file mode 100644
index 0000000000..b8f5b59421
--- /dev/null
+++ b/macros/latex/contrib/bjfuthesis/example/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}