Hi Everyone,
I have an lco file I've made for Koma-script's scrlttr3 that I'd like to use in another koma class file. Changing the class and doing a recompile just to produce something results in an 'unused global option' warning for my lco reference. I've done a fair amount of googling but I can't figure out how to do this.
The end goal is to have a template which I can apply different resource files to generate a complete page; not a mail merge, think different header for multiple work positions.
Anyone have some tips?
-J
Document Classes ⇒ lco file for Koma scrartcl
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: lco file for Koma scrartcl
OK, easy fix. Dump the contents of the .lco into a text file called file.sty and remove all of the koma-specific commands. In the main .tex file use
\usepackage{file} to load the extra settings.
Viola.
\usepackage{file} to load the extra settings.
Viola.