arxiv-style

授权协议 MIT License
开发语言
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 龚博涛
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Description:

The project hosts an aesthetic and simple LaTeX style suitable for "preprint" publications such as arXiv and bio-arXiv, etc.It is based on the nips_2018.sty style.

This styling maintains the esthetic of NIPS but adding and changing features to make it (IMO) even better and more suitable for preprints.The result looks fairly different from NIPS style so that readers won't get confused to think that the preprint was published in NIPS.

Why NIPS?

Because the NIPS styling is a comfortable single column format that is very esthetic and convenient for reading.

Usage:

  1. Use Document class article.
  2. Copy arxiv.sty to the folder containing your tex file.
  3. add \usepackage{arxiv} after \documentclass{article}.
  4. The only packages used in the style file are geometry and fancyheader. Do not reimport them.

See template.tex

Project files:

  1. arxiv.sty - the style file.
  2. template.tex - a sample template that uses the arxiv style.
  3. references.bib - the bibliography source file for template.tex.
  4. template.pdf - a sample output of the template file that demonstrated the design provided by the arxiv style.

Handling References when submitting to arXiv.org

The most convenient way to manage references is using an external BibTeX file and pointing to it from the main file.However, this requires running the bibtex tool to "compile" the .bib file and create .bbl file containing "bibitems" that can be directly inserted in the main tex file.However, unfortunately the arXiv Tex environment (Tex Live) do not do that.So easiest way when submitting to arXiv is to create a single self-contained .tex file that contains the references.This can be done by running the BibTeX command on your machine and insert the content of the generated .bbl file into the .tex file and commenting out the \bibliography{references} that point to the external references file.

Below are the commands that should be run in the project folder:

  1. Run $ latex template
  2. Run $ bibtex template
  3. A template.bbl file will be generated (make sure it is there)
  4. Copy the template.bbl file content to template.tex into the \begin{thebibliography} command.
  5. Comment out the \bibliography{references} command in template.tex.
  6. You ready to submit to arXiv.org.

General Notes:

  1. For help, comments, praises, bug reporting or change requests, you can contact the author at: kourgeorge/at/gmail.com.
  2. You can use, redistribute and do whatever with this project, however, the author takes no responsibility on whatever usage of this project.
  3. If you start another project based on this project, it would be nice to mention/link to this project.
  4. You are very welcome to contribute to this project.
  5. A good looking 2 column template can be found in https://github.com/brenhinkeller/preprint-template.tex.
 相关资料
  • A small script to collect your LaTeX files for submission to the arXiv. Particularly useful if you use biblatex, and you can use it directly on Overleaf. Usage Install with pip install arxiv-collector

  • arXiv Vanity arXiv Vanity renders papers from arXiv as responsive web pages so you don't have to squint at a PDF. It turns this sort of thing: Into this: This is the web interface for viewing papers.

  • arxiv_latex_cleaner This tool allows you to easily clean the LaTeX code of your paper to submit toarXiv. From a folder containing all your code, e.g. /path/to/latex/, itcreates a new folder /path/to/l

  • To train the model, simply run train.py: $ python3 train.py Then, to generate a sample abstract, run sample.py: $ python3 sample.py If you want to change the starting seed of the generated abstrac

  • 问题内容: 除非我愿意,否则我会坚持使用MVC的捆绑软件。我脑部崩溃,试图弄清楚指定样式束(例如独立的CSS和jQuery UI等图像集)的正确模式是什么。 我有一个典型的MVC站点结构,其中包含我的基本CSS,例如。在该css文件夹中,我还有子文件夹,例如包含其CSS文件和一个文件夹的子文件夹。jQuery UI CSS中的图像路径是相对于该文件夹的,我不想弄乱它们。 据我了解,当我指定a时,我

  • 本文向大家介绍JS获取CSS样式(style/getComputedStyle/currentStyle),包括了JS获取CSS样式(style/getComputedStyle/currentStyle)的使用技巧和注意事项,需要的朋友参考一下 CSS的样式分为三类: 内嵌样式:是写在Tag里面的,内嵌样式只对所有的Tag有效。 内部样式:是写在HTML的里面的,内部样式只对所在的网页有效。 外