https://github.com/btbytes/typesetting
Templates and stuff for typesetting using TeX, ConTeXt and friends.
https://github.com/btbytes/typesetting
Last synced: about 1 year ago
JSON representation
Templates and stuff for typesetting using TeX, ConTeXt and friends.
- Host: GitHub
- URL: https://github.com/btbytes/typesetting
- Owner: btbytes
- Created: 2010-10-23T15:34:45.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T01:56:11.000Z (about 12 years ago)
- Last Synced: 2025-03-25T03:53:37.484Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 277 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This is a repository of useful layout templates for typesetting using
ConTeXt.
## markdown2pdf/lesspaper-ltr.tex
This template gives you a [ConTeXt](http://wiki.contextgarden.net) template that works with John MacFarlane's
excellent `pandoc` utility.
The goal of this template is to use less paper. I did this by reducing margins
to acceptable limits. The printed paper has enough margins to allow for spiral
binding using the standard multi-hole punch, when printed on both sides.
The font size is 10pt, which is big enough to read.
I made this template because I don't like to waste paper, but I do love reading
long documents on paper.
To see this template in action, run `markdown2pdf/bstringlib.sh` to download
the documentation for the [bstrlib](http://bstring.sourceforge.net) C library, convert it to suitable markdown
format and in turn convert into a print ready PDF using `markdown2pdf`.
## Resources
+ +See also [typesetter-css](https://gitorious.org/typesetter-css).