You are not logged in Log in Join
You are here: Home » Members » kelcmab3

Log in
Name

Password

 

Marian Kelc

Hello there! I am Marian Kelc and this is my page at zope.org and I recently started to work with Zope. In this work I've developed some extension for my own use - but maybe, they're useful for others, too! Beside this I figured out some nice thingys in Zope and I will soon make some How-To's available here - just to contribute to the many How-to's that are available here (I found them very helpful :-)

Products of mine

Ok - here are some Products that I generated for my own Page

  • DTMLTeX - is simply a DTML-Method that makes a latex-run on its content and return a postscript file for download. So your really need to have latex installed. The Extension assumes the binaries in /usr/bin/latex and /usr/bin/dvips. Further it adds a method "create_temp()" to the File-Class. So you can insert File classes for example with eps-contents to be included in your latex file. Consider "\epsfig{file=dtml-var "file.create_temp()">...": here the dtml-var tag will create a temporary File with the contents of the file-object and insert the temporary name of this file. After a Timeout of 60 seconds, the file will be erased from the /tmp folder. You could expand the timeout with calling "create_temp( seconds )". This works un Unices with latex installed properly only!   download