How to capitalize some letters when using Bibtex

A place for users to ask each other questions, make suggestions, and discuss Bookends.
Post Reply
domino
Posts: 13
Joined: Sun Apr 11, 2021 4:12 am

How to capitalize some letters when using Bibtex

Post by domino »

Some bibtex features require that I use brackets for capital letters. How could do this in Bookends in order to automatize the process and not to be forced to enter manually one by one each reference in Bibtex?

This is an example of what I get with Bookends :

Code: Select all

@Book{Bouveresse2015,
author = {Bouveresse, Jacques}, 
title = {Philosophie, mythologie et pseudo-science. Wittgenstein lecteur de Freud},
volume = {}, 
pages = {}, 
editor = {}, 
publisher = {Éditions de l’éclat}, 
address = {}, 
year = {2015}, 
abstract = {}, 
keywords = {mythologie; philosophie; philosophie analytique; psychanalyse}}
And this is the output :

Philosophie, mythologie et pseudo-science. wittgenstein lecteur de Freud

The letter 'w' is not capitalized.
Thanks for your help.
iandol
Posts: 465
Joined: Fri Jan 25, 2008 2:31 pm

Re: How to capitalize some letters when using Bibtex

Post by iandol »

Maybe someone has a cool built-in solution, but one alternative is a script which post-processes your BibTeX output. I use this to protect a bunch of terms which require specific case handling in my field. You can read more about that here: viewtopic.php?f=6&t=4292 — the current version of my script is here: https://github.com/iandol/dotfiles/blob ... fixCase.rb
Post Reply