OthersCommand \BRetrieved already defined error.

Information and discussion about other tools not listed above.
Post Reply
dennis1982
Posts: 7
Joined: Thu Mar 18, 2010 11:20 pm

Command \BRetrieved already defined error.

Post by dennis1982 »

When I try to typeset my document, the following errors raises. I am using TeXShop and I cannot found information on the internet about solving this error. What is the reason for this error and how can it be fixed?

Code: Select all

usr/local/texlive/2009/texmf-dist/tex/latex/apacite/dutch.apc:119: LaTeX Error
: Command \BRetrieved already defined.
               Or name \end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.119 ...d{\BRetrieved}[1]{Retrieved {#1}, from\ }
                                                  %            ??? CHECK!!!

Code: Select all


/usr/local/texlive/2009/texmf-dist/tex/latex/apacite/dutch.apc:120: LaTeX Error
: Command \BMsgPostedTo already defined.
               Or name \end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.120 ...mmand{\BMsgPostedTo}{Message posted to\ }
                                                  %                ??? CHECK!!!

? 

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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

Command \BRetrieved already defined error.

Post by localghost »

It is far from being helpful to post only the error message(s) [1]. Nobody knows what you are doing, which packages you include, where these commands come from and how you set up your document. So you have to reduce the problem to a full but minimal example that exactly reproduces the error.

[1] View topic: Avoidable mistakes


Thorsten
dennis1982
Posts: 7
Joined: Thu Mar 18, 2010 11:20 pm

Re: Command \BRetrieved already defined error.

Post by dennis1982 »

I will try to create a minimal example of my encountered problem.
Post Reply