release 3.43
prepared for release 3.43
prepared for release 3.43
prepared for release 3.43
change entry fixed
test updated
support for \float@listhead and \float@addtolists conditionally removed
There is also a workaround for this issue: \documentclass{scrlttr2} \setkomavar{firsthead}{First Head} \setkomavar{firstfoot}{First Foot} \setkomavar{fromname}{Me} \setkomavar{fromaddress}{Here} \KOMAoptions{fromalign=false} \begin{document} \begin{letter}{Your\\There} \opening{Hello You,} Test \closing{Bye} \end{letter} \end{document} You can set the option also at \documentclass resp. when loading package scrletter. I've shown here the version using \KOMAoptions, because \setkomavar{firsthead}{…}...