4

rticlesジャーナル出版物を生成するために、Rmd ファイル内でパッケージを使用しようとしました。テンプレートをそのまま編もうとすると、以下のようなエラーが出ます

his is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021) (preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
I was unable to find any missing LaTeX packages from the error log UC4_SupplySecurity.log.
! You can't use `\vadjust' in vertical mode.
l.300 \leavevmode\vadjust
                          pre{\hypertarget{ref-Neurobot2013}{}}% 

Error: LaTeX failed to compile UC4_SupplySecurity.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See UC4_SupplySecurity.log for more info.
Execution halted

ログ ファイル内で、同じエラーが報告されます。

Package pdftex.def Info: UC4_SupplySecurity_files/figure-latex/Figure-1-1.pdf  
used on input line 291.
(pdftex.def)             Requested size: 241.86113pt x 241.86148pt.
! You can't use `\vadjust' in vertical mode.
l.300 \leavevmode\vadjust

次の構成を使用します

  • ラテックス
pdfTeX 3.141592653-2.6-1.40.22 (TeX Live 2021)
kpathsea version 6.3.3
Copyright 2021 Han The Thanh (pdfTeX) et al.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Han The Thanh (pdfTeX) et al.
Compiled with libpng 1.6.37; using libpng 1.6.37
Compiled with zlib 1.2.11; using zlib 1.2.11
Compiled with xpdf version 4.03
  • R4.0.5

私は何を間違っていますか?

残念ながら、raw に対応するため、再現可能な例を提供することはできませんFrontiers Journal ArticleElsevier Journal Articleテンプレートでも同じ問題が発生します。

すべての参照と引用を削除すると、テンプレートはコンパイルされます[@XY]が、参照のない出版物はダメです。

4

2 に答える 2