liantze / AltaCV

Yet another alternative curriculum vitae/résumé class with LaTeX
Other
1.26k stars 329 forks source link

Impossible to customize bibliography style #71

Closed Mar-Veloz closed 3 years ago

Mar-Veloz commented 3 years ago

The bibliography style is hard-coded as authoryear in the class definition when biblatex is loaded, which makes it impossible to use a different bibliography style.

liantze commented 3 years ago

Hmm, good point. Though I'm wondering if we want to allow using a different biblatex style, then perhaps things should be re-organised by moving out all the biblatex-related code, including custom to separate .tex files (apastyle-publist.tex; chicago-publist.tex etc) that users can modify directly, or swap out entire .tex files. Otherwise some existing customisations (e.g. the \AtEveryBibitem to insert the bullet points) doesn't work well with numeric styles e.g. style=ieee.