You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a bibtex file with all the references. I want to select some of them with a query, something like
{% bibliography --query @*[topic=mltheory]* %}
I added the topic entry in the bib entries. The selection works, but the order is not correct. In the configuration file I have
scholar:
last_name: #Michelucci
first_name: #[Umberto, U.]
style: apa
locale: en
source: /_bibliography/
bibliography: papers.bib
bibliography_template: bib #bib
# Note: if you have latex math in your bibtex, the latex filter
# preprocessing may conflict with MathJAX if the latter is enabled.
# See https://github.com/alshedivat/al-folio/issues/357.
bibtex_filters: [latex, smallcaps, superscript]
replace_strings: true
join_strings: true
#group_by: year
sorty_by: year, month
order: descending, descending
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
But somehow the query returns a list not order by year. Anyone has any idea why?
Thank you in advance, especially for such a cool tool!
Umberto
The text was updated successfully, but these errors were encountered:
Hi,
I have a bibtex file with all the references. I want to select some of them with a query, something like
I added the topic entry in the bib entries. The selection works, but the order is not correct. In the configuration file I have
But somehow the query returns a list not order by year. Anyone has any idea why?
Thank you in advance, especially for such a cool tool!
Umberto
The text was updated successfully, but these errors were encountered: