Scheme code for formatting physical quantities according to SI conventions

I have placed in https://github.com/pireddag/SIunits my first attempt.
At the moment I would do only the necessary improvements to make it functional (i.e. typesets right), as I would like to work on another project (the one I started time ago on formatting references).

I notice the comments in your Scheme code should use double semi-colon ;; if occupying a singleline. Otherwise, it will indent a lot automatically by editors such as emacs.

:grinning:

Many thanks for the information, I am going to correct it. In fact I was wondering why the indentation!

I improved it a bit, using the right number of semi-colons now :slight_smile: Thanks again!

In this version, each unit of a compound unit can be entered in a separate argument. The link is

The documentation is in the doc folder.

G.

1 Like