Skip to content

Instantly share code, notes, and snippets.

@LimHyungTae
Created May 23, 2022 08:38
Show Gist options
  • Save LimHyungTae/0998baf9e46885d3c3070145875aea1e to your computer and use it in GitHub Desktop.
Save LimHyungTae/0998baf9e46885d3c3070145875aea1e to your computer and use it in GitHub Desktop.
Add comma in SAGEH format
\if@sageh
\usepackage[comma]{natbib}
\bibpunct{(}{)}{;}{}{\color{red},}{,}
\setlength{\bibsep}{1pt}
\setlength{\bibhang}{16pt}
\renewcommand{\bibfont}{\refsize}
% \renewcommand*{\nameyeardelim}{\addcomma\space}
\renewcommand\refname{{\normalsize References}}
\fi
@LimHyungTae
Copy link
Author

\color{red}, is important!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment