The [arXiv](http://arxiv.org) is a repository for preprints of papers produced (almost exclusively) in TeX, (almost exclusively) in math and physics.

learn more… | top users | synonyms

27
votes
3answers
1k views

Adobe Garamond and LaTeX (Linux)

I'm currently writing a math-heavy Ph.D. thesis (more about this in a minute) and, as I truly love Adobe Garamond, I would like to use it. However, given its cost, I would like to make sure that I ...
6
votes
2answers
182 views

Put additional information on the final PDF, like arxiv.org does

For a wiki site dedicated to collaborative editing of lecture notes in full LaTeX documents, I’d like to add a box with meta-information onto the first page of the resulting PDF file – this is ...
2
votes
1answer
180 views

submitting to arxiv with garamond

When I read this http://arxiv.org/help/faq/freefonts I assumed I could just use the mathdesign package with the urw-garamond option and it would work. Unfortunately this is not the case - silly me. ...
2
votes
1answer
1k views

What should BibTeX for arXiv entries look like?

The tool I'm using to manage references (Papers for OS X) doesn't seem to be capable of properly exporting arXiv entries for use with BibLaTeX. What is the correct BibLaTeX format for an arXiv entry? ...
1
vote
1answer
283 views

BibTeX with Diplomarbeit and Eprint

I found it a bit challenging to write a bibliography with Diplomarbeit and Eprints. From looking in http://arxiv.org I would need to use their bst style, which I don't know how to install local and ...
10
votes
3answers
305 views

Automatically look up arXiv reference information

Does any editor or *TeX front-end provide the following feature? Given an arXiv preprint number, say 1234.5678, automatically produce the relevant bibtex entry. This could be done for instance by ...
1
vote
1answer
174 views

Is there software similar to the arXiv.org AutoTeX?

I was wondering, does software similar to the arXiv AutoTeX exist, or is AutoTeX is available somewhere?
5
votes
1answer
443 views

Producing arXiv-submittable documents with figures using plain TeX

I am proficient with TeX but have never used LaTeX and would prefer not to learn it - though perhaps that preference is the sole source of my difficulties. I am trying to figure out how to produce ...
18
votes
3answers
1k views

Arxiv.org: remove borders around hyperlinks

The answers to this question already explain how to remove the borders around hyperlinks. However, if I submit a manuscript to Arxiv.org, it seems that their system somehow manages to override the ...
7
votes
3answers
892 views

Biblatex: submitting to the arXiv

I am trying to submit a LaTeX file to the arXiv which uses biblatex. However, it fails whatever I do. I first get the message biblatex.sty is not found I have tried including (all from TeXLive ...
7
votes
5answers
1k views

watermark on first page in left margin (like arXiv)

The first page of articles on the arXiv have a grey watermark on the first page with the information about the file in it. I want to replicate this, in the easiest way possible. Obligatory TikZ ...
14
votes
5answers
13k views

How to cite an article from Arxiv using bibtex

This is a question about how to use bibtex to cite a preprint from Arxiv. Suppose I have: @ARTICLE{BM:1999, AUTHOR = {First, Author AND Second, Author}, TITLE = {The title of this article}, ...
12
votes
4answers
696 views

getting the arXiv to produce a pdf with embedded fonts

I've produced a .tex file using the pstricks package for figures and the Times font (via the mathptmx package). When the arXiv compiles this to a .pdf file it doesn't seem to have the necessary fonts ...
3
votes
1answer
192 views

is there an unlog.sh script for pdflatex?

I'm tired of manually creating the tarfiles I need for uploading articles to the arxiv. The process involves creating a tarfile of all the (non-standard) source files. So naturally it needs the .tex ...