Triton-private Repository branch, master, updated. 5a84b5ad1e358b3407479c70bd241c5444431436
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton-private Repository". The branch, master has been updated via 5a84b5ad1e358b3407479c70bd241c5444431436 (commit) from 630554da980acddc578d008783ad45da64ea50c0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5a84b5ad1e358b3407479c70bd241c5444431436 Author: Phil Carns <[email protected]> Date: Thu Mar 15 22:40:32 2012 -0500 bibliography spacing hack ----------------------------------------------------------------------- Summary of changes: papers/2011/aesop/aesop.tex | 1 + papers/2011/aesop/bibspacing.sty | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 papers/2011/aesop/bibspacing.sty Diff of changes: diff --git a/papers/2011/aesop/aesop.tex b/papers/2011/aesop/aesop.tex index 18c3ab7..e605ae3 100644 --- a/papers/2011/aesop/aesop.tex +++ b/papers/2011/aesop/aesop.tex @@ -12,6 +12,7 @@ \usepackage{xspace} \usepackage[textsize=footnotesize]{todonotes} \usepackage{comment} +\usepackage{bibspacing} \graphicspath{{./}} \DeclareGraphicsExtensions{.pdf,.jpeg,.png} diff --git a/papers/2011/aesop/bibspacing.sty b/papers/2011/aesop/bibspacing.sty new file mode 100644 index 0000000..06e6190 --- /dev/null +++ b/papers/2011/aesop/bibspacing.sty @@ -0,0 +1,23 @@ +\newdimen\bibindent +\setlength\bibindent{1em} +\newdimen\bibspacing +\setlength\bibspacing\z@ +\renewenvironment{thebibliography}[1]{% + \section*{\refname + \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}}% + \list{\@biblabel{\@arabic\c@enumiv}}% + {\settowidth\labelwidth{\@biblabel{#1}}% + \leftmargin\labelwidth + \listparindent-1em + \advance\leftmargin\labelsep + \itemsep\z@skip % should this be commented out? + \parsep\z@skip % should this be commented out? + \@openbib@code + \usecounter{enumiv}% + \let\p@enumiv\@empty + \renewcommand\theenumiv{\@arabic\c@enumiv}}% + \sloppy\clubpenalty4000\widowpenalty4000% + \sfcode`\.\@m} + {\def\@noitemerr + {\@latex@warning{Empty `thebibliography' environment}}% + \endlist} hooks/post-receive -- Triton-private Repository
participants (1)
-
noreply@mcs.anl.gov