Como usar fontes diferentes em notas de rodapé e bibliografia/hebraico antigo especial

Como usar fontes diferentes em notas de rodapé e bibliografia/hebraico antigo especial

Estou usando fontes especiais de texto em hebraico antigo e grego antigo com fontspec. Como posso usar isso também nas notas de rodapé e na bibliografia? Existem apenas palavras hebraicas isoladas em 3 do título do livro.

Estou usando Lulatex e Biblatex com Biber.

Encontrei uma maneira de definir a bibliografia completa em Esra SIL com

\renewcommand*{\bibfont}{\hebfont}

mas isso me dá um erro

/usr/share/texmf-dist/tex/latex/biblatex/biblatex.def

! Erro LaTeX: Comando \bibfont já definido.

\documentclass[twboside=false, fontsize=12bp]{scrartcl}
\usepackage{setspace}
\setstretch{1.5} 
\usepackage[left=3cm, right=4cm]{geometry}
\usepackage{typearea}
\usepackage[ngerman]{babel}

\usepackage{fontspec}
\setmainfont{Times New Roman} 
\newfontfamily\hebfont[Script=Hebrew, Scale=MatchUppercase, Ligatures=TeX]{Ezra SIL}
\newcommand{\textheb}[1]{\bgroup\luatextextdir TRT\hebfont #1\egroup}
\newfontfamily\greekfont[Script=Greek, Scale=MatchUppercase, Ligatures=TeX]{SBL Greek}
\newcommand{\textgreek}[1]{\bgroup\greekfont #1\egroup}

\renewcommand*{\bibfont}{\hebfont}

\usepackage[
backend=biber,
style=geschichtsfrkl,
pagetracker=true, 
backref=true,
]{biblatex} 
\bibliography{xy.bib}
\usepackage[german=quotes]{csquotes}

\begin{Document}
\textheb{some hebrew text, works fine here}
footcite[vgl.][51]{book1}


\printbibheading[title=Literaturverzeichnis]
\printbibliography[keyword=primaer,heading=subbibliography,title={Textausgaben und Hilfsmittel}]
\printbibliography[keyword=sekundaer,heading=subbibliography,title={Sekundärliteratur}]

\end{document}

Responder1

Você pode obter a fonte hebraica na bibliografia usando seu \texthebcomando bem definido diretamente no .bibpróprio arquivo.

informação relacionada