xexeo / coop-writing

Tools for cooperative writing
MIT License
5 stars 0 forks source link

Coop-Writing and SBC-Template - Hyperref causes problem in references (includes a "[author-year]" that shuouldn't be there) #21

Open xexeo opened 2 years ago

xexeo commented 2 years ago

When you use sbc-template and coop-writing, or hyperref, which is used by coop-writing, references will have the wrong format.

[blabla 1900] Blabla (1900) ...

Instead of the correct format

Blabla (1900)

This happens because both hyperref and sbc-template changes \bibitem somehow (sbc-template renews command \@lbibitem)

This can be circumvented by calling sbc-template AFTER hyperref and, accordingly, coop-writing.

xexeo commented 1 week ago

Hyperref can be avoided now ! There is a new option that avoids openref, not documented yet