
Estoy usando fuentes especiales para texto en hebreo antiguo y griego antiguo con especificación de fuente. ¿Cómo puedo usar esto también en las notas a pie de página y en la bibliografía del estudio? Solo hay palabras hebreas en 3 del título del libro.
Estoy usando Lulatex y Biblatex con biber.
Encontré una manera de configurar la bibliografía completa en Esra SIL con
\renewcommand*{\bibfont}{\hebfont}
pero esto me da un error
/usr/share/texmf-dist/tex/latex/biblatex/biblatex.def
! Error de LaTeX: el comando \bibfont ya está 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}
Respuesta1
Puede obtener la fuente hebrea en la bibliografía utilizando su \textheb
comando bien definido directamente en el .bib
archivo.