BibTeX, biblatex and biberUrgent plzzz

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
assoora
Posts: 3
Joined: Thu Apr 09, 2009 11:35 am

Urgent plzzz

Post by assoora »

Hi,
I'm MSc. student. I'm writing my thesis using Latex, and I'm a newbie with LaTex. I need some help in LaTex, please it is urgent.
:cry: I need to put the journal and publisher (reference source) in Bibliography in 'bold' and the rest of the reference plain 12 times new roman one. I'm using \bibliographystyle{apa}.

I'm using (\documentclass[a4paper,12pt,oneside,openright]{book}.

Thanks in advance.
Regards,

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Urgent plzzz

Post by kaiserkarl13 »

I'm not sure exactly what you mean by "journal and publisher," as most citation styles don't list the publisher for journal entries (e.g., Author, A.; Author, B. J. Phys. Chem. B 2011, 150, 156-183.) If you want the publisher printed and in bold, you can give fairly exacting specifications by using your own .bst file by typing "latex makebst" and answering the questions. This may or may not make it easy to do what you want to do.

By the way, the report class (as opposed to book) is often a better starting point for theses. In particular, the "oneside" and "openany" options are the default, and the headings are typically empty (btw, your "openright" option won't do any good unless "twoside" is also specified: ALL pages are "right-hand" pages in a one-sided document). You might specify which school you're writing for; there's a minimal chance that there is a document class specifically prepared for your school by some devoted student or faculty member.
Post Reply