Hello,

I want to use the customisation facilities of skribilo to control context output.

Having read the relevant parts of the documentation I created a file with these contents:

(engine-custom-set! context-engine document-style "manuscript")

(document :title [Hello World!]
   :html-title [Hello World Example]

   [This is a very simple text.])

Attempting to compile I get:

$ skribilo -t context -o hello.tex hello.skb
Backtrace:
In unknown file:
   ?: 0* [#<procedure #f ()>]
   ?: 1* [eval # #]
In hello.skb:
   1: 2* (engine-custom-set! context-engine document-style "manuscript")

hello.skb:1:1: In expression (engine-custom-set! context-engine document-style ...):
hello.skb:1:1: Unbound variable: engine-custom-set!

What am I doing wrong?

Thanks,
Roger

--
Roger Mason
Dept. of Earth Sciences
Memorial University of Newfoundland
St. John's, NL, Canada A1B 3X5
(709) 864-4385


This electronic communication is governed by the terms and conditions at
http://www.mun.ca/cc/policies/electronic_communications_disclaimer_2012.php

_______________________________________________
Skribilo-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/skribilo-users

Reply via email to