나는 이 문제를 해결하려고 정신이 나갔었습니다. 많은 참조에 유니코드 문자가 포함되어 있기 때문에 최근에 에서 natbib
로 옮겼습니다 . biblatex
내 인용은 를 사용하여 검색했지만 natbib
로 이동한 이후로 biblatex
찾을 수 없어 다음과 같은 결과가 발생합니다.
다음은 최소한의 작업 예입니다.
\documentclass[twoside,a4paper, 12pt]{memoir}
%Citations
\usepackage{babel}
\usepackage{csquotes}
\usepackage[citestyle=alphabetic,bibstyle=authoryear]{biblatex}
\addbibresource{test.bib}
\begin{document}
Sed ut perspiciatis \parencite{wilk1968}.
\printbibliography
\end{document}
해당 파일 과 동일한 디렉터리에 있는 내 .bib
파일( ) 은 다음과 같습니다.test.bib
.tex
@article{wilk1968,
langid = {english},
title = {Probability {{Plotting Methods}} for the {{Analysis}} of {{Data}}},
volume = {55},
issn = {00063444},
url = {https://www.jstor.org/stable/2334448?origin=crossref},
doi = {10.2307/2334448},
abstract = {This paper describes and discusses graphical techniques, based on the primitive empirical cumulative distribution function and on quantile (Q-Q) plots, percent (P-P) plots and hybrids of these, which are useful in assessing a one-dimensional sample, either from original data or resulting from analysis. Areas of application include: the comparison of samples; the comparison of distributions; the presentation of results on sensitivities of statistical methods; the analysis of collections of contrasts and of collections of sample variances; the assessment of multivariate contrasts;\_ and the structuring of analysis of variance mean squares. Many of the objectives and techniques are illustrated by examples.},
number = {1},
journaltitle = {Biometrika},
urldate = {2018-06-01},
date = {1968-03},
pages = {1},
author = {Wilk, M. B. and Gnanadesikan, R.},
file = {}
}
내 .bib
파일은 Zotero의 Better BibLaTeX를 사용하여 내보냈습니다. 어떤 도움이라도 크게 받습니다.