On Mon, 25 Sep 2017, Rich Shepard wrote:
In the document's preamble is: \firsthead{\centering\usekomavar{fromlogo}\hspace*{8cm}} \ihead{\usekomavar{toname}\\% I'm not sure how to change these to define a smaller head of first page.
The KOMA-script 2013 doc says this: \usekomavar[command ]{name } \usekomavar*[command ]{name } In some cases it is necessary for the user to access the content or the description of a variable and not to leave this only up to the class. This is specially important when you have defined a variable which is not added to the reference fields line. Using the command \usekomavar you have access to the content of the variable name , whereas the starred version \usekomavar* allows you to access the description or title. In section 21.2, page 371 you may find mor information about defining variable on your own. But this gives me no idea what to change to make the logo fit the page. Rich