Difference between revisions of "Catalogue raisonné"

From Wiki
Jump to navigation Jump to search
m (todo)
 
(new book)
Line 1: Line 1:
todo
+
< [[Sample documents]]
 +
 
 +
This is an example for:
 +
* using the [http://modules.contextgarden.net/grph-downsample downsample module]
 +
* using a Lua file as database
 +
* using a CLD file as main input file for ConTeXt
 +
* using a Makefile and modes for generating different kinds of outputs
 +
* placing original text and translation side by side in two columns
 +
* placing images and captions automatically on the page
 +
 
 +
Files:
 +
* [http://pmrb.free.fr/cr/screen1.pdf example output] with 20 DPI resolution (to keep the file small)
 +
* [http://pmrb.free.fr/cr/Makefile Makefile] that calls ConTeXt with the right "--result=" argument
 +
* [http://pmrb.free.fr/cr/main.cld main.cld], the main CLD file, that gets processed by ConTeXt, all the Lua code
 +
* [http://pmrb.free.fr/cr/env.tex env.tex] style file and a bit more, all the TeX code
 +
* [http://pmrb.free.fr/cr/etchings.lua etchings.lua] the database, one entry per image
 +
 
 +
[[Category:Sample documents]]

Revision as of 23:12, 6 September 2012

< Sample documents

This is an example for:

  • using the downsample module
  • using a Lua file as database
  • using a CLD file as main input file for ConTeXt
  • using a Makefile and modes for generating different kinds of outputs
  • placing original text and translation side by side in two columns
  • placing images and captions automatically on the page

Files:

  • example output with 20 DPI resolution (to keep the file small)
  • Makefile that calls ConTeXt with the right "--result=" argument
  • main.cld, the main CLD file, that gets processed by ConTeXt, all the Lua code
  • env.tex style file and a bit more, all the TeX code
  • etchings.lua the database, one entry per image