I'm trying to create a biblatex style that will fit with my college's style guide.
The style is very similar to the verbose format, so I've been using that as the template and just fiddling on the edges. My problem comes, however, from the significantly different way that citations and bibliography entries are made.
For example with a book:
Bibliography:
Author. Title. Place: Publisher, Year
First Reference
Author, Title (Place: Publisher, Year), Page(s)
From looking at the documentation for Biblatex, it seems that the general setting is for citations to be formatted very similarly to the corresponding bibliography.
Is there any way to redefine my footnote citations without a whole lot of
Code: Select all
if type=book then...if type=article then...
Daniel