dan-weiss / apa7-latex-cls-source

Source code for apa7 class
LaTeX Project Public License v1.3c
49 stars 13 forks source link

APA7 crossref #50

Closed mvvmvv closed 1 year ago

mvvmvv commented 1 year ago

I am creating my bibliography as follows:

@INCOLLECTION{X-a,
    author = {author, another},
    title = {another title},
    pages = {12--34},
    crossref = {X},
}

@BOOK{X,
    author = {author},
    editor = {author},
    title = {title},
    booktitle = {booktitle},
    publisher = {publisher},
    address = {place},
    year = {1234},
}

When I create the references it only shows the editors for X-a defined in X, is this correct?

dan-weiss commented 1 year ago

APA style bibliographies are handled by the bib latex-apa package. You can file an issue on their GitHub page.