\documentclass[a4paper,12pt]{article}
%twoside yaz iki taraflı için
\usepackage[top=2.5 cm, bottom=2.5 cm, left=4 cm, right=2.5 cm]{geometry}
\usepackage[turkish,shorthands=:!]{babel}
\usepackage[backend=biber,style=numeric, sorting=none]{biblatex}
\addbibresource{dnm.bib}
\addto\captionsturkish{\renewcommand\bibname{Kaynakça}}
\usepackage{fontspec}
\usepackage{titlesec}
\setmainfont{Times New Roman}
\begin{document}
Latex is the best \cite{alman}.
But sometimes it's hard \cite{pdf_26}.
\printbibliography[heading=bibintoc, title=KAYNAKLAR]
\end{document}
这是我的 WME,当我编译它时,我看到了“box and n”。但是如果我删除 \setmainfont{Times New Roman} 部分,框就消失了。问题是我想要 Times New Roman,但不想在我的 pdf 中看到一个空框。
@inproceedings{pdf_26,
title={Structure and parameters design of output LC filter in D-STATCOM},
author={Wang, Cunping and Yin, Xianggen and Wen, Minghao and Liu, Jian and Xiong, Qing and Zhang, Bin},
booktitle={Power System Technology (POWERCON), 2010 International Conference on},
pages={1--6},
year={2010},
organization={IEEE}
}
@book{alman,
title={Planning and installing photovoltaic systems: a guide for installers, architects and engineers},
author={Sonnenenergie, Deutsche Gesellshaft Fur},
year={2007},
publisher={Earthscan}
}