My tags are follows:
\documentclass{book}
\usepackage[natbib,authordate,backend=biber]{biblatex-chicago}%
\begin{filecontents}{test.bib}
@book{anderson,
Address = {Mahwah, New Jersey},
Author = {J. R. Anderson},
Date-Added = {2014-02-05 15:27:59 +0100},
Date-Modified = {2014-02-05 16:10:22 +0100},
Publisher = {Lawrence {E}rlbaum {A}ssociates},
Title = {The architecture of cognition},
Year = {1983}}
\end{filecontents}
\addbibresource{test.bib}
\makeatletter
\renewenvironment{thebibliography}[1]{%
\chapter*{\refname}%
\addcontentsline{toc}{chapter}{\refname}%
\small\list{}{%
\usecounter{enumi}%
\leftmargin 1em\itemindent -1em\parsep \z@
\itemsep4\p@%
}}%
{\endlist}%
\makeatother
\begin{document}
Test for reference entry \citep{anderson}
\printbibliography
\end{document}
Above tags are working fine, but not able to change the turnover (hangindent) value and the fontsize of the entries. Please suggest....


2pc+9pt? Kindly advise.... – MadyYuvi Jul 21 '20 at 08:39comment, ....please... – MadyYuvi Jul 22 '20 at 08:25