This is a template of graduation thesis.
You can compile these files in LuaLaTex, XeLaTeX, and pLaTeX.
hidaruma's environment is
- OS: Ubuntu 18.04
- LaTeX: lualatex(TeX Live 2018)
- Font: SourceHan Family
A stylefile to make a cover of thesis.
You have to set variables in personal.tex.
And set option B
or M
.
I redefined command \and
and abstract
environment.
- Edit .tex files.
- Edit .bib file.
- Run
biber main
- Run
lualatex main.tex
or other engines.
- Edit .tex files.
- Edit .bib file.
- Run
latexmk main
.
2018/02/09 Added subfiles package. You can compile a file without main.tex.
You can make slide with using beamer.
- Edit slide*.tex files.
- Run
latexmk slide
. - Run
latexmk slide-print
for print out to paper.
See LICENSE.