BibTeX, biblatex and biber ⇒ customising 'apacite.bst'
customising 'apacite.bst'
I use apacite package a lot, and it makes a Harvard-style bibliography. I want to make just one change: remove the \newline that is put between items in the bibliography list (so they appear as a dense block of ugly text!).
I thought this might do it:
\setlength{\bibitemsep}{0mm}
But it doesn't. I think I need to edit the .bst file, but I've never done that before. Any hints for me?
Thanks again.
Scott.
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
customising 'apacite.bst'
My next hint is that it will be impossible to provide help in this case unless you produce a minimal working example showing your usage.
I tried the following:
Code: Select all
\documentclass{article}
\usepackage{apacite}
\begin{document}
\cite{sample1,sample2}
\bibliographystyle{apacite}
\bibliography{sample}
\end{document}
customising 'apacite.bst'
Do you want one big paragraph, with no demarcation at all between the entries? In that case, I don't think modifying the .bst will be necessary. You could just do something like this:
Code: Select all
\documentclass{article}
\usepackage{apacite}
\renewcommand{\bibitem}[2][]{}
\setlength{\bibleftmargin}{0pt}
\begin{document}
\cite{sample1,sample2}
\setlength{\bibitemsep}{2\baselineskip}
\bibliographystyle{apacite}
\bibliography{sample}
\end{document}
Re: customising 'apacite.bst'
Thanks again.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
customising 'apacite.bst'
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10