custom styled thesis

This commit is contained in:
nam
2014-09-06 17:28:20 +09:00
parent aaa867602a
commit cf5428fa6f
77 changed files with 19257 additions and 0 deletions

50
thesis2/mythesis.sty Normal file
View File

@@ -0,0 +1,50 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{mythesis}
%% -------------------------------------
%% Standard packages
%% -------------------------------------
\RequirePackage[top=1in, bottom=1in,
%inner=1.25in, outer=1in]{geometry}
inner=1.25in, outer=1in, twoside]{geometry}
\RequirePackage{amsmath}
\RequirePackage[%
colorlinks=true,% color links instead of using boxes
linkcolor=red,% color for internal (intra-document) links
citecolor=green,% color for bibliographic links
urlcolor=blue,% color for URL links
hyperfootnotes=false,% disable links to footnotes (because feature broken)
hyperindex,% make page numbers in index into hyperlinks
pdfstartview={FitH},% startup page view: fit width of page to window
bookmarks
]{hyperref}
\RequirePackage[all]{hypcap}
\RequirePackage{booktabs}
\RequirePackage{cite}
%\RequirePackage{morefloats}
\RequirePackage{mathrsfs} % script font
\RequirePackage{afterpage}
%% Using Babel allows other languages to be used and mixed-in easily
\RequirePackage[ngerman,english]{babel}
\selectlanguage{english}
\RequirePackage[babel]{csquotes}
\RequirePackage{subfig}
\RequirePackage{tikz}
\RequirePackage{fixltx2e}
\RequirePackage{setspace}
\RequirePackage{verbatim}
\RequirePackage{lipsum}
\RequirePackage[]{siunitx}
\RequirePackage{tabularx}
\RequirePackage{color}
\RequirePackage{pifont}
\RequirePackage{soul}
\RequirePackage[]{dcolumn}
\RequirePackage[]{sidecap}
\RequirePackage[]{wrapfig}
\RequirePackage{feynmp}
\RequirePackage[]{afterpage}
\RequirePackage[]{multirow}