Search found 4 matches

by navtis
Sat May 11, 2013 8:09 pm
Forum: BibTeX, biblatex and biber
Topic: Replaced US date format with UK in 'accessed'
Replies: 5
Views: 22906

Replaced US date format with UK in 'accessed'

Aahh... I had

\documentclass[fontsize=11pt]{scrartcl}
\usepackage{graphicx}
\usepackage{latexsym}
\usepackage{setspace}
\usepackage{appendix}
\usepackage[urldate=short,backend=bibtex,firstinits=true,style=gsbibstyle,citestyle=authoryear,sorting=nty,doi=false,isbn=false]{biblatex}

and hadn't ...
by navtis
Sat May 11, 2013 6:08 pm
Forum: BibTeX, biblatex and biber
Topic: Replaced US date format with UK in 'accessed'
Replies: 5
Views: 22906

Replaced US date format with UK in 'accessed'

Thanks cgnieder,

Setting it to long or comp gives me:

(Accessed: May 11, 2013)

which is not exactly what I wanted (I wanted 11/5/2013), but at least this version can be understood correctly by a UK audience - this is a rushed submission for a coursework so I will probably leave it in the 'long ...
by navtis
Sat May 11, 2013 2:11 pm
Forum: BibTeX, biblatex and biber
Topic: Replaced US date format with UK in 'accessed'
Replies: 5
Views: 22906

Replaced US date format with UK in 'accessed'

I'm using biblatex, and my .bib input file is generated from Zotero, which inserts ISO-style dates in the urldate field (eg 2013-05-11). After processing using pdflatex a url I visited on 11th May appears as:

(Accessed: 05/11/2013)

with the US order of month followed by day. How can I change ...
by navtis
Sun Nov 18, 2012 10:33 pm
Forum: BibTeX, biblatex and biber
Topic: multibib | Bibliography Styles for Beginners
Replies: 0
Views: 1989

multibib | Bibliography Styles for Beginners

Background: I'm a very occasional user of LaTeX. My installation is via the gentoo packaging system and I'd rather keep it that way than start changing the internals of packages in ways I don't understand and then having to manage my own upgrades.

I need to produce a document with multiple very ...