Community talkfootcite reference indentation

General discussion about this LaTeX community.
Please no LaTeX topics here! Just community topics!
Post Reply
samtel
Posts: 1
Joined: Tue Mar 05, 2019 9:48 pm

footcite reference indentation

Post by samtel »

Dear Friends,
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}}
and the output of this code is as shown in the picture,
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
Attachments
Untitled.png
Untitled.png (59.72 KiB) Viewed 25888 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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

footcite reference indentation

Post by kaiserkarl13 »

Does the footbib package do what you are looking to do?
Post Reply