Description: I understand from the docs how to create the bibliography entry enclosed in {} [] () and a number [1]. What I cannot find is how to make the bibliography entry superscript. I could highlight the bibliography entry, right click and select Character, Character, Position, Superscript. I have a large document with almost 50 references. Can a series of button clicks superscript all entries at the same time? Actual Results: each bibliography entry anchor has to be manually changed to suprerscript Expected Results: for each individual bibliography entry anchor this works fine. Reproducible: Always User Profile Reset: No Additional Info: the software should provide a method of selecting all the bibliography entry anchors and changing the style/font/position etc.
This enhancement request is a follow-up of AskLO question https://ask.libreoffice.org/en/question/242855/how-to-change-the-bibliography-entry-to-superscript/?comment=242883#post-id-242883 When you enter a note, its anchor is character-styled "Footnote Anchor" or "Endnote Anchor". This allows to apply stylistic variations to all anchors very easily. There is no such automatic styling for bibliography entries, needing then to manually hunt for them and apply some style, with the risk of missing occurrences. IMHO, all such insertions (notes, bibliography entries, …) should receive a specific character style so that formatting/editing is made easier. This is already the case for notes (anchor in text and the same in the note itself "xxxnote Characters"). Even hyperlinks have two dedicated character styles. I may have omitted other such "insertions" but this is a quick comment on the above request. By default (out-of-the-box), these character styles do nothing; they are equivalent to "Default Style". Then, this should be transparent and not affect existing documents (though this style will not be added retroactively unless user does it explicitly) nor current workflow if user accepts entries as is.
In contrast to footnotes, the ODF standard has currently no way to connect a bibliography entry directly to a character style. So I see two ways: (A) Introduce a new attribute for defining the style. Such would be in loext-namespace, and a proposal has to be submitted to the ODF TC. (B) LibreOffice inserts the bibliography entry not directly, but put it into a <text:span> element. That in turn allows to specify a character style. I support the idea, to have a dedicated, automatically used character style for bibliography entries.
(In reply to Regina Henschel from comment #2) > (B) LibreOffice inserts the bibliography entry not directly, but put it into > a <text:span> element. That in turn allows to specify a character style. > This seems the simplest to implement. Conceptually, it acts the same as if user has manually selected the entry and applied a character style. Does not require ODF standard modification.