I do NOT want parallel headers, meaning left and right header are opposite eachother. I want the left header to be lower than the right header. Is it possible to do that in Curve?
My code:
\NeedsTeXFormat{LaTeX2e}
\documentclass{curve}
%% Swedish Date
\usepackage[swedish]{babel}
\rightheader{
Kakaka 13\
50666 Barsa\
0744444444\
asdf.asdf@gmail.com
}
\leftheader{
Sparbanken\
Kalle Karlsson\
Alingsås
}
%\title{\today}
%\subtitle{\today}
\begin{document}
\makeheaders[t]
%\maketitle
\makerubric{info}
\end{document}

curveis intended for doing a curriculum vitae. Your layout reminds me of a letter. For letters, there are other document classes which will put the address in the right place for envelopes with windows. – gernot Mar 15 '21 at 13:11