Search found 4 matches

by oyvist
Mon Aug 10, 2009 7:06 pm
Forum: Fonts & Character Sets
Topic: Fourier fonts and siunitx-package
Replies: 3
Views: 3977

Re: Fourier fonts and siunitx-package

Ah. Very good. I really like siunitx, but have wondered about the upright mu--it doesn't look quite 'native' in any typeface I've seen. Is there no 'definitive' version of this letter?

As a temporary (or perhaps permanent) fix, I changed from fourier to \usepackage[utopia]{mathdesign}, which worked ...
by oyvist
Mon Aug 10, 2009 4:36 pm
Forum: Fonts & Character Sets
Topic: Fourier fonts and siunitx-package
Replies: 3
Views: 3977

Fourier fonts and siunitx-package

Hi. I am experiencing a rather bizarre problem when I use a combination of the siunitx-package and fourier fonts.

Here is some minimal code that reproduces the problem (it happens both with pdflatex and latex. I'm using Miktex 2.7 btw):

\documentclass{isblabx}

\usepackage{fourier}
\usepackage ...
by oyvist
Tue Apr 14, 2009 2:51 pm
Forum: General
Topic: Lists and loops
Replies: 4
Views: 7873

Re: Lists and loops

Thank you very much for a helpful and illuminating answer. I have not come across the datatool package before, and it, together with your example, seem to provide a very good solution to my question.

The TeXbook does not seem to be available at my local univ library. Do you know of any online ...
by oyvist
Tue Apr 14, 2009 12:19 pm
Forum: General
Topic: Lists and loops
Replies: 4
Views: 7873

Lists and loops

Hi. I have been struggling with macro programming in (La)TeX. I'm writing a class file and want to provide a command for the user that can be issued repeatedly, thereby building a list which can then be processed later.

More specifically:
I want to define a command \revision that builds a revision ...