Skip to content

Commit be46545

Browse files
committed
Fixed backslash error in citations.
1 parent c653292 commit be46545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebound/citations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def cite(sim):
168168
bib += """@ARTICLE{reboundtrace,
169169
author = {{Lu}, Tiger and {Hernandez}, David M. and {Rein}, Hanno},
170170
title = "{TRACE: a code for time-reversible astrophysical close encounters}",
171-
journal = {\mnras},
171+
journal = {\\mnras},
172172
keywords = {Astrophysics - Earth and Planetary Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics, Physics - Computational Physics},
173173
year = 2024,
174174
month = sep,

0 commit comments

Comments
 (0)