SoftVarE-Group / MibTeX

Minimalistic tool to manage your references with BibTeX
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Made Authors Optional in HTML Export and PDF Name Because of Misc Entries #40

Closed pmbittner closed 3 years ago

pmbittner commented 3 years ago

Emergency fix for not letting MibTeX crash. Changes:

In ExportHTMLNew: If there are no authors for an entry, "unknown" is displayed on the website.

In BibtexEntry.getPDFPath(): Authors are ommitted in PDF path when there are no authors.