diff --git a/Makefile b/Makefile index 557856d..f636079 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CHAPTERS=Chapter-*/Chapter-*.tex Appendix-*/Appendix-*.tex -NAME=YourName-thesis +NAME=NuwanYapa-thesis AUX=$(NAME).aux front.aux Chapter-*/*.aux Appendix-*/*.aux optional.aux INTERMEDIATES=$(NAME).bbl $(NAME).blg $(NAME).lof $(NAME).lot \ - $(NAME).log $(NAME).toc + $(NAME).log $(NAME).toc $(NAME).out $(NAME).pdf : $(NAME).tex $(NAME).bib front.tex $(CHAPTERS) ncsuthesis.cls optional.tex pdflatex $(NAME) @@ -11,6 +11,4 @@ $(NAME).pdf : $(NAME).tex $(NAME).bib front.tex $(CHAPTERS) ncsuthesis.cls optio pdflatex $(NAME) clean : - rm $(AUX) $(INTERMEDIATES) - - + rm -f $(NAME).pdf $(AUX) $(INTERMEDIATES) \ No newline at end of file diff --git a/StudentName-thesis.bib b/NuwanYapa-thesis.bib similarity index 100% rename from StudentName-thesis.bib rename to NuwanYapa-thesis.bib diff --git a/StudentName-dissertation.tex b/NuwanYapa-thesis.tex similarity index 94% rename from StudentName-dissertation.tex rename to NuwanYapa-thesis.tex index dfb53f5..1334a86 100644 --- a/StudentName-dissertation.tex +++ b/NuwanYapa-thesis.tex @@ -68,7 +68,7 @@ %%---------------------------- Content Options -------------------------------%% %%----------------------------------------------------------------------------%% %% Size of committee: 3, 4, 5, or 6 -- this number includes the chair -\committeesize{5} +\committeesize{4} %% Members of committee %% Each of the following member commands takes an optional argument @@ -77,17 +77,17 @@ %% \cochairI{Doug Dodd} %% \cochairII{Chris Cox} %% -\chair{Chair first and last name} -\memberI{Member 1 name} -\memberII{Member 2 name} -\memberIII{Member 3 name} % unnecessary if committeesize=3 -\memberIV{Member 4 name} % unnecessary if committeesize=3, 4 +\chair{Sebastian K\"onig} +\memberI{Alexander Kemper} +\memberII{Dean Lee} +\memberIII{Ilse Ipsen} % unnecessary if committeesize=3 +%\memberIV{Member 4 name} % unnecessary if committeesize=3, 4 %% Student writing thesis, \student{First Middle}{Last} -\student{First name and Middle names}{Last Name} % a full middle name +\student{Nuwan Subhashana}{Yapa} % a full middle name %% Degree program e.g. Marine, Earth, and Atmospheric Science -\program{program name} +\program{Physics} %%!!!!!! To Change Year !!!!!!%% % If year of graduation is not same as current year (common for December graduates @@ -146,7 +146,7 @@ %%---------------------------------------------------------------------------%% %% Bibliography %% or use BibTeX -\bibliography{StudentName-thesis} +\bibliography{NuwanYapa-thesis} \bibliographystyle{apalike} %%---------------------------------------------------------------------------%% diff --git a/SConstruct b/SConstruct index d431f7c..5c26efe 100644 --- a/SConstruct +++ b/SConstruct @@ -1,7 +1,7 @@ import os env = Environment(ENV=os.environ) -fn = "YourName-thesis" +fn = "NuwanYapa-thesis" chapters = Glob("Chapter-*/Chapter-*.tex") + Glob("Appendix-*/Appendix-*.tex") print chapters diff --git a/StudentName-thesis-blx.bib b/StudentName-thesis-blx.bib deleted file mode 100644 index 8fda8a1..0000000 --- a/StudentName-thesis-blx.bib +++ /dev/null @@ -1,11 +0,0 @@ -@Comment{$ biblatex control file $} -@Comment{$ biblatex version 2.2 $} -Do not modify this file! - -This is an auxiliary file used by the 'biblatex' package. -This file may safely be deleted. It will be recreated as -required. - -@Control{biblatex-control, - options = {2.2:0:0:1:0:0:1:1:0:1:0:0:2:1:2:1:79:}, -} diff --git a/StudentNamethesis.run.xml b/StudentNamethesis.run.xml deleted file mode 100644 index 6d08a97..0000000 --- a/StudentNamethesis.run.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - -]> - - - latex - - JamesRussell-thesis.aux - JamesRussell-thesis-blx.bib - - - JamesRussell-thesis.bbl - - - blx-compat.def - biblatex.def - blx-natbib.def - alphabetic.bbx - standard.bbx - alphabetic.cbx - biblatex.cfg - english.lbx - - - - bibtex - - bibtex - - JamesRussell-thesis - - - JamesRussell-thesis.aux - - - JamesRussell-thesis.bbl - - - JamesRussell-thesis.bbl - - - JamesRussell-thesis.aux - JamesRussell-thesis-blx.bib - - - JamesRussell-thesis.bib - - - ametsoc2014.bst - - - diff --git a/ncsuthesis.cls b/ncsuthesis.cls index d6df7a5..a969aaf 100644 --- a/ncsuthesis.cls +++ b/ncsuthesis.cls @@ -123,8 +123,8 @@ %%--------------------------- Content Options -------------------------------%% %% -------------------------------------------------------------------------- %% %% Author name -\newcommand{\ncsu@authorfirstmiddle}{First Middle} -\newcommand{\ncsu@authorlast}{Last} +\newcommand{\ncsu@authorfirstmiddle}{Nuwan Subhashana} +\newcommand{\ncsu@authorlast}{Yapa} %% Command to test for period after middle name \newboolean{@ncsu@needsperiod}