BibTeX, biblatex and biberReferencing problem

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
huseyin_hzl
Posts: 4
Joined: Sun Dec 06, 2015 9:15 am

Referencing problem

Post by huseyin_hzl »

I have a problem in giving the reference in APA 6th style. My reference code as below. The problem is that in the reference section, there is no numbering, and on url reference, there is blue square. Another one is that the section name is Bibliography rather than Reference, and text is not aligned either centered or flush left. How can I give proper reference section and change the name of reference section? Also, in text citation, there is green box on citations, and there is no Reference in the table of contents. (I have add metu.cls that I have created)

Code: Select all

\documentclass[chaparabic,ceng,phd,12pt,oneandhalf]{metu}

\usepackage{appendix}
\usepackage[pdftex]{hyperref}
\usepackage[all]{hypcap}
\usepackage{todonotes}
\usepackage{graphicx}
\graphicspath{ {./images/} }
\usepackage{rotating}
\usepackage{xy} 
\usepackage{booktabs}
\usepackage{pifont}
\usepackage{color}
\usepackage{listings}
\usepackage{pdfpages}
\usepackage{array}
\usepackage[natbibapa,square]{apacite}
\usepackage{float}
\restylefloat{figure}
\newcommand{\tab}{\hspace*{2em}}
\DeclareGraphicsExtensions{.pdf,.png,.jpg}

\begin{document}

\bibliographystyle{apacite} 

\bibliography{thesis_references}


\appendix
\chapter{Appendix Name}

\end{document}
Image
Attachments
metu.cls
(43.57 KiB) Downloaded 219 times

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
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Referencing problem

Post by Johannes_B »

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply