项目作者: goerz

项目描述 :
Various original reference cards (cheat sheets)
高级语言: TeX
项目地址: git://github.com/goerz/Refcards.git
创建时间: 2011-01-02T00:23:48Z
项目社区:https://github.com/goerz/Refcards

开源协议:

下载


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

Generate the refcards

To generate all refcards, run

  1. make

To return the repository to a clean state, removing all generated refcards, run

  1. make distclean

You can also remove build-artifacts (such as tex-aux files) with

  1. make clean

To collect the files for https://michaelgoerz.net/refcards/, I use

  1. 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.