3
votes
0answers
41 views

Including postnote in custom biblatex footnote citation

I've adapted the code from http://www.khirevich.com/latex/footnote_citation/, original adapted from http://www.texdev.net/2010/03/08/biblatex-numbered-citations-as-footnotes/. I am trying to ...
0
votes
0answers
14 views

biblatex - year in parentheses for references with authoryear? [duplicate]

According to guidelines, besides printing the year in parentheses in the bibliography (which is working by default), I must have the year in parentheses for the references. Also, I have to use ...
4
votes
1answer
57 views

Colon problems in BibLaTeX citation style

I have to use the bibliography entry for the first citation of a source. This bibliography string contains several colons which are unfortunately not visible in the footnote. The following minimal ...
3
votes
1answer
113 views

BibLaTeX Citetracker Confusion

I have the following requirement: For the first time an author / the authors are mentioned, there has to be a "full" citation, matching the entry of the bibliography. After that, a short form is used, ...
5
votes
1answer
69 views

gb4e + biblatex error “patching footnotes failed”

I'm having a problem while using gb4e and biblatex in the same file. It does compile, but I get an "patching footnotes failed" warning. Minimal example: \documentclass[11pt,a4paper]{article} ...
6
votes
1answer
142 views

\nocite-like macro for \footfullcite in beamer

Is there any macro similar to the behavior of \nocite?, in the sense of printing an entry of the bibliography, but for putting the citation verbatim in the footnote, similar to \footfullcite but ...
1
vote
1answer
66 views

Biblatex in author-date changes the way footnotes appear in the footer

I am using Biblatex-chicago in authordate format. The problem is that it also changes the way footnotes appear in the footer. Instead of appearing as superscripts they appear as inline numbers. Here ...
7
votes
2answers
93 views

pdf without footnotes

I have written a paper which I will give at a conference. My paper contains many and long footnotes (as I am quoting quite a lot of source texts in the footnotes). Now, the organiser of the conference ...
0
votes
0answers
16 views

Refer to chapter instead of page with footcite and biblatex [duplicate]

If I write \footcite[5,11]{padron}, those digits are believed to be pages. So biblatex writes pp. - but in this case, they are chapters. But in other cases, I would like it as it is. Is there any way ...
4
votes
1answer
112 views

Footcite that changes format on second citation

I'm writing a report for the university. They're being very specific about specifying formatting for citation. Although I suspect the mentor won't be very strict, I'm still interested in having as ...
1
vote
0answers
65 views

How can I get author-year references in footnotes? (I.e. Harvard style but in footnotes, rather than in parentheses in the text) [closed]

I'm trying to configure biblatex to work so that I get Author-Year references in footnotes rather than in the bulk of the text. So what I want is: Previous literature has suggested* and this is ...
1
vote
0answers
316 views

\footcite and \footcitetext produce empty citation in beamer [closed]

I'm using biblatex with bibtex in the beamer document class. In a very weird way the \footcite produces a rather empty citation "2." In the example, whereas \footcitefull gives a very nice citation. ...
3
votes
0answers
162 views

biblatex supercite wikipedia style with postnotes as footnotes [closed]

