Closed j-4 closed 6 years ago
Yes, I completely agree that it should be provided in the bibtex_structure. Fixed in commits: bf15038f740da194b16c090f5b1ae1feb72808cb and e88bdee59ff0ef099eb691ebc3f2e24f26e12909
I've updated the wiki pages to reflect the changes so it should all be up to date.
Note: there were some major changes to the academic style in order to have custom headers so you will have to change some html. For html code for the cost of flexibility.
Thanks a lot, u r awesome :+1:
Currently, section/group headers are hard coded to start with
<H1>
. However, my homepage layout requires these headers to be<H3>
or less to fit into the hierarchy. Is it possible to provide a way to specify the header type as well as extra header styles? It seems that these headers are actually the only (?) part of the framework, that cannot be specified by a html style.Maybe instead of/in addition to specifying a
div
for every section, the header can be directly specified in thebibtex_structure
?->
It seems that you are able to get a header hierarchy of sections and groups, no idea how this would work with my suggestion above though.