Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Authorlist name control #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion MichiganTech.cls
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@
\RequirePackage{makeidx}
\RequirePackage{multicol}
\RequirePackage{multirow}
\RequirePackage[square,comma,sort,numbers]{natbib}
%Use format of American Physical Society(APS) Journals, with just 1 name before et al.
\RequirePackage[style=phys, articletitle=false, biblabel=brackets,
chaptertitle=false, pageranges=false, maxnames=1]{biblatex}

\RequirePackage{nextpage}
\RequirePackage{pstricks}
\RequirePackage{pst-all}
Expand Down
3 changes: 1 addition & 2 deletions References/References.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
\cleartooddpage[\thispagestyle{empty}]
\phantomsection
\interlinepenalty=1000
\bibliographystyle{jpc}
\nocite{*}
\bibliography{References/References}
\printbibliography
4 changes: 4 additions & 0 deletions john_DEGREE.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
% Document class
\documentclass[Degree=PhD]{MichiganTech}

%
%Using this as the bibliography file
\addbibresource{References/References.bib}

%
% Document begins
\begin{document}
Expand Down