I have made my BIB file and I am compiling my project using BIBTEX on TeXStudio. In my particular case, I get an error when the reference entry has the month in the following format:
month = jan,
It should be month = {jan},
I tried searching using regular expressions and can succesfully find my targets but then i dont know how to replace (or add the {mmm}
) to my search results. I am searching using the following expression: = \w{3}
, which guarantees finding any month acronym and not a three letter word such as surname (Lee, Han, etc)
Is there a way to send the search result as an argument to the Replace box and I can just add the {}
around it? instead of looking for each month manually and do the replacing one by one.
Thanks in advance for any help. Cheers!