Skip to content

Commit

Permalink
Compliant to Overleaf
Browse files Browse the repository at this point in the history
  • Loading branch information
streamjoin committed Jun 18, 2019
1 parent a061ecc commit d949130
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 28 deletions.
47 changes: 23 additions & 24 deletions chapters/ap-publication.tex
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
\begin{refsection}
\nocite{%
TR04:Arasu,
nsdi12:Zaharia,
tods76:Chen
}

\defbibnote{PubListPrenote}{%
% provide some text, if any, before the list of publications
}
\defbibnote{PubListPostnote}{%
% provide some text, if any, after the list of publications
}

\bookmarksetup{startatroot}
\newrefcontext[sorting=none]
\printbibliography[
heading=bibintoc,
sorting=none,
title={List of Publications during PhD Study},
prenote=PubListPrenote,
postnote=PubListPostnote
]
\end{refsection}
\begin{refsection}
\nocite{%
TR04:Arasu,
nsdi12:Zaharia,
tods76:Chen,
}

\defbibnote{PubListPrenote}{%
% provide some text, if any, before the list of publications
}
\defbibnote{PubListPostnote}{%
% provide some text, if any, after the list of publications
}

\bookmarksetup{startatroot}
\newrefcontext[sorting=none]
\printbibliography[
heading=bibintoc,
title={Publications during PhD Study},
prenote=PubListPrenote,
postnote=PubListPostnote
]
\end{refsection}
2 changes: 1 addition & 1 deletion fairy-lite/latex/build_latex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ compile_bib() {
exit 127
;;
esac
check_err "Failed to compile '\\\\bibliography{${TGT_BIB%.*}}'"
)
check_err "Failed to compile '\\\\bibliography{${TGT_BIB%.*}}'"
}

deliver() {
Expand Down
6 changes: 3 additions & 3 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
B.S., Culinary University}
\degree{Doctor of Philosophy}
\field{Cooking Science}
\degreeyear{2017}
\degreeyear{2018}
\supervisor{Professor Hamburger STEAK}

% only involve the examiners in the final submission
\examiners{%
Associate Professor CHAR Kway Teow \\
Assistant Professor Yummy Bee Hoon GRAB \\
Assistant Professor Yummy Bee Hoon CRAB \\
Professor BAK Kwa, Dessert University}

\maketitle

\declaredate{20 November 2017}
\declaredate{20 November 2018}
\declaresign{\RootPicDir /signature.jpg} % remove this if you prefer to sign physically
\declarationpage

Expand Down

0 comments on commit d949130

Please sign in to comment.