
저는 오래된 히브리어와 고대 그리스어 텍스트 특수 글꼴을 글꼴 사양과 함께 사용하고 있습니다. 각주와 서재에서도 이것을 어떻게 사용할 수 있나요? 책 제목 중 3개에는 히브리어 단어가 단 한 개만 있습니다.
나는 biber와 함께 Lulatex와 Biblatex를 사용하고 있습니다.
Esra SIL에서 전체 참고문헌을 설정하는 방법을 찾았습니다.
\renewcommand*{\bibfont}{\hebfont}
하지만 이것은 나에게 오류를 준다
/usr/share/texmf-dist/tex/latex/biblatex/biblatex.def
! LaTeX 오류: \bibfont 명령이 이미 정의되었습니다.
\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}
답변1
\textheb
파일 자체 에서 잘 정의된 명령을 직접 사용하여 참고문헌의 히브리어 글꼴을 얻을 수 있습니다 .bib
.