https://github.com/scikit-image/scikit-image-paper
https://github.com/scikit-image/scikit-image-paper
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scikit-image/scikit-image-paper
- Owner: scikit-image
- Created: 2013-06-23T17:30:28.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T18:35:15.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T12:51:53.266Z (9 months ago)
- Language: Python
- Size: 50.2 MB
- Stars: 13
- Watchers: 19
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scikit-image paper
==================
Getting started
---------------
Run ``make latex`` to build the LaTeX version of the paper, found in
``latex/skimage.pdf``. All other versions are deprecated.
Other targets are ``clean`` (remove built files) and ``view`` (open PDF with
``xdg-open``).
General Guidelines
------------------
- All figures and tables should have captions.
- License conditions on images and figures must be respected (Creative Commons,
etc.).
- Code snippets should be formatted to fit inside a single column without
overflow.
- Avoid custom LaTeX markup where possible.
Requirements
------------
- AMSmath LaTeX classes (included in most LaTeX distributions)
- `docutils` 0.8 or later (``easy_install docutils``)
- `pygments` for code highlighting (``easy_install pygments``)
- lineno.sty -- from texlive-humanities