Skip to content

imagingearth/scikit-image-paper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.6%
  • TeX 30.3%
  • Other 0.1%