Questions and Comments

If you have any, feel free to put them here. If you expect (quick) answers, better mail to mail@joachim-breitner.de.

cgi-edit.py

Ummm...hab alles hingekriegt, leider lässt sich nicht editieren. d.h. "Commit chnages" hat nichts getan! here some log:

Traceback (most recent call last):

 File "./latexki/cgi-edit.py", line 322, in <module>
   main()
 File "./latexki/cgi-edit.py", line 51, in main
   self_uri = os.environ.get('SCRIPT_NAME') + os.environ.get('PATH_INFO','')

TypeError (new): unsupported operand type(s) for +: 'NoneType (new)' and 'str'

seems like that python can't get any environment parameters...:(, though HTTP_LATEXKI_REPOS is set correctly, coz i can check this with perl-cgi routine. any hint?

-- No idea from here. Feel free to contact me by mail and we can discuss this.


sieht gut aus... werde mir mal das haskell zeug anschauen :)

Vielleicht könnte man die Software auf wikimatrix.org eintragen. Dann hätte man mehr Aufmerksamkeit und vielleicht auch Helfer. Ich habe selbst aber leider momentan keine Zeit mich einzuarbeiten. Ich finde das Projekt aber klasse und sehr hilfreich. -- JonnyJD (new)

Blubb

Das ist ein Test. Lorem Ipsum. Das ist ein \TeX (new) - Test, mal schauen, was passiert

-- This seems to be very close to what I was looking for. I'm going to try to install it and let you know where I get stuck. (Allard P. Mosk, U. of Twente, The Netherlands, 19 NOV 2007)

-- Hi, I found a small problem -- Internet Explorer doesn't know when to reload the page. Turning off the cache is not very convenient. Is there any way for the server to tell browsers not to cache Latexi's pages and documents? (APM)

Reply: There is, but I don’t know if I should disabling caching completely. It’s on my todo list, just not high priority. Shift-Reload usually helps. And sorry for the late reply, faster answers by e-Mail.

-- Did anyone try LaTex (new) with eps or png pictures on this? I would like to know if it can be done. (APM)

Running

How does one compile this? I did a 'svn co svn://svn.nomeata.de/latexki', and then inside 'latexki' I did 'ghc --make latexki.hs' - but this leads to a compile error: "Latex.hs:1:0: file name does not match module name `Main'".

This makes sense because [Latex] is nonsense: '\begin{eqnarray*} i_w\cdot\psi_v\cdot N_w&=&\psi_w\cdot i_w\cdot N_w\\ &=&\psi_w\cdot i_w\cdot\sum_{\sigma\in G_w}\sigma\\ &=&\psi_w\cdot\sum_{\sigma\in G_w}\sigma\\ &=& i_w\cdot N_w\cdot\psi_w. \end{eqnarray*}'

Right, someone messaed around with that. I reverted to the old version, please try again.