更新

更新

更新

我已使用我正在使用的软件包将整个论文缩减为一个空文档。

我尝试逐个注释掉每个包,然后逐个包含它们,结果如下:

  • 如果我包括全部包裹除了 algorithm2e,htlatex 工作正常,没有错误
  • 如果我注释掉所有包裹和仅包括 algorithm2e,htlatex 工作正常,没有错误
  • 如果我注释掉随机选择的包,并包含algorithm2e随机选择的包,htlatex 仍然可以正常工作而不会出现错误
  • 如果我按原样包含所有包,htlatex 会出现错误
! Argument of \boolean has an extra }.
<inserted text>
                \par

因此,似乎该软件包algorithm2e可能导致了问题。但就其本身而言,甚至与随机选择的其他软件包结合使用时,它都能正常工作。只有当它与其他所有软件包一起包含在内时,错误才会逐渐出现。对于 22 个软件包,我无法测试所有可能的软件包组合,因此我希望有人可以对正在发生的事情以及如何解决这个问题有一个理论上的猜测?

注意,PDF 构建工作正常。只有 htlatex 会出现问题。

\documentclass[a4paper,11pt,twoside,openright]{book}

\usepackage[margin=1in]{geometry} 
\usepackage{amsmath,amsthm,amssymb}
\usepackage{graphicx} % Required for the inclusion of images
\usepackage[font=small,skip=10pt]{caption}
\usepackage{hyperref}
\usepackage{enumerate}
\usepackage[utf8]{inputenc}
\usepackage{setspace} 
\usepackage{float}
\usepackage{breakcites}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage{apacite}
\usepackage{csquotes}
\usepackage{epigraph}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage{color,soul}
\usepackage[algoruled,linesnumbered]{algorithm2e}
\usepackage{fancyhdr}
\usepackage[yyyymmdd,hhmmss]{datetime}
\usepackage{todonotes}
\usepackage{mdframed}
\begin{document}
\end{document}

原始帖子

我想将我的博士论文(80K+字,250+页,多个 tex 文件,大量参考文献、图表、方程式和包)转换为带有锚点的 html。理想情况下它就像一本在线手册,每一章——甚至每一章内的每个部分——都有自己的 html 文件,并在侧面带有导航(例如 refhttps://docs.unity3d.com/Manual/index.html

但在此之前,我很乐意进行任何初步的 html 转换,即使所有内容都在一个 html 文件中!

我在网上找到了很多关于此问题的帖子,并尝试过htlatex my_thesis_master.tex,但出现了错误

(C:\Users\memoa\AppData\Roaming\MiKTeX\tex/latex/apacite\english.apc)
! Argument of \boolean has an extra }.
<inserted text>
                \par
l.117 \begin{document}

我可以从 TexStudio 构建 PDF,它看起来不错,尽管有一些警告。这些警告似乎与我的 bib 文件中的参考文献有关,但我的 bib 是从 Mendeley 自动导出的,PDF 中的所有参考文献似乎都是正确的。事实上,PDF 没问题。

不幸的是,我对 LaTeX 生态系统不够熟悉,无法弄清楚出了什么问题以及为什么无法从 tex 导出到 html。

下面我提供了一些信息。

我在 Windows 11 上。TexStudio 已更新 MiKTeX。

LaTeX 系统报告(来自 TexStudio)

dpi: 96
where pdflatex: C:\Program Files\MiKTeX\miktex\bin\x64\pdflatex.exe

PDFLATEX: pdflatex.exe -version
MiKTeX-pdfTeX 4.13 (MiKTeX 22.12)
© 1982 D. E. Knuth, © 1996-2022 Hàn Thế Thành
TeX is a trademark of the American Mathematical Society.
using bzip2 version 1.0.8, 13-Jul-2019
compiled with curl version 7.72.0; using libcurl/7.72.0 Schannel
compiled with expat version 2.2.10; using expat_2.2.10
compiled with jpeg version 9.4
compiled with liblzma version 50020052; using 50020052
compiled with libpng version 1.6.37; using 1.6.37
compiled with libressl version LibreSSL 3.1.4; using LibreSSL 3.1.4
compiled with MiKTeX Application Framework version 4.6; using 4.6
compiled with MiKTeX Core version 4.16; using 4.16
compiled with MiKTeX Archive Extractor version 4.0; using 4.0
compiled with MiKTeX Package Manager version 4.8; using 4.8
compiled with uriparser version 0.9.4
compiled with xpdf version 4.02
compiled with zlib version 1.2.11; using 1.2.11

