/**
* Stores information of a Field of a bib-element
* @brief Field-Container
*/
struct Field {
std::string name; ///< the name of the Field
std::string value; ///< the value of the Field
auto operator==(const Field &other) const noexcept -> bool;
};
auto operator<<(std::ostream &os, Field const &field) -> std::ostream &;
Anforderung | Erfüllt? |
---|---|
Bib-Files sind mit Parser editierbar | ❌ |
Filterung nach Stil | ✅ |
Sortierung nach Attributen | ✅ |
erweiterte Filterung - "translation-table" | ✅ |
Ausgabe in HTML | ✅ |
Ausgabe in XML | ✅ |
Ausgabe als PDF | ❌ |
Ausgabe als plain-text | ✅ |
Projektmanager*in
Entwickler*in
Produktbesitzer*in
Qualitätssicherung
Technischer Redakteur*in