Howto load cff in batch mode (journal)


There are no text commands to define a custom field function (cff).
In the custom field function manage window, it is possible to save the cff as a file (.scm, scheme language file). This file can be loaded using the scheme load command:

(load "file.scm")

The above command can be placed in a journal file. Note the required use of the parenthesis and the double quotation marks. Once the .scm is loaded, the cff defined in the .scm file will be accessable via the usual postprossessing text commands.





Show Form
No comments yet. Be the first to add a comment!