使用罗马尼亚巴贝尔和芝加哥风格的脚注显示问题

使用罗马尼亚巴贝尔和芝加哥风格的脚注显示问题

我使用

  1. 纺织机械制造商
  2. 编译是LuaLaTex > Biblatex (with Biber) > LuaLaTex(2x) > PdfViewer

主要目的

主要目的是to have footnotes and bibliography displayed correctly使用罗马尼亚语撰写博士论文。

文档

\documentclass[12pt,a4paper,oneside]{book}
%-------------------------------------------
%Page setup
\usepackage[margin=2.5cm]{geometry}
\pagestyle{plain}
\linespread{1.5}
%--------------------------------------------
% Fonts
\usepackage{fontspec}           % initialize fonts
\setmainfont{Times New Roman}   % main font
%--------------------------------------------
% Language
\usepackage[romanian]{babel} 
%--------------------------------------------
% BIBLIOGRAPHY & CITATION
\usepackage[backend=biber,isbn=false]{biblatex-chicago}
\usepackage{csquotes}
\providetoggle{blx@lang@captions@romanian} % show chapters in romanian
\DeclareLanguageMapping{romanian}{cms-romanian}
%--------------------------------------------
\usepackage{lipsum} % Lorem ipsum dummy text
%--------------------------------------------
\addbibresource{bibliografie.bib}
%--------------------------------------------
\begin{document}
%--------------------------------------------
% Summary
\tableofcontents
\newpage
%--------------------------------------------

% START THESIS

\chapter{Introduction}
\section{Main purpose of thesis}
Lorem ipsum\autocite[p. 34]{gadamer2001AdevarSiMetoda} dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.\autocite{iser1972ReadingProcessPhenomenological}

\chapter{Acknowledgement}
Quis imperdiet massa\autocite[pp. 34-35]{pfister1988TheoryAnalysisDrama} tincidunt nunc pulvinar sapien et ligula. Egestas maecenas pharetra convallis posuere\autocite{jahn2001NarrativeVoiceAgency} morbi leo. At in tellus integer feugiat scelerisque varius morbi.

\chapter{Lipsum}
\lipsum [2]

% END THESIS

%-------------------
\newpage
\printbibliography
\end{document}

围兜文件

@book{pfister1988TheoryAnalysisDrama,
    address = {Cambridge},
    series = {European studies in {English} literature},
    title = {The theory and analysis of drama},
    isbn = {0-521-32060-7},
    language = {eng ger},
    publisher = {Cambridge Univ. Press},
    author = {Pfister, Manfred},
    year = {1988},
}
@article{jahn2001NarrativeVoiceAgency,
    title = {Narrative {Voice} and {Agency} in {Drama}: {Aspects} of a {Narratology} of {Drama}},
    volume = {32},
    issn = {00286087},
    doi = {10.1353/nlh.2001.0037},
    number = {3},
    journal = {New Literary History},
    author = {Jahn, Manfred},
    year = {2001},
    pages = {659--679},
}
@article{iser1972ReadingProcessPhenomenological,
    title = {The {Reading} {Process}: {A} {Phenomenological} {Approach}},
    volume = {3},
    issn = {00286087},
    number = {2},
    journal = {New Literary History},
    author = {Iser, Wolfgang},
    year = {1972},
    pages = {279--299},
}
@incollection{issacharoff1994JakobsonRoman,
    address = {Baltimore and London},
    title = {Jakobson, {Roman}},
    isbn = {0-8018-4560-2},
    booktitle = {The {Johns} {Hopkins} guide to literary theory and criticism},
    publisher = {The Johns Hopkins University Press},
    author = {Issacharoff, Michael},
    editor = {Groden, Michael and Kreiswirth, Martin},
    year = {1994},
    pages = {417--419},
}
@book{gadamer2001AdevarSiMetoda,
    address = {Teora},
    title = {Adev{\u a}r {\c s}i metod{\u a}},
    isbn = {973-601-684-6},
    language = {rum},
    publisher = {Bucure{\c s}ti},
    author = {Gadamer, Hans-Georg},
    year = {2001},
}

警告日志

警告

Pdf 文件错误

脚注

脚注

参考书目

参考书目

相关内容