Skip to content

Commit 89dd61e

Browse files
author
Antigravity CLI
committed
Generalize double-brace fix for all bibtex math expressions
Multi-character superscripts/subscripts like cm^{-1}, ^{238}U, ^{60}Fe, and MU_{69} all suffered from Pybtex stripping their braces, causing MathJax to render them incorrectly (e.g. ^-1, where only the minus sign is superscripted). Doubled the braces for all ^, _, and \mathrm arguments in the bibliography to ensure they survive Pybtex's LaTeX-to-text conversion and render correctly in MyST/Jupyter Book.
1 parent 471af0a commit 89dd61e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

book/references.bib

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ @article{Porco2006
489489

490490
@article{Howett2011,
491491
author = {Howett, C. J. A. and Spencer, J. R. and Pearl, J. and Segura, M.},
492-
title = {High heat flow from {Enceladus}' south polar region measured using 10--600 cm$^{-1}$ {Cassini}/{CIRS} data},
492+
title = {High heat flow from {Enceladus}' south polar region measured using 10--600 cm$^{{-1}}$ {Cassini}/{CIRS} data},
493493
journal = {Journal of Geophysical Research: Planets},
494494
volume = {116},
495495
pages = {E03003},
@@ -2924,7 +2924,7 @@ @article{Connelly2012
29242924

29252925
@article{Amelin2010,
29262926
author = {Amelin, Yuri and Kaltenbach, Angela and Iizuka, Tsuyoshi and Stirling, Claudine H. and Ireland, Trevor R. and Petaev, Michail and Jacobsen, Stein B.},
2927-
title = {{U--Pb} chronology of the solar system's oldest solids with variable {${}^{238}$U}/{${}^{235}$U}},
2927+
title = {{U--Pb} chronology of the solar system's oldest solids with variable {${}^{{238}}$U}/{${}^{{235}}$U}},
29282928
journal = {Earth and Planetary Science Letters},
29292929
volume = {300},
29302930
pages = {343--350},
@@ -3013,7 +3013,7 @@ @article{Bollard2017
30133013

30143014
@article{Hevey2006,
30153015
author = {Hevey, Phelim J. and Sanders, Ian S.},
3016-
title = {A model for planetesimal meltdown by ${}^{26}$Al and its implications for meteorite parent bodies},
3016+
title = {A model for planetesimal meltdown by ${}^{{26}}$Al and its implications for meteorite parent bodies},
30173017
journal = {Meteoritics and Planetary Science},
30183018
volume = {41},
30193019
number = {1},
@@ -3464,7 +3464,7 @@ @article{Canup2011
34643464

34653465
@article{Stern2019,
34663466
author = {Stern, S. Alan and Weaver, Harold A. and Spencer, John R. and Olkin, Catherine B. and Gladstone, G. Randall and Grundy, William M. and Moore, Jeffrey M. and Cruikshank, Dale P. and Elliott, Heather A. and McKinnon, William B. and Parker, Joel Wm. and Verbiscer, Anne J. and Young, Leslie A. and Aguilar, David A. and Albers, Jason M. and Andert, Tracy and Andrews, James P. and Bagenal, Fran and Banks, Maria E. and Bauer, Brian A. and Bauman, Jeffrey A. and Bechtold, Karen E. and Beddingfield, Chloe B. and Behrooz, N. and Beisser, Kerri B. and Benecchi, Susan D. and Bernardoni, Eduard and Beyer, Ross A. and Bhaskaran, Shyam and Birath, Eli and Bird, Michael K. and Boone, Daniel R. and Bowman, Anthony F. and Bray, Veronica J. and Britt, Daniel T. and Brown, L. E. and Buckley, Mark R. and Buie, Marc W. and Buratti, Bonnie J. and Burke, Lewis M.},
3467-
title = {Initial results from the {New Horizons} exploration of 2014 {MU}$_{69}$, a small {Kuiper} belt object},
3467+
title = {Initial results from the {New Horizons} exploration of 2014 {MU}$_{{69}}$, a small {Kuiper} belt object},
34683468
journal = {Science},
34693469
volume = {364},
34703470
number = {6441},
@@ -4937,7 +4937,7 @@ @article{Wolszczan1994
49374937

49384938
@article{Brennecka2010,
49394939
author = {Brennecka, Gregory A. and Weyer, Stefan and Wadhwa, Meenakshi and Janney, Philip E. and Zipfel, Jutta and Anbar, Ariel D.},
4940-
title = {{$^{238}$U/$^{235}$U} variations in meteorites: extant {$^{247}$Cm} and implications for {Pb}-{Pb} dating},
4940+
title = {{$^{{238}}$U/$^{{235}}$U} variations in meteorites: extant {$^{{247}}$Cm} and implications for {Pb}-{Pb} dating},
49414941
journal = {Science},
49424942
volume = {327},
49434943
number = {5964},
@@ -5625,7 +5625,7 @@ @article{CastilloRogez2009
56255625

56265626
@article{Rugel2009,
56275627
author = {Rugel, G. and Faestermann, T. and Knie, K. and Korschinek, G. and Poutivtsev, M. and Schumann, D. and Kivel, N. and Günther-Leopold, I. and Weinreich, R. and Wohlmuther, M.},
5628-
title = {New Measurement of the $^{60}\mathrm{Fe}$ Half-Life},
5628+
title = {New Measurement of the $^{{60}}\mathrm{{Fe}}$ Half-Life},
56295629
journal = {Physical Review Letters},
56305630
volume = {103},
56315631
number = {7},

0 commit comments

Comments
 (0)