TeXstudio:
Path        : C:\Program Files\texstudio\texstudio.exe
Program call: C:\Program Files\texstudio\texstudio.exe
Setting file: C:\Users\memoa\AppData\Roaming\texstudio\texstudio.ini

Command configuration in TeXstudio:
    DVI->PS->PDF Chain (dvi-ps-pdf-chain): txs:///latex | txs:///dvips | txs:///ps2pdf | txs:///view-pdf
    Latexmk (latexmk): latexmk.exe -pdf -silent -synctex=1 %
    External Terminal (terminal-external): C:\Windows\system32\cmd.exe
    LuaLaTeX (lualatex) (r): lualatex.exe -synctex=1 -interaction=nonstopmode %.tex
    Default Compiler (compile) (r): txs:///pdflatex
    DVI->PDF Chain (dvi-pdf-chain): txs:///latex | txs:///dvipdf | txs:///view-pdf
    DviPdf (dvipdf): dvipdfmx.exe %.dvi
    Makeindex (makeindex): makeindex.exe %.idx
    PS Chain (ps-chain): txs:///latex | txs:///dvips | txs:///view-ps
    Asymptote DVI Chain (asy-dvi-chain): txs:///latex | txs:///asy | txs:///latex | txs:///view-dvi
    Makeglossaries (makeglossaries): makeglossaries.exe %
    Recompile Bibliography (recompile-bibliography): txs:///compile | txs:///bibliography | txs:///compile
    Asymptote (asy): asy.exe ?m*.asy
    DviPng (dvipng): dvipng.exe -T tight -D 120 %.dvi
    XeLaTeX (xelatex) (r): xelatex.exe -synctex=1 -interaction=nonstopmode %.tex
    Xindex (xindex): xindex.exe -l * %.idx
    Default Glossary Tool (glossary): txs:///makeglossaries
    SVNADMIN (svnadmin): 
    Precompile (pre-compile): 
    Texindy (texindy): texindy.exe %.idx
    Default Viewer (view): txs:///view-pdf
    DVI Viewer (view-dvi): C:\Program Files\MiKTeX\miktex\bin\x64\yap.exe -1 -s @?"c:ame "?am.dvi"
    External PDF Viewer (view-pdf-external): "C:\Program Files\Adobe\Acrobat DC\Acrobat\Acrobat.exe" "?am.pdf"
    Asymptote PDF Chain (asy-pdf-chain): txs:///pdflatex | txs:///asy | txs:///pdflatex | txs:///view-pdf
    MetaPost (metapost): mpost.exe -interaction=nonstopmode ?me)
    Default Index Tool (index): txs:///makeindex
    Build & View (quick): txs:///compile | txs:///view
    PdfLaTeX (pdflatex) (r): pdflatex.exe -synctex=1 -interaction=nonstopmode %.tex
    LaTeX (latex) (r): latex.exe -src -interaction=nonstopmode %.tex
    texdoc (texdoc): texdoc.exe 
    Ps2Pdf (ps2pdf): ps2pdf.exe %.ps
    DVI Chain (dvi-chain): txs:///latex | txs:///view-dvi
    Biber (biber): biber.exe %
    PDF Viewer (view-pdf): txs:///view-pdf-internal --embedded
    GIT (git): git.exe 
    PDF Chain (pdf-chain): txs:///pdflatex | txs:///view-pdf
    DviPs (dvips): dvips.exe -o %.ps %.dvi
    Default Bibliography Tool (bibliography): txs:///bibtex
    PS Viewer (view-ps): C:\Windows\system32\OpenWith.exe "?am.ps"
    BibTeX (bibtex): bibtex.exe %
    Internal Precompile (internal-pre-compile): txs:///pre-compile | txs:///conditionally-recompile-bibliography
    BibTeX 8-Bit (bibtex8): bibtex8.exe %
    SVN (svn): 
    Ghostscript (gs): mgs.exe "?am.ps"

Additional Search Paths:
    Command: 
    Log: 
    Pdf: 

主 tex 文件

\documentclass[a4paper,11pt,twoside,openright]{book}

