An open API service indexing awesome lists of open source software.

https://github.com/exaexa/manurxiv

A helper manuscript styling class
https://github.com/exaexa/manurxiv

Last synced: 4 months ago
JSON representation

A helper manuscript styling class

Awesome Lists containing this project

README

          

# LaTeX class for pretty nice manuscript drafts

The class `manurxiv.cls` summarizes several adjustments and macros that I use
quite often for typesetting manuscript drafts and "publisher-agnostic" paper
versions for arxiv-style sites.

Mainly, it typesets a nice block of title, authors, affiliations and abstract,
and continues basically just as the `article` class. To start, simply copy the
`manurxiv.cls` file to your project and follow the structure of `demo.tex`.

To see the result, run:
```sh
latexmk demo
```

In the two-column version it looks like this:
![page 1 preview](page1.png)![page 2 preview](page2.png)