From d688506625c8cb0869a6192be00219f8c7ea2c3d Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Thu, 17 Jan 2013 22:34:58 +0100 Subject: [PATCH] Die Config um Latex-Einstellungen erweitert. --- config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index f037046..bbe0c3d 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,7 @@ exports.url = { method: 'GET' }; -exports.publishers = ['mail','identica']; +exports.publishers = ['mail','latex']; exports.mail = { mda: 'sendmail' // smtp is also possible @@ -21,3 +21,8 @@ exports.mail = { ,to: '' } } + +exports.latex = { + output: '' + ,templates: ['kulturprogramm-ks'] +} \ No newline at end of file