\usepackage[margin=1in]{geometry} 
\usepackage{amsmath,amsthm,amssymb}
%\usepackage{siunitx} % Provides the \SI{}{} and \si{} command for typesetting SI units
\usepackage{graphicx} % Required for the inclusion of images
\usepackage[font=small,skip=10pt]{caption}
%\usepackage{natbib} % Required to change bibliography style to APA
\usepackage{hyperref}
\usepackage{enumerate}
%\usepackage[T2A]{fontenc}
\usepackage[utf8]{inputenc}
%\usepackage[utf8]{inputenx}
\usepackage{setspace} 
\usepackage{float}
\usepackage{breakcites}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage{apacite}
\usepackage{csquotes}
\usepackage{epigraph}
%\usepackage{algorithm}
\usepackage[algoruled,linesnumbered]{algorithm2e}
%\usepackage{algpseudocode} 
%\usepackage{program} 
%\usepackage[ruled]{algorithm2e} 
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage{color,soul}

% for python code, from https://www.quora.com/What-is-the-optimal-way-to-include-Python-code-in-a-LaTeX-document?share=1
%\usepackage{color}
%\usepackage{listings}

% NOTE: Add date and time to every page for drafts
\usepackage{fancyhdr}
\usepackage[yyyymmdd,hhmmss]{datetime}
\pagestyle{fancy}
%\pagestyle{headings}
\lhead{\rightmark}
\chead{}
\rhead{}
\lfoot{}
\cfoot{Page \thepage}
%\cfoot{Compiled on \today\ at \currenttime}
\rfoot{}
\raggedbottom

% For notes 
\usepackage{todonotes}
%\usepackage[disable]{todonotes} % Disables notes

\usepackage{mdframed}
\mdfsetup{hidealllines=true,backgroundcolor=yellow!25!white}

\newenvironment{newbits}
{
    \begin{mdframed}
    }
    {
    \end{mdframed}
}



\bibliographystyle{apacite}


\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}

