From 50cf8c4f275a59d249e7c2a8f25dc22662558591 Mon Sep 17 00:00:00 2001 From: Hanno Rein Date: Mon, 24 Jun 2024 12:13:59 -0400 Subject: [PATCH] Fixed TRACE citation error --- rebound/citations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebound/citations.py b/rebound/citations.py index eed025681..ce63ffdfb 100644 --- a/rebound/citations.py +++ b/rebound/citations.py @@ -164,7 +164,7 @@ def cite(sim): """ if sim.integrator == "trace": - txt += """The simulations were integrated using the hybrid time-reversible TRACE integrator \citep{reboundtrace}. """ + txt += """The simulations were integrated using the hybrid time-reversible TRACE integrator \\citep{reboundtrace}. """ bib += """@ARTICLE{reboundtrace, author = {{Lu}, Tiger and {Hernandez}, David M. and {Rein}, Hanno}, title = "{TRACE: a Time Reversible Algorithm for Close Encounters}",