I try to make a bibliography in Thai with apa7 form. Is it possible without citation?
My attempt
\documentclass[a4paper]{report}
\usepackage{polyglossia}
\usepackage{fontspec}
\usepackage[style=apa,backend=biber]{biblatex}
\XeTeXlinebreaklocale "th"
\XeTeXlinebreakskip = 0pt plus 0pt
\defaultfontfeatures{Scale=1.23}
\setdefaultlanguage{thai}
\setotherlanguage{english}
\newfontfamily{\thaifont}{Laksaman.otf}[%
ItalicFont={Laksaman-Italic.otf},%
BoldFont={Laksaman-Bold.otf},%
BoldItalicFont={Laksaman-BoldItalic.otf},%
Script=Thai,%
Scale=MatchLowercase,%
WordSpace=1.25,%
Mapping=tex-text,%
]
\addbibresource{ref.bib}
\begin{document}
\nocite{*}
\printbibliography
\end{document}
I'm using Texstudio version 4.2.3.
\nocite{*}in the preamble to obtain the bibliography. – Bernard Jun 17 '22 at 14:25\nocite{*}. The doc compiles with errors on Overleaf and produces PDF with bibliography. See my answer on what the error is about. – Daria Bogatova Jun 17 '22 at 14:35