4
votes
1answer
72 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, ...
2
votes
1answer
93 views

\parencite in footnote: where to put the full stop?

I am not entirely sure, if this question fits the agenda of this site. I you feel that it does not, please accept my apologies. Just a brief question: If I have a footnote with a quote, then ...
0
votes
0answers
36 views

Changing formatting URL biblatex verbose stile parentheses and Times New Roman Font [duplicate]

I am writing my thesis and I have some problems with the URL reference notes. I am using the verbose footcite package. I did some changes to the style but I still have problems with the URL's in ...
1
vote
0answers
318 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. ...
7
votes
2answers
171 views

Direct citations inside of footnotes

Consider a document in which footnotes are shown as a bibliography items in the citation list. Furthermore, there are footnotes which contain citations. For example \footnote{See also ...
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
164 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 ...
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
198 views

How to embed citations into footnotes? [closed]

How can I put a reference at the bottom of the page to something that I'm using? I need to do this the European way: so I want to place a small number at the end of the sentence that stands higher ...
2
votes
1answer
321 views

Beamer footcite citation appears twice if used in long caption

I noticed strange behaviour of the \footcite command when used in captions within beamer. In the working example provided the first frame has a \footcite on an itemize item, this works as expected. ...
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
378 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 ...
10
votes
1answer
368 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 ...
3
votes
1answer
857 views

Error with \footnote{\bibentry{foo}} when using beamer

I am making a beamer presentation and having the following problem: When I use \footnote{\bibentry{foo}} to cite an article, I get the following error message: Undefined Control Sequence} And the ...
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 ...
5
votes
2answers
332 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 ...
1
vote
2answers
331 views

Simple citation footnotes

I'm writing a paper and I would like to add some citations. I would like to put references (like [21]) in the text that, when clicked, point to the relevant link in the bibliography section at the end ...
6
votes
2answers
898 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
328 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
691 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: ...
3
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 ...
1
vote
0answers
307 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
6k 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
762 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 ...
6
votes
1answer
957 views

Clickable, bottom page reference ?! Possible ?

I'm new here but I see the place looks hyperactive. I guess I'll ask a lot in the next months. So new to LaTeX and starting my PhD thesis redaction. I got this template for a PhD thesis at ...
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 ...