Tagged Questions
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 ...
2
votes
1answer
90 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 ...
9
votes
1answer
169 views
How to quote correctly with csquotes?
I am unsure how to quote correctly using csquotes and \textquote and \blockquote. In the documentation I found this general advise: \blockquote[cite][punct]{text}tpunct but am unsure how to really use ...
7
votes
1answer
94 views
How do I change comma to a colon in in-text reference?
In my preamble I am using:
\bibliographystyle{authordate1}
\usepackage{natbib}
When I make a \cite reference the output is for example:
(Lovell, 1972, p.133)
What would I need to change in ...
5
votes
1answer
400 views
Linking quotation environment with citation styles
I was just wondering if it is possible to combine citation commands (preferably of biblatex) with quotation environments.
The reason is this:
In German language papers you often have two choices ...
7
votes
2answers
480 views
biblatex: is it possible to add a text directly after the reference number (without a comma)?
I'd like to add a certain marker after some bibliographic entries, e. g. superscript star *.
It should appear directly after the references number and should not be separated by a comma (as normal ...
5
votes
1answer
814 views
Separation by semicolon instead of comma in biblatex' \cites
I am using biblatex+biber for the bibliography of my thesis. I use the numeric-comp citation style. Overall this works perfectly.
I generally use \cite to cite references; but occassionally also ...
6
votes
2answers
885 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 ...
13
votes
1answer
2k views
Should you put citations before or after interpunction?
This probably also could go to English.SE, but I'm not sure.
When I want to cite a source for a complete sentence, you put the citation before or after the period?
And if you cite for a word, or ...
9
votes
2answers
211 views
Changing citation delimiters
The default citation delimiter is ,. For instance,
\cite{John96, Doe78, White05}
generates something like [8, 2, 4], where the citation numbers (8, 2, and 4) are separated by a comma (,).
This is ...
1
vote
1answer
343 views
Comma between author and pagenumber
I need help with my term paper. When I quote with \cite[px]{author}, I want to remove the comma between the author and the pagenumber (px).
I get this: (author, px)
I need this: (author px)
Thank ...
12
votes
2answers
886 views
biblatex-apa and hyperref: right parenthesis not part of link for \textcite
I use biblatex-apa citation style. I also use hyperref with colour links, rather than ugly coloured boxes. When I use \textcite the author name and year are both part of the link, but the right ...