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 213 times

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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