All Projects → kourgeorge → Arxiv Style

kourgeorge / Arxiv Style

Licence: mit
A Latex style and template for paper preprints (based on NIPS style)

Projects that are alternatives of or similar to Arxiv Style

letter-2-reviewers-LaTeX-template
A LaTeX template to write response letters for journal revisions
Stars: ✭ 32 (-93.56%)
Mutual labels:  latex, latex-template
Focus Beamertheme
Focus: a minimalist presentation theme for LaTeX Beamer.
Stars: ✭ 263 (-47.08%)
Mutual labels:  latex, latex-template
CV-latex
latex template for CV
Stars: ✭ 19 (-96.18%)
Mutual labels:  latex, latex-template
WHUT-Bachelor
武汉理工大学本科生毕业设计(论文) LaTeX 模板 LaTeX Template for Bachelor's Degree Thesis at Wuhan University of Technology (WHUT)
Stars: ✭ 18 (-96.38%)
Mutual labels:  latex, latex-template
Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+654.53%)
Mutual labels:  latex, latex-template
cv
A LaTeX template for academic CVs
Stars: ✭ 129 (-74.04%)
Mutual labels:  latex, latex-template
sympy-paper
Repo for the paper "SymPy: symbolic computing in python"
Stars: ✭ 42 (-91.55%)
Mutual labels:  latex, paper
latex-mimore
A minimal & modern LaTeX template for reports
Stars: ✭ 26 (-94.77%)
Mutual labels:  latex, latex-template
Kaobook
A LaTeX class for books, reports or theses based on https://github.com/kenohori/thesis and https://github.com/Tufte-LaTeX/tufte-latex.
Stars: ✭ 300 (-39.64%)
Mutual labels:  latex, latex-template
Tum Thesis Latex
📔 A LaTeX template for TUM Bachelor/Master theses.
Stars: ✭ 291 (-41.45%)
Mutual labels:  latex, latex-template
latexemoji
Latex package to include emoji in Latex document
Stars: ✭ 17 (-96.58%)
Mutual labels:  latex, latex-template
Limecv
A LaTeX CV Document Class
Stars: ✭ 376 (-24.35%)
Mutual labels:  latex, latex-template
paper-template
Collection of paper latex template for several computer vision related conference.
Stars: ✭ 63 (-87.32%)
Mutual labels:  paper, latex-template
latex-beamer-teamplates
My LaTeX Beamer Templates for Daily Presentation and Documentation.
Stars: ✭ 14 (-97.18%)
Mutual labels:  latex, latex-template
usyd-beamer-theme
A Beamer theme that adheres to the University of Sydney Branding
Stars: ✭ 24 (-95.17%)
Mutual labels:  latex, latex-template
pape-rs
A Latex template to PDF generation web service written in Rust.
Stars: ✭ 69 (-86.12%)
Mutual labels:  latex, latex-template
concise-cheat-sheets
Cheat Sheets for programming languages and tools
Stars: ✭ 98 (-80.28%)
Mutual labels:  latex, latex-template
persian-latex
A Persian Latex Template that can be used in different instances such as assignments, exams, quizzes; Not suitable for long documents such as theses or project reports.
Stars: ✭ 42 (-91.55%)
Mutual labels:  latex, latex-template
Papernote
paper note, including personal comments, introduction, code etc
Stars: ✭ 268 (-46.08%)
Mutual labels:  paper, arxiv
Fduthesis
LaTeX thesis template for Fudan University
Stars: ✭ 315 (-36.62%)
Mutual labels:  latex, latex-template

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].