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

Hanging Indent For Bibliography #17

Open
aadriance opened this issue Jun 26, 2018 · 1 comment
Open

Hanging Indent For Bibliography #17

aadriance opened this issue Jun 26, 2018 · 1 comment

Comments

@aadriance
Copy link

The initial edit pass of my thesis requested that I add hanging indents to the bibliography. After some searching I was able to fix it using:

\def\bibindent{1em}
\begin{thebibliography}{99\kern\bibindent}
\makeatletter
\let\old@biblabel\@biblabel
\def\@biblabel#1{\old@biblabel{#1}\kern\bibindent}
\let\old@bibitem\bibitem
\def\bibitem#1{\old@bibitem{#1}\leavevmode\kern-\bibindent}
\makeatother

\bibliography{bibliography}
\end{thebibliography}

Is there a better way to do this? If not I can make an edit to the main.tex once I know my hanging indents pass the final editorial inspection.

@AndrewGuenther
Copy link
Member

My attitude with LaTeX has always been "if it works it works." Feel free to submit a PR after inspection and I'll merge it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants