1
vote
0answers
52 views

Biblatex apa-style citation link issue

The biblatex apa-citation only link the year other than author-year together. apa-style: while the citation of a typical journal paper looks like this: So how to make the default apa-style ...
0
votes
1answer
76 views

Issues with APACite package undefined control sequence \bibitem

I get the following errors when I try to cite with apacite Undefined control sequence \bibitem{GDP:2012} You can't use `\relax' after \the \bibitem{GDP:2012} Citation `GDP:2012' undefined There were ...
6
votes
1answer
105 views

Change citation conjunction from “and” to “i”

How can I change the citation conjunction from english "and" to catalan "i"? Otherwise Author = {Kirk, D. and MacPhail, A.}, would get cited as (Kirk and MacPhail, 2002) when it should be (Kirk i ...
1
vote
0answers
46 views

Correct representation of an institution as author while citing [duplicate]

I am new to using LaTeX and ran into the following problem. I make use of the apacite package. I made a .bib file with the following entry: @misc{Ambulancezorkort, author = {Rijksinstituut voor ...
2
votes
0answers
84 views

apacite - citing websites with no author [closed]

So I'm trying to cite a website using apacite. According to my teacher, the output has to look like: New child vaccine gets funding boost. (2001). Retrieved March 21, 2001, from ...
1
vote
0answers
299 views

Bibliography Issue apacite: Argument of \@@cite has an extra } [closed]

I am having an issue when citing references within my thesis. I use the apacite package. Below is the basic structure of the code: \documentclass[12pt]{report} \usepackage{apacite} \begin{document} ...
3
votes
1answer
170 views

Supress initials of authors in biblatex-apa intext

I am referring to exactly the same issue as RSoul in his post a while ago: Apacite: suppress initials intext? However, I am looking for a solution with the biblatex-apa using biber-backend. It would ...
3
votes
1answer
161 views

Capitalize no date “n.d.” in in-text citation with apacite style

Is there a way to capitalize the "n.d." or no date in in-text citation in LaTeX? As in: Lorem ipsum (Doe, n.d.) to Lorem Ipsum (Doe, N.D.) Or for the sake of it is there a way to customize "n.d." ...
3
votes
1answer
307 views

Apacite - Different citation output for multiple authors

I have a question that I haven't been able to solve, even though I got through the documentation , web pages and apacite.bst code (although I'm quite new with this stuff). The problem is as follows: ...
1
vote
0answers
137 views

Overflow boxes caused by references [duplicate]

Possible Duplicate: Line breaking (or hyphenation?) of references in apalike I have downloaded styles for my BibTeX, which is called "apalike". The problem is that when I use \cite then ...
4
votes
1answer
377 views

Hyphenated last name while using the apacite package

I am using the apacite package for citing references and do not know how to suppress the output of a hyphenated last name with the initial of a first name. For example, I enter the following entry ...
6
votes
1answer
672 views

Apacite: suppress initials intext?

I am writing a doctoral thesis and I am using APAcite to set the references in APA (American Psychological Association) format. Mostly this has worked perfectly fine, but I would like to suppress the ...
1
vote
1answer
3k views

\cite doesn't work

If I use \citeA{Rannenberg} it works, but with \cite{Rannenberg} I get the error: ("C:\Documents and Settings\Administrator\Desktop\BA Test\chapters/test.tex" Kapitel 1. Class scrbook Warning: ...
4
votes
1answer
419 views

customizing apa style in biblatex

I am trying to create a document where citations follow the authoryear styling and bibliography follows the apa. \documentclass{article} \usepackage[american]{babel} ...
9
votes
1answer
2k views

Hanging references using \fullcite

I need APA style hanging references using \fullcite. For example I need \fullcite because I want the reference cited where I want in the document, unlike at the end of the document using \cite. ...
1
vote
1answer
154 views

Multilingual citation lists with apacite

I am writing a paper for university and i need to use german and english captions in the bibliography list. If the source is in english then the entry must be also in english, if it's in german it ...
12
votes
2answers
885 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 ...
3
votes
1answer
204 views

biblatex-apa update appears to print the year of the citation twice

biblatex-apa was updated on the 20th and it appears to be broken. All my references now appear as "Smith (20082008)" This is really weird. Why is this happening? I've gone back to authoryear-comp for ...