[Tex/LaTex] Underlined journal names in bibliographystyle of apacite with natbibapa option

bibtexnatbib

I am using these commands:

\usepackage[natbibapa]{apacite}

and later:

\bibliographystyle{apacite}

I would like to keep the natbib option because my text already uses citep and citet a lot. The reason why I am using apacite is because I need ampersand ('&') between author names (instead of 'and'). So the citiations in text and paranthesis are correct, but the References section has a strange format:

1) Journal names are underlined,

2) Pulications with several authors uses "…" to abbreviate names.

I would like the bibliographystyle not to underline Journal names but rather follow "normal" conventions. Any ideas?

Best Answer

The package apacite does no underlining. The problem could be in you loading

\usepackage{ulem}

Note that underlining for emphasis is a typographical device that eminent typographers consider very bad. It can have its uses for special notation, but it should never be used for emphasis.