Document Classes[Koma] fromalign: left and right

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Vogg
Posts: 1
Joined: Tue Sep 06, 2011 2:22 pm

[Koma] fromalign: left and right

Post by Vogg »

I already looked for a solution of my problem on the Internet, but did not find anything. I use scrlttr2-letter with KOMA script. (Template)

Code: Select all

\KOMAoptions{%
 fromalign=left,
 fromrule=afteraddress,
 fromphone=true,
 fromemail=true,
 fromurl=false,
 foldmarks=false,
 backaddress=true,
 addrfield=true,
 enlargefirstpage=false
}
Everthing works fine, but I would like to put the name and the adress on the left side of the heading and the email and phone on the right side. Has anyone an idea how to solve this?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

[Koma] fromalign: left and right

Post by localghost »

You can only separate these data by creating your own letter head.

Code: Select all

\firsthead{%
% head content
}
For details refer to Chapter 6 of the KOMA Script user guide.


Best regards and welcome to the board
Thorsten
Post Reply