BibTeX, biblatex and biberChange "label" of @unpublished in Apacite-style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
KVork
Posts: 4
Joined: Wed Mar 04, 2009 12:17 pm

Change "label" of @unpublished in Apacite-style

Post by KVork »

Hello group

I am using the Apacite-style in my bibliography. In my bib-file, I have an @unpublished-entry, and I would like to change the apperance of that in both the reference (\cite{}) and the reference-list.

The entry is:
@Unpublished {andersen2009,
author = {H. C. Andersen},
title ={This is the title}
}

In the text, using \cite{andersen2009}, it says (Andersen, u.d.). Apparantly the "u.d" is the Danish abbreviation of "No date". However, I would like it to write (Andersen, Not published) in stead.

It is the same for the reference list. It says:
Andersen, H.C (u.d.). This is title.

It should go like this:
Andersen, H.C (Not published). This is title.

Does anybody know how/where to change that?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Change "label" of @unpublished in Apacite-style

Post by localghost »

Take a look at the apacite manual (Section 6.2 - Labels, p. 30ff), search for the \bibnodate command and modify it according to your needs.


Best regards
Thorsten
Post Reply