Document Classeslco file for Koma scrartcl

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
verbunk
Posts: 18
Joined: Fri Nov 14, 2008 10:48 pm

lco file for Koma scrartcl

Post by verbunk »

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

Recommended reading 2024:

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

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

verbunk
Posts: 18
Joined: Fri Nov 14, 2008 10:48 pm

Re: lco file for Koma scrartcl

Post by verbunk »

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.
Post Reply