custom styled thesis
This commit is contained in:
50
thesis2/mythesis.sty
Normal file
50
thesis2/mythesis.sty
Normal 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}
|
||||
Reference in New Issue
Block a user