Slashdot Mirror


Norway Moves Towards Mandatory Use of ODF and PDF

Andy Updegrove writes "Norway has become the latest European country to move closer to mandatory government use of ODF (and PDF). According to a press release provided in translation to me by an authoritative source, Norway now joins Belgium, Finland, and France (among other nations) in moving towards a final decision to require such use. The Norwegian recommendation was revealed by Minister of Renewal Heidi Grande Roys, on behalf of the Cabinet-appointed Norwegian Standards Council. If adopted, it would require all government agencies and services to use these two formats, and would permit other formats (such as OOXML) to be used only in a redundant capacity.Reflecting a pragmatic approach to the continuing consideration of OOXML by ISO/IEC JTC 1, the recommendation calls for Norway to 'promote the convergence of the ODF and OOXML, in order to avoid having two standards covering the same usage.' According to the press release, the recommendation will be the subject of open hearings, with opinions to be rendered to the Cabinet before August 20 this summer.The Cabinet would then make its own (and in this case binding) recommendation to the Norwegian government."

1 of 202 comments (clear)

  1. Re:So why not just LaTeX? by hankwang · · Score: 4, Interesting

    You may not realize this, but TeX (like PostScript) is a Turing complete language, complete with branches and loops

    Unfortunately, TeX's Turing-completeness is implemented as a macro-expansion language. I use LaTeX for everything that's more than one page, and it is nice that I can still handle 15-year-old documents (except for the images which were tied to the emTeX printer drivers...), but it really sucks to change the layout because it is all in an almost-unstructured mess of macro expansions. Variable scoping rules are weird, you're restricted to max 255 counter variables, it can't do true floating-point arithmetic, and so on. In practice, you're dependent on packages written by TeX gurus, that often don't cooperate with each other.

    It's time for a successor to (La)TeX. It's great what TeX can do given that it was originally designed to run on 1982-era hardware, but now we could use something that has less obscure internals so that mere mortals can extend its functionality. And the successor could have things like native unicode support, elegant interfacing with type-1 and truetype fonts, left-to-right and up-down scripts, and so on.