Skip to content

Further configuration

Nico Schlömer edited this page Jan 29, 2024 · 1 revision

Further configuration

In BibTeX titles, some words need to be protected by curly brackets such that they are capitalized correctly, e.g., {Einstein}. betterbib automatically recognizes some of them (if they are in the default dictionary, like Einstein), but you might want to add some. To this end, create the config file

~/.local/share/betterbib/config.toml

and fill it with, e.g.,

[DICTIONARY]
add=[
  "Abrikosov", "Arnoldi", "Bergman", "Bruijn", "Chebyshev", "Danilewski",
  "Darboux", "Galerkin", "Goldbach", "Hermitian", "Hopf", "Hopfield", "Hölder",
  "Kolmogorov", "Kronrod", "Krylov", "Kuratowski", "Kutta", "Lanczos",
  "Liouville", "Lyapunov", "Manin", "Minkowski", "Navier", "Peano", "Pell",
  "Pezzo", "Pitaevskii", "Pólya", "Ricatti", "Schur", "Siebeck", "Sommerfeld",
  "Stieltjes", "Tausworthe", "Tchebycheff", "Toeplitz", "Voronoi", "Voronoï",
  "Wieland", "Wronski"
]

remove=[
  "hermitian",
  "boolean"
]
Clone this wiki locally