LaTeX Reference Card Creator Code
A Makefile based build system for creating LaTeX reference cards
Brought to you by:
abradford
File | Date | Author | Commit |
---|---|---|---|
doc | 2020-03-10 |
![]() |
[bd6533] Removed bad website reference. |
images | 2020-03-10 |
![]() |
[a226c1] Added Git tracking for .eps files. |
.gitignore | 2020-03-10 |
![]() |
[a226c1] Added Git tracking for .eps files. |
COPYING | 2015-10-31 |
![]() |
[38d40c] Initial commit |
ChangeLog | 2019-04-08 |
![]() |
[265de7] Minor name changes. |
Makefile | 2020-03-10 |
![]() |
[79fcbb] Generate .pdf first. |
README | 2019-04-08 |
![]() |
[4cd41d] Removed reference to 'make website'. |
ReferenceCard.tex | 2020-03-10 |
![]() |
[bd6533] Removed bad website reference. |
configure | 2019-04-08 |
![]() |
[265de7] Minor name changes. |
The shell script './configure' gives system specific instructions on packages needed for LaTeX Reference Card Creator. From a LaTeX source build PDF, TeX DVI, DjVu and PostScript reference cards. Type 'make' on the command line to build the reference cards. Type 'make pdf' to build the pdf reference card. Type 'make djvu' to build the Djvu reference card. Type 'make dvi' to build the dvi reference card. Type 'make ps' to build the PostScript reference card. Type 'make dvipdfm' create PDF with dvipdfm. Type 'make pdflatex' create PDF with pdflatex. Type 'make text' to build a plain text file of the reference card content. Type 'make html' use htlatex to generate HTML. Type 'make html2' use latex2html to generate HTML. Type 'make spelling' to spell check. Type 'make style' to style analyze. Type 'make diction' to diction analyze. Type 'make linkchecker' to search reference card for dead links. Type 'make zip' make zip file of all output formats. Type 'make distclean ; make dist' to create LaTeXreferenceCard-1.0.tar.gz source distribution. See documentation in doc/ directory. Type 'cd doc ; make' to build documentation.