Showing posts with label bibliography. Show all posts
Showing posts with label bibliography. Show all posts

Monday, July 24, 2017

Biblatex, citations and bibliography sorting

"I want to sort in-text citations by year, but bibliography by name."  So begins one of the questions at a Stackexchange.  That's just what I want too.

I want to put multiple references in a \cite{} command without caring about their sequence, and have them automatically print in year-order.  Then, I want my bibliography to be ordinary, i.e., printed in author-date order.

The discussion at the above site is tricky, but the answer by moewe works.

In a nutshell here's what you actually do:
\begin{document}
\usepackage[sorting=ynt,sortcites=true]{biblatex}
\AtBeginDocument{\assignrefcontextentries[]{*}}
\begin{document}
Hello world!\footcites{ref1,ref3,ref0,ref4}
\newrefcontext[sorting=nyt]
\printbibliography

\end{document}
This will print your footnoted citations in ascending order of year, and your bibliography in ascending order of author.

Monday, October 03, 2011

Guṭkās

Sanskrit booklets, or guṭkās, contain several works collected between one set of covers.  They were presumably copied sequentially by their owners as a vade mecum of useful knowledge.

Biswas 0891 (available digitized, no. 090393 at http://www.jainlibrary.org/menus_cate.php) is a series of catalogues of MSS in Jaina libraries in Rajasthan.  Volume 2 (1954), 73 ff. has a section that describes 222 such booklets, and lists their contents in detail.  A study of these particular collocations of texts would provide a valuable insight into reading habits, the circulation of texts and knowledge, and the personal tastes and obsessions of pre-modern Indian readers.

Tuesday, March 09, 2010

JabRef


Good! The new beta of JabRef, 2.6b3, now has a properly-working interface to JSTOR. One can search by keyword for JSTOR entries, and JabRef lists the hits and lets you import whatever you want to your bibtex database. JabRef even helpfully marks possible duplicates. Very nice indeed, especially for us humanists.

Get your JabRef here: http://jabref.sourceforge.net/

At the moment, JabRef and Mendeley seem to be moving forward fast. They approach the problem of bibliography management slightly differently, and offer different feature-sets. However, both are emerging as seriously useful tools.