Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I can't find in the documentation anything about how to make a subject in a newlfm style letter. What I would like is something like the following.

Överklagande av Skatteverkets beslut om tilläggstaxering,
dnr 15-2008/0057

Jag vill överklaga Skatteverkets beslut om ...

share|improve this question

1 Answer

Haha! I found a way to make this work. It's an ugly solution though.

In the file "newlfm.cls" i made the following changes:

  • In line 426 I changed \PhrRegard{Regarding} to \PhrRegard{}
  • In line 1412 I removed the : from {\@regard@phr: \@regard@line}{}

In my .tex-file I wrote "\regarding{\textbf{Överklagande av Skatteverkets beslut om tilläggstaxering,\\dnr 15-2008/0057}}".

And it works!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.