https://github.com/chubek/postscript-dossier
A dossier on the PostScript language
https://github.com/chubek/postscript-dossier
adobe-postscript awk documentation dossier make markdown page-description-language pdf-document perl postscript shell
Last synced: 5 months ago
JSON representation
A dossier on the PostScript language
- Host: GitHub
- URL: https://github.com/chubek/postscript-dossier
- Owner: Chubek
- License: unlicense
- Created: 2024-05-04T06:03:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-04T06:03:44.000Z (over 1 year ago)
- Last Synced: 2025-07-13T08:46:19.975Z (6 months ago)
- Topics: adobe-postscript, awk, documentation, dossier, make, markdown, page-description-language, pdf-document, perl, postscript, shell
- Language: M4
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Dossier of PostScript
## By Chubak Bidpaa
This repository contains Markdown documents that cover various aspects of PostScript.
With GNU m4, you can compile it all into one single Markdown document:
```
make markdown
```
However, if you install the venerible Pandoc:
```
# Joe Q. LinuxUser (aka me):
sudo apt install pandoc
# Fedor-tippers:
sudo dnf install pandoc
# Rich people of old money:
sudo yum install epel-release
sudo yum install pandoc
# The noveu-riche:
sudo dnf install pandoc
# Autistic people people:
sudo pacman -S pandoc
# Octagenarians:
sudo zypper install pandoc
# REALLY rich people:
brew install pandoc
```
After that:
```
make pdf
make html
make latex
```
Really you can use Pandoc to convert it to anything (except PostScript, but you can convert the PDF to PS using `a2ps` or `pdf2ps`).
Enjoy.
PS (hehe, get it?): See [postscript-manpages](https://github.com/Chubek/postscript-manpages)