Use braces for title field
This commit is contained in:
parent
7735d55313
commit
091e5399b5
@ -25,7 +25,7 @@ namespace Txt2Bib.Records
|
|||||||
{
|
{
|
||||||
return $"@{Type}" + "{" +$"{Author[0][..5]}_{Year},\n" +
|
return $"@{Type}" + "{" +$"{Author[0][..5]}_{Year},\n" +
|
||||||
$"\tauthor = \"{string.Join(" and ", Author)}\",\n" +
|
$"\tauthor = \"{string.Join(" and ", Author)}\",\n" +
|
||||||
$"\ttitle = \"{Title}\",\n" +
|
$"\ttitle = {{{Title}}},\n" +
|
||||||
$"\tjournal = \"{Journal}\",\n" +
|
$"\tjournal = \"{Journal}\",\n" +
|
||||||
$"\tyear = \"{Year}\",\n" +
|
$"\tyear = \"{Year}\",\n" +
|
||||||
$"\tvolume = \"{Volume}\",\n" +
|
$"\tvolume = \"{Volume}\",\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user