Basic setup

This commit is contained in:
ysyapa 2023-08-04 21:37:10 +00:00
parent 89c1afe6ba
commit fcbabbd295
7 changed files with 15 additions and 119 deletions

View File

@ -1,8 +1,8 @@
CHAPTERS=Chapter-*/Chapter-*.tex Appendix-*/Appendix-*.tex CHAPTERS=Chapter-*/Chapter-*.tex Appendix-*/Appendix-*.tex
NAME=YourName-thesis NAME=NuwanYapa-thesis
AUX=$(NAME).aux front.aux Chapter-*/*.aux Appendix-*/*.aux optional.aux AUX=$(NAME).aux front.aux Chapter-*/*.aux Appendix-*/*.aux optional.aux
INTERMEDIATES=$(NAME).bbl $(NAME).blg $(NAME).lof $(NAME).lot \ 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 $(NAME).pdf : $(NAME).tex $(NAME).bib front.tex $(CHAPTERS) ncsuthesis.cls optional.tex
pdflatex $(NAME) pdflatex $(NAME)
@ -11,6 +11,4 @@ $(NAME).pdf : $(NAME).tex $(NAME).bib front.tex $(CHAPTERS) ncsuthesis.cls optio
pdflatex $(NAME) pdflatex $(NAME)
clean : clean :
rm $(AUX) $(INTERMEDIATES) rm -f $(NAME).pdf $(AUX) $(INTERMEDIATES)

View File

