Skip to content
Open
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
14 changes: 12 additions & 2 deletions mcmc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
% - Should we use the word ``walker'' everywhere and do we?

\documentclass[12pt,twoside,pdftex]{article}
\usepackage{styles/dar_endnotes}
\usepackage[backref=true]{enotez}

\newcommand{\chaptertitle}{Using Markov Chain Monte Carlo}
\include{styles/dar}
Expand All @@ -55,6 +55,16 @@
\newcommand{\best}{{\mathrm{(best)}}}
\newcommand{\better}{{\mathrm{(better)}}}

\let\note=\endnote

\DeclareInstance{enotez-list}{custom}{paragraph}
{
number = \makebox[0pt][r]{\textsuperscript{#1}},
format = \indent\normalfont,
number-format = \bfseries,
}


\begin{document}\sloppy\sloppypar\raggedbottom\thispagestyle{plain}%
%
\section*{Data analysis recipes:\\ \chaptertitle\footnotemark}
Expand Down Expand Up @@ -2170,7 +2180,7 @@ \section{Troubleshooting and advice}\label{sec:trouble}
%% sample a posterior pdf!

\clearpage
\markright{Notes}\theendnotes
\markright{Notes}\printendnotes[custom]

\clearpage
\raggedright
Expand Down