Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Fonts problem (Score 1) 620

The main problem in exchanging document with os x / linux / windows people is the fonts. I often get document from lawyers who works on windows, I open it with my openoffice on ubuntu but some fonts (not in the msttcorefonts package) are missing and I get a kind of different document.
Software

Journal Journal: Writing OCaml extensions for Python

Blog post explaining how to write an OCaml extension for the Python interpreter. It uses a C glue code to export a OCaml function in object file and to import this in a Python C extension. Explanations, code and use example on the page.

Slashdot Top Deals

"If anything can go wrong, it will." -- Edsel Murphy

Working...