Borys Bradel's Blog

A solution to a possible problem when setspace is used in LaTeX

Tags: latex April 16, 2009    

I have recently run into a problem where a weird error appeared when I tried to use a command from the setspace package. The error said something about \@currsize. The problem arises due to using an incorrectly setting up fonts, probably in the class.

The quick and dirty workaround is to define \@currsize using three lines:

\makeatletter

\let\@currsize\normalsize

\makeatother

This tip is from this post on A better yodeling contest.

One note, setting a spacing of 1.0 is different from not setting any spacing whatsoever. Go figure.

Copyright © 2009 Borys Bradel. All rights reserved. This post is only my possibly incorrect opinion.

Previous Next