Skip to content

Commit

Permalink
Add software entry for BibLaTeX (texstudio-org#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp authored Dec 22, 2023
1 parent 50575ca commit 5cc868f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bibtexdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,11 @@ void BibTeXDialog::generateBiblatexEntryTypes(bool forceRecreate)
// applicable.
QStringList() << "author" << "title" << "date",
QStringList() << "subtitle" << "titleaddon" << "language" << "howpublished" << "note" << "location" << "isbn" << "date" << "month" << "year" << "addendum" << "pubstate" << "url" << "urldate");
biblatexEntryTypes << BibTeXType(tr("Software"), "@software",
// Specific bibliographic entry for
// describing software.
QStringList() << "author/editor" << "title" << "url" << "year",
QStringList() << "abstract" << "date" << "doi" << "eprint" << "eprintclass" << "eprinttype" << "file" << "hal_id" << "hal_version" << "institution" << "license" << "month" << "note" << "organization" << "publisher" << "related" << "relatedtype" << "relatedstring" << "repository" << "swhid" << "urldate" << "version");
}


Expand Down

0 comments on commit 5cc868f

Please sign in to comment.