Lars Friedrich wrote:
[snip]
I also tried the .pdf-export. I also attached the result. Unfortunately
all code is in one line.

I can't comment on tex output, but I did some work on the PDF exporter. I'm not exactly clear what you are reporting on the PDF exporter, because you did not say what has failed or whether it worked or not. test.pdf failed to open on my machine because your locale settings uses comma as the decimal point separator. If it worked on your machine, this might not be portable.

Hence, happens because of locale: 0 -10.8 TD -> 0 -10,8 TD

and it failed to load on my Acrobat Reader 7.0.

However, the PDF exporter formatting looking at what I exported from test.py looks alright to me, on Courier, that is. Use the Helvetica setting only if proportional fonts is okay to you. Proportional fonts also do not have line wrapping -- that is too complex to put into SciTE.

The locale-dependent bit is Exporters.cxx [1009]:

        sprintf(buffer, "0 -%.1f TD\n", leading);

Does anyone on the list have a good way to fix this?

--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to