乳胶脚注没有文字

时间:2015-12-11 11:26:44

标签: latex

脚注标记是可见的,但其脚注文本未显示在已编译的文档中(编译没有任何错误) 关于使用过的包装,有没有已知的冲突? 我无法找到问题。

\documentclass[12pt, a4paper]{article}
\usepackage[ngerman]{babel} % hiermit werden deutsche Bezeichnungen   
genutzt und 
                 % die W\"orter werden anhand der neue Rechtschreibung 
         % automatisch getrennt.  
\usepackage[resetlabels]{multibib}
\usepackage{apacite}
\usepackage{chngcntr}
\usepackage{etoolbox}
\apptocmd{\sloppy}{\hbadness 10000\relax}{}{}
\counterwithin{figure}{section}
\newcites{All}{Bibliographie}
\newcites{R}{Referenzen}
\usepackage[onehalfspacing]{setspace}
% Damit die Verwendung der deutschen Sprache nicht ganz so umst\"andlich 
wird,
% sollte man die folgenden Pakete einbinden: 
\usepackage[utf8]{inputenc}
\usepackage{a4wide}
 \usepackage{graphicx}
\usepackage[T1]{fontenc} % das Trennen der Umlaute
\usepackage{url}
\setlength{\parindent}{0pt}
\title{Literatur-Review}
\author{  \\
Jan }
\begin{document}
\begin{titlepage}
\noindent\makebox[\textwidth]{\includegraphics[scale=0.908]
{images/cover.png}}
\end{titlepage}
\newpage
%set the hierarchical drilldown to 3
\setcounter{secnumdepth}{3} \setcounter{tocdepth}{3}
%set pagination to Roman numerals and begin at page i
\pagenumbering{roman} \setcounter{page}{0}
\mbox{}
\setlength{\topmargin}{-.1in}
\tableofcontents{}
\clearpage
%%------------List of Figures----------------------
\addcontentsline{toc}{section}{List of Figures}
\listoffigures{}
\clearpage
%%-----------Table of Contents-----------------
\addcontentsline{toc}{section}{List of Tables}
\listoftables{}
\clearpage
%change single space to double space

%maintain Roman numerals on the previous page
\clearpage
%set pagination to Arabic
\pagenumbering{arabic} 
%include the other .tex files 
test\footnote{test}
\newpage
%%bibliographie
\nociteAll{*}
\bibliographystyleR{apacite}
\bibliographyR{lit}                 
\bibliographystyleAll{apacite}
\end{document}
\bibliographyAll{lit}                   
\end{document}

0 个答案:

没有答案