% Math utils
\newcommand{\mb}[1]{{\boldsymbol{#1}}}
\newcommand{\diag}{\text{diag}}
\newcommand{\bm}[1]{{\boldsymbol{#1}}} % Bold math symbol (use for vectors and matrices)
\newcommand{\trsp}{{\!\scriptscriptstyle\top}} 
\newcommand{\psin}{{\!\dagger}} % Moore-Penrose pseudo inverse 
\newcommand{\tp}[1]{\text{\tiny#1}}
\newcommand{\ty}[1]{{\scriptscriptstyle\mathcal{#1}}} 
\newcommand{\tr}{\text{tr}} %trace
\newcommand{\cov}{\text{cov}} 
\newcommand{\new}{{\!\scriptscriptstyle\text{new}}}
\newcommand{\reals}{{\rm I\!R}} % Real numbers
\newcommand{\trans}{{\mathsf{T}}} % Transpose symbol
\newcommand{\refeq}[1]{{eqn. (\ref{#1})}} % Ref to equation
\newcommand{\refig}[1]{{Fig. \ref{#1}}} % Ref to figure
\newcommand{\refalg}[1]{{Alg. \ref{#1}}} % Ref to algorithm
\newcommand{\refsect}[1]{{Section \ref{#1}}} % Ref to section
\newcommand*{\fullref}[1]{\hyperref[{#1}]{\autoref*{#1}: \textit{\nameref*{#1}}}} % One single link
\newcommand*{\secref}[1]{\hyperref[{#1}]{\autoref*{#1}}} % One single link


\renewcommand{\vec}{\bm} % for vectors
\newcommand{\matr}{\bm} % for matrices
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
\newcommand\given[1][]{\:#1\vert\:}

\newcommand{\x}         {\vec{x}} 
\newcommand{\xp}        {\vec{x'}} 
\newcommand{\xhat}      {\vec{\hat{y}}} 
\newcommand{\y}         {\vec{y}} 
\newcommand{\yp}        {\vec{y'}} 
\newcommand{\yhat}      {\vec{\hat{y}}} 
\newcommand{\z}         {\vec{z}} 
\newcommand{\h}         {\vec{h}} 
\newcommand{\vc}        {\vec{c}} 
\newcommand{\vb}        {\vec{b}} 
\newcommand{\W}         {\matr{W}} 
\newcommand{\mTheta}    {\matr{\Theta}} 
\newcommand{\vmu}       {\vec{\mu}} 
\newcommand{\vsigma}    {\vec{\sigma}} 
\newcommand{\E}         {\mathbb{E}}




\onehalfspacing
\begin{document}

\author{Memo Akten}
\title{Deep Visual Instruments: Realtime Continuous, Meaningful Human Control over Deep Neural Networks for creative expression}
\date{September 2020}

\frontmatter

    
\begin{titlepage}
    \begin{center}
        \vspace*{\fill} 
        
        \Huge
        Deep Visual Instruments: \\
        \LARGE
        Realtime Continuous, 
        Meaningful Human Control \\
        over Deep Neural Networks 
        for Creative Expression
        
        \bigskip
        \bigskip
        \bigskip
        \bigskip
        \bigskip
        \bigskip
        \bigskip
    
%       \Large
        Mehmet Selim Akten
        \bigskip
        \bigskip
        \begin{figure}[H]
        \centering
        \includegraphics[width=0.12\textwidth,height=\textheight,keepaspectratio]{figures/MSA_HEAD_1024}
        \end{figure}


        
%       \bigskip
%       \bigskip
        \bigskip
        \bigskip
        \bigskip    
        \bigskip
        \bigskip
        \bigskip        
        \bigskip
        \bigskip        
        \bigskip
        
        \normalsize     
A dissertation submitted in partial fulfillment \\
of the requirements for the degree of \\
\textbf{Doctor of Philosophy} \\
        \bigskip

\textbf{Goldsmiths, University of London} \\
Department of Computing     \\
        
%       Thesis submitted to \\
%       \textbf{Goldsmiths University of London} \\
%       \bigskip
%       for the Degree of\\
%       \textbf{Doctor of Philosophy}
%       
        \bigskip
%       Advisors:\\
%       Mick Grierson \\
%       Rebecca Fiebrink
        
        \bigskip
        \bigskip
        April 2021 \\
%       Draft compiled on \today\ at \currenttime
        \vspace{\fill}  
    \end{center}
\end{titlepage}


%Declaration of Authorship

I, Mehmet Selim Akten, hereby declare that this thesis and the work presented in it is entirely my own. Where I have consulted the work of others, this is always clearly stated. 

\bigskip
\bigskip    

Signed: 
\bigskip
\bigskip    

Date: 22 April, 2021
\bigskip
\bigskip    

\clearpage

% dedication
\include{abstract}
\include{acknowledgements}

\tableofcontents
\listoffigures
%\listoftables
\listofalgorithms\addcontentsline{toc}{chapter}{List of algorithms}


\mainmatter
\include{introduction}
\include{background}
\include{seq}
\include{helloworld}
\include{learningtosee}
\include{deepmeditations}
%\include{zexplore}
%\include{grannma}
%\include{3d}
\include{conclusion}
%apendices

\backmatter
\bibliography{bib/library}
% glossary
% list of acronyms
% index

\end{document}

在 TexStudio 中构建 PDF 的消息

Process started: bibtex.exe "MemoAkten_PhDThesis"

This is BibTeX, Version 0.99d (MiKTeX 22.12)
The top-level auxiliary file: MemoAkten_PhDThesis.aux
The style file: apacite.bst
Database file #1: bib/library.bib
Repeated entry---line 11800 of file bib/library.bib
 : @article{Colton2012
 :                    ,
I'm skipping whatever remains of this entry
Repeated entry---line 12041 of file bib/library.bib
 : @article{Dong2016
 :                  ,
I'm skipping whatever remains of this entry
Repeated entry---line 13272 of file bib/library.bib
 : @article{Zaremba2014
 :                     ,
I'm skipping whatever remains of this entry
Repeated entry---line 13625 of file bib/library.bib
 : @article{Mccormack2012
 :                       ,
I'm skipping whatever remains of this entry
Repeated entry---line 15924 of file bib/library.bib
 : @article{Wang2014
 :                  ,
I'm skipping whatever remains of this entry
Repeated entry---line 18259 of file bib/library.bib
 : @article{Boden1998
 :                   ,
I'm skipping whatever remains of this entry
Repeated entry---line 23263 of file bib/library.bib
 : @article{McCormack2014
 :                       ,
I'm skipping whatever remains of this entry
apacite.bst [2013/07/21 v6.03 APA bibliography style]
Warning--No journal in Akten2015-ofxMSAmcts
ptr=1, stack=

---the literal stack isn't empty for entry Akten2015-ofxMSAmcts
while executing---line 5079 of file apacite.bst
Warning--No journal in Arjovsky2017
ptr=1, stack=

---the literal stack isn't empty for entry Arjovsky2017
while executing---line 5079 of file apacite.bst
Warning--No address in bellman1957markovian
Warning--No journal in Berthelot2017
Warning--No journal in Bishop1994
Warning--No journal in Brown2020
ptr=1, stack=

---the literal stack isn't empty for entry Brown2020
while executing---line 5079 of file apacite.bst
Warning--No journal in Cavallo2013
Warning--No journal in Chen2016
ptr=1, stack=

---the literal stack isn't empty for entry Chen2016
while executing---line 5079 of file apacite.bst
Warning--No journal in Cohen1994
Warning--No journal in Cui2017
Warning--No journal in Deng2013a
Warning--No journal in Dhariwal2020
ptr=1, stack=

---the literal stack isn't empty for entry Dhariwal2020
while executing---line 5079 of file apacite.bst
Warning--No journal in Dinh2016
ptr=1, stack=

---the literal stack isn't empty for entry Dinh2016
while executing---line 5079 of file apacite.bst
Warning--No journal in Dong2016
ptr=1, stack=

---the literal stack isn't empty for entry Dong2016
while executing---line 5079 of file apacite.bst
Warning--No journal in Dosovitskiy2015
Warning--No journal in Goodfellow2014
Warning--No school in Graves2008
Warning--No journal in Gwak2017
ptr=1, stack=

---the literal stack isn't empty for entry Gwak2017
while executing---line 5079 of file apacite.bst
Warning--No journal in Ha2017sketchrnn
Warning--No journal in Harkonen2020
Warning--No journal in Huval2015
Warning--No journal in Jiang2020
ptr=1, stack=

---the literal stack isn't empty for entry Jiang2020
while executing---line 5079 of file apacite.bst
Warning--No journal in Karras2020
ptr=1, stack=

---the literal stack isn't empty for entry Karras2020
while executing---line 5079 of file apacite.bst
Warning--No journal in Kingma2018Glow
Warning--No journal in Liang2017
Warning--No journal in Liu2017b
ptr=1, stack=

---the literal stack isn't empty for entry Liu2017b
while executing---line 5079 of file apacite.bst
Warning--No journal in Mahendran2014
Warning--No journal in McCormack2014
Warning--No address in McNeill1980
Warning--No journal in Miolane2018
ptr=1, stack=

---the literal stack isn't empty for entry Miolane2018
while executing---line 5079 of file apacite.bst
Warning--No journal in Nayebi2015
ptr=1, stack=

---the literal stack isn't empty for entry Nayebi2015
while executing---line 5079 of file apacite.bst
Warning--No journal in Rezende2016
Warning--No journal in Rezende2018
ptr=1, stack=

---the literal stack isn't empty for entry Rezende2018
while executing---line 5079 of file apacite.bst
Warning--No journal in Ridgeway2016
Warning--No institution in Roff2016
Wa
rning--No address in Roff2016
Warning--No institution in rumelhart1985learning
Warning--No address in rumelhart1985learning
Warning--No journal in Salimans2016
Warning--No journal in Santoro2016
ptr=1, stack=

---the literal stack isn't empty for entry Santoro2016
while executing---line 5079 of file apacite.bst
Warning--No journal in Tresset2014
Warning--No journal in Wu2016b
Warning--No journal in Ermon2017
ptr=1, stack=

---the literal stack isn't empty for entry Ermon2017
while executing---line 5079 of file apacite.bst
(There were 23 error messages)
Process exited with error(s)


Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "MemoAkten_PhDThesis".tex

Process exited normally


Process started: bibtex.exe "MemoAkten_PhDThesis"

This is BibTeX, Version 0.99d (MiKTeX 22.12)
The top-level auxiliary file: MemoAkten_PhDThesis.aux
The style file: apacite.bst
Database file #1: bib/library.bib
Repeated entry---line 11800 of file bib/library.bib
 : @article{Colton2012
 :                    ,
I'm skipping whatever remains of this entry
Repeated entry---line 12041 of file bib/library.bib
 : @article{Dong2016
 :                  ,
I'm skipping whatever remains of this entry
Repeated entry---line 13272 of file bib/library.bib
 : @article{Zaremba2014
 :                     ,
I'm skipping whatever remains of this entry
Repeated entry---line 13625 of file bib/library.bib
 : @article{Mccormack2012
 :                       ,
I'm skipping whatever remains of this entry
Repeated entry---line 15924 of file bib/library.bib
 : @article{Wang2014
 :                  ,
I'm skipping whatever remains of this entry
Repeated entry---line 18259 of file bib/library.bib
 : @article{Boden1998
 :                   ,
I'm skipping whatever remains of this entry
Repeated entry---line 23263 of file bib/library.bib
 : @article{McCormack2014
 :                       ,
I'm skipping whatever remains of this entry
apacite.bst [2013/07/21 v6.03 APA bibliography style]
Warning--No journal in Akten2015-ofxMSAmcts
ptr=1, stack=

---the literal stack isn't empty for entry Akten2015-ofxMSAmcts
while executing---line 5079 of file apacite.bst
Warning--No journal in Arjovsky2017
ptr=1, stack=

---the literal stack isn't empty for entry Arjovsky2017
while executing---line 5079 of file apacite.bst
Warning--No address in bellman1957markovian
Warning--No journal in Berthelot2017
Warning--No journal in Bishop1994
Warning--No journal in Brown2020
ptr=1, stack=

---the literal stack isn't empty for entry Brown2020
while executing---line 5079 of file apacite.bst
Warning--No journal in Cavallo2013
Warning--No journal in Chen2016
ptr=1, stack=

---the literal stack isn't empty for entry Chen2016
while executing---line 5079 of file apacite.bst
Warning--No journal in Cohen1994
Warning--No journal in Cui2017
Warning--No journal in Deng2013a
Warning--No journal in Dhariwal2020
ptr=1, stack=

---the literal stack isn't empty for entry Dhariwal2020
while executing---line 5079 of file apacite.bst
Warning--No journal in Dinh2016
ptr=1, stack=

---the literal stack isn't empty for entry Dinh2016
while executing---line 5079 of file apacite.bst
Warning--No journal in Dong2016
ptr=1, stack=

---the literal stack isn't empty for entry Dong2016
while executing---line 5079 of file apacite.bst
Warning--No journal in Dosovitskiy2015
Warning--No journal in Goodfellow2014
Warning--No school in Graves2008
Warning--No journal in Gwak2017
ptr=1, stack=

---the literal stack isn't empty for entry Gwak2017
while executing---line 5079 of file apacite.bst
Warning--No journal in Ha2017sketchrnn
Warning--No journal in Harkonen2020
Warning--No journal in Huval2015
Warning--No journal in Jiang2020
ptr=1, stack=

---the literal stack isn't empty for entry Jiang2020
while executing---line 5079 of file apacite.bst
Warning--No journal in Karras2020
ptr=1, stack=

---the literal stack isn't empty for entry Karras2020
while executing---line 5079 of file apacite.bst
Warning--No journal in Kingma2018Glow
Warning--No journal in Liang2017
Warning--No journal in Liu2017b
ptr=1, stack=

---the literal stack isn't empty for entry Liu2017b
while executing---line 5079 of file apacite.bst
Warning--No journal in Mahendran2014
Warning--No journal in McCormack2014
Warning--No address in McNeill1980
Warning--No journal in Miolane2018
ptr=1, stack=

---the literal stack isn't empty for entry Miolane2018
while executing---line 5079 of file apacite.bst
Warning--No journal in Nayebi2015
ptr=1, stack=

---the literal stack isn't empty for entry Nayebi2015
while executing---line 5079 of file apacite.bst
Warning--No journal in Rezende2016
Warning--No journal in Rezende2018
ptr=1, stack=

---the literal stack isn't empty for entry Rezende2018
while executing---line 5079 of file apacite.bst
Warning--No journal in Ridgeway2016
Warning--No institution in Roff2016
Wa
rning--No address in Roff2016
Warning--No institution in rumelhart1985learning
Warning--No address in rumelhart1985learning
Warning--No journal in Salimans2016
Warning--No journal in Santoro2016
ptr=1, stack=

---the literal stack isn't empty for entry Santoro2016
while executing---line 5079 of file apacite.bst
Warning--No journal in Tresset2014
Warning--No journal in Wu2016b
Warning--No journal in Ermon2017
ptr=1, stack=

---the literal stack isn't empty for entry Ermon2017
while executing---line 5079 of file apacite.bst
(There were 23 error messages)
Process exited with error(s)


Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "MemoAkten_PhDThesis".tex

Process exited normally


Process started: pdflatex.exe -synctex=1 -interaction=nonstopmode "MemoAkten_PhDThesis".tex

Process exited normally

相关内容