@ -68,7 +68,7 @@
%%---------------------------- Content Options -------------------------------%% %%---------------------------- Content Options -------------------------------%%
%%----------------------------------------------------------------------------%% %%----------------------------------------------------------------------------%%
%% Size of committee: 3, 4, 5, or 6 -- this number includes the chair %% Size of committee: 3, 4, 5, or 6 -- this number includes the chair
\committeesize{5} \committeesize{4}
%% Members of committee %% Members of committee
%% Each of the following member commands takes an optional argument %% Each of the following member commands takes an optional argument
@ -77,17 +77,17 @@
%% \cochairI{Doug Dodd} %% \cochairI{Doug Dodd}
%% \cochairII{Chris Cox} %% \cochairII{Chris Cox}
%% %%
\chair{Chair first and last name} \chair{Sebastian K\"onig}
\memberI{Member 1 name} \memberI{Alexander Kemper}
\memberII{Member 2 name} \memberII{Dean Lee}
\memberIII{Member 3 name} % unnecessary if committeesize=3 \memberIII{Ilse Ipsen} % unnecessary if committeesize=3
\memberIV{Member 4 name} % unnecessary if committeesize=3, 4 %\memberIV{Member 4 name} % unnecessary if committeesize=3, 4
%% Student writing thesis, \student{First Middle}{Last} %% 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 %% Degree program e.g. Marine, Earth, and Atmospheric Science
\program{program name} \program{Physics}
%%!!!!!! To Change Year !!!!!!%% %%!!!!!! To Change Year !!!!!!%%
% If year of graduation is not same as current year (common for December graduates % If year of graduation is not same as current year (common for December graduates
@ -146,7 +146,7 @@
%%---------------------------------------------------------------------------%% %%---------------------------------------------------------------------------%%
%% Bibliography %% Bibliography
%% or use BibTeX %% or use BibTeX
\bibliography{StudentName-thesis} \bibliography{NuwanYapa-thesis}
\bibliographystyle{apalike} \bibliographystyle{apalike}
%%---------------------------------------------------------------------------%% %%---------------------------------------------------------------------------%%

View File

@ -1,7 +1,7 @@
import os import os
env = Environment(ENV=os.environ) env = Environment(ENV=os.environ)
fn = "YourName-thesis" fn = "NuwanYapa-thesis"
chapters = Glob("Chapter-*/Chapter-*.tex") + Glob("Appendix-*/Appendix-*.tex") chapters = Glob("Chapter-*/Chapter-*.tex") + Glob("Appendix-*/Appendix-*.tex")
print chapters print chapters

View File

@ -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:},
}

View File

@ -1,91 +0,0 @@
<?xml version="1.0" standalone="yes"?>
<!-- logreq request file -->
<!-- logreq version 1.0 / dtd version 1.0 -->
<!-- Do not edit this file! -->
<!DOCTYPE requests [
<!ELEMENT requests (internal | external)*>
<!ELEMENT internal (generic, (provides | requires)*)>
<!ELEMENT external (generic, cmdline?, input?, output?, (provides | requires)*)>
<!ELEMENT cmdline (binary, (option | infile | outfile)*)>
<!ELEMENT input (file)+>
<!ELEMENT output (file)+>
<!ELEMENT provides (file)+>
<!ELEMENT requires (file)+>
<!ELEMENT generic (#PCDATA)>
<!ELEMENT binary (#PCDATA)>
<!ELEMENT option (#PCDATA)>
<!ELEMENT infile (#PCDATA)>
<!ELEMENT outfile (#PCDATA)>
<!ELEMENT file (#PCDATA)>
<!ATTLIST requests
version CDATA #REQUIRED
>
<!ATTLIST internal
package CDATA #REQUIRED
priority (9) #REQUIRED
active (0 | 1) #REQUIRED
>
<!ATTLIST external
package CDATA #REQUIRED
priority (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8) #REQUIRED
active (0 | 1) #REQUIRED
>
<!ATTLIST provides
type (static | dynamic | editable) #REQUIRED
>
<!ATTLIST requires
type (static | dynamic | editable) #REQUIRED
>
<!ATTLIST file
type CDATA #IMPLIED
>
]>
<requests version="1.0">
<internal package="biblatex" priority="9" active="0">
<generic>latex</generic>
<provides type="dynamic">
<file>JamesRussell-thesis.aux</file>
<file>JamesRussell-thesis-blx.bib</file>
</provides>
<requires type="dynamic">
<file>JamesRussell-thesis.bbl</file>
</requires>
<requires type="static">
<file>blx-compat.def</file>
<file>biblatex.def</file>
<file>blx-natbib.def</file>
<file>alphabetic.bbx</file>
<file>standard.bbx</file>
<file>alphabetic.cbx</file>
<file>biblatex.cfg</file>
<file>english.lbx</file>
</requires>
</internal>
<external package="biblatex" priority="5" active="0">
<generic>bibtex</generic>
<cmdline>
<binary>bibtex</binary>
<option>-min-crossrefs 2</option>
<infile>JamesRussell-thesis</infile>
</cmdline>
<input>
<file>JamesRussell-thesis.aux</file>
</input>
<output>
<file>JamesRussell-thesis.bbl</file>
</output>
<provides type="dynamic">
<file>JamesRussell-thesis.bbl</file>
</provides>
<requires type="dynamic">
<file>JamesRussell-thesis.aux</file>
<file>JamesRussell-thesis-blx.bib</file>
</requires>
<requires type="editable">
<file>JamesRussell-thesis.bib</file>
</requires>
<requires type="static">
<file>ametsoc2014.bst</file>
</requires>
</external>
</requests>

View File

@ -123,8 +123,8 @@
%%--------------------------- Content Options -------------------------------%% %%--------------------------- Content Options -------------------------------%%
%% -------------------------------------------------------------------------- %% %% -------------------------------------------------------------------------- %%
%% Author name %% Author name
\newcommand{\ncsu@authorfirstmiddle}{First Middle} \newcommand{\ncsu@authorfirstmiddle}{Nuwan Subhashana}
\newcommand{\ncsu@authorlast}{Last} \newcommand{\ncsu@authorlast}{Yapa}
%% Command to test for period after middle name %% Command to test for period after middle name
\newboolean{@ncsu@needsperiod} \newboolean{@ncsu@needsperiod}