- How do I do bibliography in Context, that is more than just bibtex? In the manual there is no explanation of this. Source code doesn't tell me much either...
- Are there any "packages" that provide bibliography support? (If yes - where is that place where I can search for packages?)
- Can I use biblatex in context?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||
| show 13 more comments |
\setupbibtex[bibtex=bibtex8]with thebibmodule (provided paths are correctly set up) to give Unicode; (ii) MkII works with Xetex, giving another path to native Unicode support, one you probably should avoid. Supporting MLA is the more tricky of your requirements. – Charles Stewart Mar 7 at 17:01librarianpackage, which does bibliography stuff withoutbibtex, and can be used withConTeXtvia the normal\usemodule[librarian]. Unfortunately, I've not used it myself (orConTeXt). It looks pretty neat, and I always mean to look into it, but never have the time.... – jon Mar 11 at 20:47