Generalized title class #12
Replies: 2 comments
-
Title.php /**
namespace Opus\Bibtex\Import\Rules; /**
|
Beta Was this translation helpful? Give feedback.
-
Die Funktionalität wurde in OPUS4/opus4-bibtex#67 umgesetzt. Die alten Klassen für |
Beta Was this translation helpful? Give feedback.
-
So far there are two classes for title information: TitleMain.php and TitleParent.php. Both of them are not able to set the language of the title. The idea is to use a generealized class where the information which title and language should be set could be configured in the corresponding bibtex mapping file, e.g.:
With the class Title also subtitles or additional titles can be set, too.
The default setting is: opusField=TitleMain and language=eng
Beta Was this translation helpful? Give feedback.
All reactions