Search found 2 matches

by slp58
Mon Aug 11, 2008 7:37 pm
Forum: Document Classes
Topic: Forcing line-spacing in the acronym package
Replies: 2
Views: 7561

Re: Forcing line-spacing in the acronym package

I tried that but unfortunately it didn't work. Ok well below is the mscThesis.cls file as I already tried and was not able to get in touch with the author.

If anyone has the time I would really appreciate it tell me how I can reduce the acronym spacing? Thanks :)
by slp58
Mon Aug 11, 2008 1:06 pm
Forum: Document Classes
Topic: Forcing line-spacing in the acronym package
Replies: 2
Views: 7561

Forcing line-spacing in the acronym package

Hi I have a document within which I'm using the acronym package (it's called from the .cls file):

\RequirePackage{acronym}
\renewcommand{\ac}[1]{%
\expandafter\ifx\csname ac@#1\endcsname\relax%
\acf{#1}%
\expandafter\gdef\csname ac@#1\endcsname{x}%
\else%
\acs{#1}%
\fi}

I don't know if it's ...