暴力上传latex生成的PDF到arXiv

2020年9月25日更新:这个方法现在用,会被打回来。只能按着官网报的错误改了。。。状态先变为on hold,然后给退回来,状态变成incomplete。之后arxiv发邮件说违规,没办法只能重新解决。

解决办法参见链接: 常规方法上传论文到arXiv平台

 

----------暴力上传latex生成的PDF到arXiv-----------

参考链接:

1、arXiv上传文章 (latex)简单粗暴方法 https://blog.csdn.net/qq_26826331/article/details/105080086

                                            https://my.oschina.net/zhangwenwen/blog/1936811

Arxiv 编译出错的处理办法(简单粗暴)https://blog.csdn.net/BaCr2O7/article/details/104230052

2、arxiv上传latex文章的方法与坑 https://blog.csdn.net/on2way/article/details/85940768?

上面的博客写的比较简洁,本人做了步骤详解,如下:

第一步:在本地生成自己的pdf文档 

 

d

第二步:将生成的pdf和如下的tex编辑代码文件放在同一个文件夹下。这里我起名为document(名称无所谓)。运行检验是否有误,我的文档有21页,所以包含命令使用了21次

\documentclass[a4paper]{article}
\usepackage{hyperref}
\usepackage{pdfpages}
\usepackage[pdftex]{graphicx}
\hypersetup{
  pdfinfo={
    Title={A DNN-based algorithm for partial differential equations },
    Author={author1, author2, and author3.....}
  }
}

\begin{document}
    \includepdf[pages={1}]{template.pdf}
    \includepdf[pages={2}]{template.pdf}
    \includepdf[pages={3}]{template.pdf}
    \includepdf[pages={4}]{template.pdf}
    \includepdf[pages={5}]{template.pdf}
    \includepdf[pages={6}]{template.pdf}
    \includepdf[pages={7}]{template.pdf}
    \includepdf[pages={8}]{template.pdf}
    \includepdf[pages={9}]{template.pdf}
    \includepdf[pages={10}]{template.pdf}
    \includepdf[pages={11}]{template.pdf}
    \includepdf[pages={12}]{template.pdf}
    \includepdf[pages={13}]{template.pdf}
    \includepdf[pages={14}]{template.pdf}
    \includepdf[pages={15}]{template.pdf}
    \includepdf[pages={16}]{template.pdf}
    \includepdf[pages={17}]{template.pdf}
    \includepdf[pages={18}]{template.pdf}
    \includepdf[pages={19}]{template.pdf}
    \includepdf[pages={20}]{template.pdf}
    \includepdf[pages={21}]{template.pdf}
\end{document}

敲黑板!!!!如果页码太多,该怎么办,一行命令搞定。 省略[pages=num]中的num,替换为‘-’。即

\begin{document}
	\includepdf[pages=-]{template.pdf}         %  所有页
    %\includepdf[pages={2-5}]{template.pdf}    %  2--5页
    %\includepdf[pages={1,2,4}]{template.pdf}  %  1,2,4页
    %  多种方法结合, {}代表空页面
    %\includepdf[pages={3,{},8-11,15}]{template.pdf}
\end{document}

和上面21行命令等效。哈哈哈,感动cry。。。。。 此外还有一些其他的提取操作,列举在了上面。

第三步:将整个文档打包成.zip文件。

第四步:上传压缩文件件到arXiv上。就ok了

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 4
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值