Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goerz/Refcards
Various original reference cards (cheat sheets)
https://github.com/goerz/Refcards
fortran latex periodic-table perl physics python refcard reference tex tikz vim
Last synced: 3 months ago
JSON representation
Various original reference cards (cheat sheets)
- Host: GitHub
- URL: https://github.com/goerz/Refcards
- Owner: goerz
- Created: 2011-01-02T00:23:48.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T05:44:32.000Z (almost 5 years ago)
- Last Synced: 2024-05-15T14:03:26.137Z (6 months ago)
- Topics: fortran, latex, periodic-table, perl, physics, python, refcard, reference, tex, tikz, vim
- Language: TeX
- Homepage: https://michaelgoerz.net/refcards/
- Size: 9.59 MB
- Stars: 72
- Watchers: 3
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Refcards
This repository contains the sources for various of my Reference Cards / Cheat
Sheets, available at https://michaelgoerz.net/refcards/.Mostly, these are in LaTeX or Plain TeX (possibly generated through a Python
script), although some of the older refcards were written in Open Office (before
I wised up to the fact that text processors are not suitable for tightly
typeset documents that you still want to be able to reproduce ten years later).## Prerequisites
* Full LaTeX installation ([texlive 2018](https://www.tug.org/texlive/) should do)
* [Python >= 3.5](https://www.anaconda.com/download/) with [numpy](https://numpy.org), [pandas](https://pandas.pydata.org), [click](https://click.palletsprojects.com/) packages installed.
* [Open Office](https://www.libreoffice.org) for *.odt files
* gnu make (macOS: `xcode-select --install`)
* [ImageMagick](http://www.imagemagick.org/script/index.php) (macOS: `brew install imagemagick`)## Generate the refcards
To generate *all* refcards, run
make
To return the repository to a clean state, removing all generated refcards, run
make distclean
You can also remove build-artifacts (such as tex-aux files) with
make clean
To collect the files for https://michaelgoerz.net/refcards/, I use
make collect
If you only want to generate a particular refcard, you can also run
`make`/`make clean`/`make distclean` from within the folder for that refcard.