I use the following code for foot citation
Code: Select all
\RequirePackage[backend=bibtex,citestyle=authoryear,style=alphabetic,url=false]{biblatex}
\newcommand\tab[1][1cm]{\hspace*{#1}}
\DeclareCiteCommand{\footpartcite}[\mkbibfootnote]
{\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\mkbibbrackets{\usebibmacro{cite}}%
\setunit{\tab[1cm]}
% \setunit{\addspace}
\printnames{labelname}%
\setunit{\labelnamepunct}
\printfield[citetitle]{title}%
\newunit
\printfield{year}}
{\addsemicolon\space}
{\usebibmacro{postnote}}
so could you please help to modify the code to align the text of references vertically also to align the long references that expand along multiple lines
best regards