Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1008 Bytes

File metadata and controls

51 lines (32 loc) · 1008 Bytes

Cheat sheets for Kokkos

This repository contains printable cheat-sheets for Kokkos, typed in LaTeX.

Requirements

  • PDFLatex (from at least texlive-latex-extra);
  • Python 3; and
  • Pygments.

Local dependencies

The syntax highlight uses a custom theme that must be installed with:

pip install .
Note that you should use a virtual env to install it.
virtualenv --python python<x.y> $PWD/venv
source venv/bin/activate
pip install .

with <x.y> the version of Python. Note you have to source each time you want to use it.

If you cannot install this dependency, you may not be able to build the document. To circumvent this, you can remove the kokkoshighlight class option in LaTeX files.

Build

Build all documents with:

make

Resources