diff --git a/Records.cs b/Records.cs index a2b5c3b..103b93f 100644 --- a/Records.cs +++ b/Records.cs @@ -25,7 +25,7 @@ namespace Txt2Bib.Records { return $"@{Type}" + "{" +$"{Author[0][..5]}_{Year},\n" + $"\tauthor = \"{string.Join(" and ", Author)}\",\n" + - $"\ttitle = \"{Title}\",\n" + + $"\ttitle = {{{Title}}},\n" + $"\tjournal = \"{Journal}\",\n" + $"\tyear = \"{Year}\",\n" + $"\tvolume = \"{Volume}\",\n" +