wannesm/adsphd

References in the text

Closed this issue · 14 comments

My promoter want to see the references in the text like authoryear
for example: (Berckmans, 2013).

default of ASDPHD is numbers.

How can i change it?

Does the second example of how to set options in thesis.tex (line 2) solve your problem?

\documentclass[biblatex,biber,biblatexstyle=authoryear]{adsphd}

I already used but this is the error..
package biblatex error file '*thesis.bbl' not created by biblatex

now it works with small problem.
i used this
\documentclass[biblatex,biber,biblatexstyle=authoryear]{adsphd}

and i have got name and year like that Berckmans2013 but this what i write normally it should be like that (Berckmans et al 2013)

unfortunatelly it is not siting it is just shows there what i wrote like ~\cite{Murphy1999} it shows Murhpy1999

As I understood that it is not compiling the reference file

last info:
package biblatex warning: please rerun biber on the file thesis and rerun latex.

how can i rerun biber?

Biber is run by executing

$ biber thesis

unfortunately it is still not working.

\documentclass[biblatex,biber,biblatexstyle=authoryear]{adsphd}
% Preamble {{{}{

\usepackage[english,dutch]{babel}

\usepackage{nomencl} % For nomenclature
\usepackage[style=long,number=none]{glossary} % For list of abbreviations
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{color, soul}
%\usepackage{cite}
\usepackage{ctable}
\usepackage{multirow}
\usepackage{colortbl}

% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
% !! !!
% !! WARNING: do not remove the following lines between !!
% !! "%%% COVER: Settings %%%" and "%%% COVER: End settings %%%" !!
% !! !!
% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

%%% COVER: Settings %%%
\title{Automated Monitoring Systems to Improve Health and Welfare of Broiler Chickens}

Date: Mon, 9 Sep 2013 08:50:23 -0700
From: notifications@github.com
To: adsphd@noreply.github.com
CC: ardaaydin543@hotmail.com
Subject: Re: [adsphd] References in the text (#8)

Biber is run by executing

$ biber thesis


Reply to this email directly or view it on GitHub.

I tried this but it is not help
$ biber thesis

Can you send me the working code? then i can include my chapters to it.

I am still getting same warning "please re run biber and rerun latex"

I am still getting same warning "please re run biber and rerun latex"

the picture is in the attachment.

i am still getting same warning.

how can i cite my references as authoryear?

From: ardaaydin543@hotmail.com
To: reply@reply.github.com
Subject: RE: [adsphd] References in the text (#8)
Date: Mon, 9 Sep 2013 22:47:17 +0300

unfortunately it is still not working.

\documentclass[biblatex,biber,biblatexstyle=authoryear]{adsphd}
% Preamble {{{}{

\usepackage[english,dutch]{babel}

\usepackage{nomencl} % For nomenclature
\usepackage[style=long,number=none]{glossary} % For list of abbreviations
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{color, soul}
%\usepackage{cite}
\usepackage{ctable}
\usepackage{multirow}
\usepackage{colortbl}

% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
% !! !!
% !! WARNING: do not remove the following lines between !!
% !! "%%% COVER: Settings %%%" and "%%% COVER: End settings %%%" !!
% !! !!
% !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

%%% COVER: Settings %%%
\title{Automated Monitoring Systems to Improve Health and Welfare of Broiler Chickens}

Date: Mon, 9 Sep 2013 08:50:23 -0700
From: notifications@github.com
To: adsphd@noreply.github.com
CC: ardaaydin543@hotmail.com
Subject: Re: [adsphd] References in the text (#8)

Biber is run by executing

$ biber thesis


Reply to this email directly or view it on GitHub.

The biblatex support has been updated.