What i want to achieve is a wikipedia style citation (like so Biblatex supercite command with use of square brackets (like a reference style in Wikipedia) ). At the same time (to handle the problem ...
3
votes
1answer
163 views

Problem with biblatex and footnotes

I'm currently writing a research paper and want to manage my bibliography with biblatex. Everything is working fine except a minor annoyance: Whenever I use the \footfullcite[pagenumber]{key} command ...
4
votes
1answer
407 views

Biblatex, Footnote Citations and Numbers in Bibliography

I'm writing a document where I'm using biblatex (with BibTeX as back-end). In my document I would like to have citations as footnotes, "normal" footnotes containing text and at the end a consolidated ...
7
votes
1answer
211 views

Repeat the same reference in footnote on different pages

I'm using BibLaTeX to handle my bibliography and I want a reference to be placed in a footnote on every page where I cite the same work and have the same number. Also I want to be able to cite the ...
7
votes
1answer
126 views

Restrict Idem tracker to the same footnote

I want to change the behavior of the biblatex-option idemtracker=constrict. In the documentation it is described as follows: This mode is similar to context with one additional condition: a ...
4
votes
1answer
209 views

Biblatex \autocite in case of would-be nested footnotes

I have the same situation as the following user: biblatex: Enhancing \autocite in case of would-be nested footnotes I want to use \autocite within a \footnote. This results in the citation being ...
3
votes
1answer
376 views

biblatex & TeX4HT: citations in footnotes = missing \begin{document}

the following code, which I'm trying to run through TeX4HT and biber in order to create an .odt file, results in a »missing \begin{document}« error, pointing to the aux file. Something about the ...
7
votes
1answer
299 views

References inside floats as footnote bibliography

I'm working on my thesis and I would like (for the sake of readability) the references to appear at the bottom of each page as footnotes, as well as at the end of the text, in the bibliography. This ...
2
votes
1answer
279 views

biblatex: Mixing biblatex-dw styles with other styles

I use biblatex with style=footnote-dw for my citations displayed with \cite{key}. But now I want to use \printbibliography as if I have used style=numeric in the optional parameter of the biblatex ...
10
votes
1answer
367 views

Biblatex and citation reset between chapters

I have a feeling that there is an obvious answer to this question that I'm somehow managing to miss. However, I've tried most of the commands in the biblatex documentation and I still can't figure it ...
6
votes
3answers
4k views

biblatex footcite and footnote

In a document, I am using \usepackage[style=mla,babel=hyphen,backend=biber]{biblatex} together with the \footcite command, and everything is perfect. There is a difficulty when I want to include a ...
2
votes
1answer
489 views

Want to change footnote size for biblatex-chicago citations

I'm new to biblatex (specifically biblatex-chicago). I'd like to make the size of the footnote citations the same size as the main text. Does anyone know how to change the default font size for the ...
7
votes
1answer
1k views

Undesired Placement of Footnotes in Blocks

Depending on the theme of a beamer-document, footnotes will either be placed inside or outside of a block-environment. It would like to do combine a style, which places the footnotes inside a ...
9
votes
1answer
534 views

Footnotes disappear when using overlays in beamer

I use footnotes for citations in combination with the beamer package. I adapted the code from this question and everything works quice nicely - except when using overlays. Then the footnotes only show ...
6
votes
2answers
739 views

How can I stop \footcite from hijacking my beamer columns?

I have prepared a beamer presentation for a seminar. I already have presented, but in trying to change traditionally-cited references (with a number superscript and the reference typesetted at the end ...
5
votes
2answers
330 views

Custom prefix in footnotes with biblatex

I have another question about customizing footnote-citations with biblatex. For common citations of facts or observations from some article, I want to add a prefix to my footnotes. It's meant to ...
6
votes
2answers
894 views

biblatex, authoryear-icomp: brackets around the year in footnotes

I use biblatex with the cite-style authoryear for footnotes, which results in Chang et al. 2005, p. 1116. Faculty guidelines require Chang et al. (2005), p. 1116. though. Which files need ...
2
votes
1answer
327 views

biblatex-mla: Changing cited bibliographic entries in the footnotes

I use this code to get cited refrences to be displayed in the footnotes: \usepackage[style=mla,style=verbose]{biblatex} When a reference material is first cited, it displays the full bibliographic ...
7
votes
2answers
689 views

Problem Footcite Biblatex

I need some help for using the \footcite command together with Biblatex. I’m using the authoryear style. According to the guidelines for my thesis, the footnote must have the following structure: ...
2
votes
1answer
1k views

customized \footcite command

Based on an answer on new line for doi eprint url in the bibliography with biblatex, a question arose on the possible use of the \footcite command with the provided new style. This \footcite command ...
5
votes
2answers
378 views

Using biblatex I want to have a section, where references are given as footnotes

This question relates to one of my earlier questions: biblatex footnote references At the start of my thesis I have an acknowledgements page. This page contains some references, but it is my ...
1
vote
0answers
306 views

biblatex footnote references [closed]

Another migrating to biblatex type question. In my thesis I have used something called the footbib package. What this lets me do is create citations in the text, in some regular way, only the ...
3
votes
2answers
1k views

font size of \footcite of biblatex in beamer

I have unsuccessfully tried to control the font size of \footcite with \renewcommand{\bibfont}{\tiny}? Is there any other way?
1
vote
1answer
2k views

\footcite in Beamer

I'm using biblatex and its \footcite command within beamer and when I want to reference two references together like \footcite{ref1,ref2}, I get a single number with two contiguous references as ...
10
votes
2answers
5k views

Difference between \footcite and \cite in BibLaTeX

Since recently, I am having some trouble with the short/ibidem and full citations in BibLaTeX. When I use a \cite command inside a footnote, it behaves differently than \footcite: it seems each keeps ...
6
votes
1answer
283 views

\StrLeft has no effect on \citetitle

\footfullcite uses too much space so I decided to define a own command. I called it \footshortcite. It only display a pre- and a post-Option and the Author with Year. However, I don't like that most ...
10
votes
1answer
761 views

biblatex : which style for a footnote once then nothing?

Ok sorry for this not so clear title. I'm having trouble to express & find what seems so simple :s I'm biblatex and I would like to know which citation style/bibliographical style and/or option I ...
5
votes
3answers
722 views

biblatex: is it possible to combine two styles?

Ok so after my first question yesterday Clickable, bottom page reference ?! Possible ? and based on the received answer I decided to head for biblatex, install biber and all. But the documentation is ...
0
votes
0answers
485 views

Counter too large [closed]

I get the error Counter too large while citing something using \footfullcite{}with biblatex. I tried googling a bit and i found some website saying this is because there are only 9 superscript ...
3
votes
1answer
274 views

above n references broken

EDIT: Added the complete cite macro from my aglc2.cbx file. EDIT: Added the cite:save macro as suggested by domwass EDIT: Added these links to files to reproduce the problem UPDATE: I think I have ...
8
votes
1answer
433 views

To make the russians and greeks authors' surnames in small caps in biblatex

I'm writing a bachelor in French and when I cited books in Russian and Greek the authors' surnames wasn't displayed in footnotes and in bibliography in small caps, in the same text there are no such ...
7
votes
1answer
1k views

How to use one footnote for many replicated citation using biblatex? [duplicate]

Possible Duplicate: Repeat the same reference in footnote on different pages I use biblatex package to render references as footnotes to facilitate accession to them. I noticed that when ...
9
votes
1answer
834 views

biblatex: Enhancing \autocite in case of would-be nested footnotes

This question led to a new feature in a package: biblatex biblatex provides high-level citation commands like \autocite that allow "global switching from inline citations to citations given in ...
4
votes
1answer
5k views

Place bibliography items at bottom of frame

Is there an easy way to add bibliography items to the bottom of a frame where they are referenced? I am using Beamer and Biblatex.
7
votes
2answers
2k views

How to make footnote bibliography?

I want the citation in the footnote of the page it is being cited. How can I do it?