gpt4 book ai didi

Jupyter pdf 导出在一页后切断

转载 作者:行者123 更新时间:2023-12-04 12:03:43 33 4
gpt4 key购买 nike

我正在尝试将 3 页的 jupyter 笔记本导出为 pdf,
但下载的文档仅在 1 页后就切断了。
打印预览运行良好。
我没有比这更多的细节,你有没有遇到过这样的错误?

我不知道如何解决这个问题,每个提示都会受到高度赞赏。

bash 文本是(对不起,长文本):

This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017) (preloaded format=xelatex)
restricted \write18 enabled.
entering extended mode
(./notebook.tex
LaTeX2e <2017-04-15>
Babel <3.10> and hyphenation patterns for 84 language(s) loaded.
(/usr/local/texlive/2017/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class

....
包 inputenc 警告:基于 utf8 的引擎忽略了 inputenc 包。
Package hyperref Message: Driver (autodetected): hxetex.


No file notebook.aux.

*geometry* driver: auto-detecting
*geometry* detected driver: xetex
*geometry* verbose mode - [ preamble ] result:
* driver: xetex
* paper: <default>
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes:
* h-part:(L,W,R)=(72.26999pt, 469.75502pt, 72.26999pt)
* v-part:(T,H,B)=(72.26999pt, 650.43001pt, 72.26999pt)
* \paperwidth=614.295pt
* \paperheight=794.96999pt
* \textwidth=469.75502pt
* \textheight=650.43001pt
* \oddsidemargin=0.0pt
* \evensidemargin=0.0pt
* \topmargin=-37.0pt
* \headheight=12.0pt
* \headsep=25.0pt
* \topskip=11.0pt
* \footskip=30.0pt
* \marginparwidth=59.0pt
* \marginparsep=10.0pt
* \columnsep=10.0pt
* \skip\footins=10.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)



Package hyperref Warning: Rerun to get /PageLabels entry.



LaTeX Warning: No \author given.

(/usr/local/texlive/2017/texmf-dist/tex/generic/oberdiek/se-ascii-print.def)
(/usr/local/texlive/2017/texmf-dist/tex/latex/lm/t1lmtt.fd)
(/usr/local/texlive/2017/texmf-dist/tex/latex/psnfss/ts1ppl.fd) [1]
! Missing $ inserted.
<inserted text>
$
l.341 function for three types of agents, \$\alpha
- \$, \(\beta-\) type of
?
! Emergency stop.
<inserted text>
$
l.341 function for three types of agents, \$\alpha
- \$, \(\beta-\) type of
Output written on notebook.pdf (1 page).
Transcript written on notebook.log.

最佳答案

您可能在编译中遇到错误。见 Issue 893 .我今天遇到了类似的问题,在 Windows 机器上运行。我只从五页文档中得到了一个 pdf 页面。

我选择了“下载为 LaTex/Tex”(在打开的 Jupyter notebook session 中),然后在我的 TeX 编辑器(TeXworks)中打开该 tex 文件。如果您有图像,它可能会被压缩,如果有,只需提取文件。

然后我用 Xelatex 进行编译,它跳出错误并显示它(在编译日志中)只是我在内联 LaTex "$"分隔符和一些 LaTex 开头之间留下的空白。我删除了空格,所以我有“$\mathrm{MeV}”而不是“$\mathrm{MeV}”并且它编译得很好。

我随后在我的 Jupyter 笔记本中使用更正的 ipnyb 文件测试了直接“从 LaTex 下载为 PDF”,并且它表现完美。

关于Jupyter pdf 导出在一页后切断,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47873509/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com