diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/DINmtext.lco')
-rw-r--r-- | Master/texmf-dist/tex/latex/koma-script/DINmtext.lco | 115 |
1 files changed, 63 insertions, 52 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/DINmtext.lco b/Master/texmf-dist/tex/latex/koma-script/DINmtext.lco index 25271a13d2b..e014d075779 100644 --- a/Master/texmf-dist/tex/latex/koma-script/DINmtext.lco +++ b/Master/texmf-dist/tex/latex/koma-script/DINmtext.lco @@ -4,66 +4,68 @@ %% %% The original source files were: %% -%% scrclass.dtx (with options: `lco,DINmoretext') +%% scrklco.dtx (with options: `lco,DINmoretext,head') +%% scrklco.dtx (with options: `lco,DINmoretext,body') +%% scrlogo.dtx (with options: `logo') %% -%% Copyright (C) 1994-2004 Markus Kohm. +%% Copyright (c) 1994-2006 +%% Markus Kohm and any individual authors listed elsewhere in this file. %% -%% All rights reserved. For further copyright information see the file -%% LEGAL.TXT or LEGALDE.TXT. +%% This file was generated from file(s) of the KOMA-Script bundle. +%% --------------------------------------------------------------- %% -%% This file is part of the LaTeX2e KOMA-Script bundle. -%% ---------------------------------------------------- +%% It may be distributed under the conditions of the +%% LaTeX Project Public License in the version distributed together +%% with KOMA-Script, see file `lppl.txt' or `lppl-de.txt'. %% -%% The KOMA-Script bundle bases on the Script-family created by -%% Frank Neukam 1993 and the standard documents classes created -%% by the LaTeX3-Team 1994-1996. -%% ------------------------------------------------------------------------ +%% This file may only be distributed together with a copy of the +%% KOMA-Script bundle. You may however distribute the +%% KOMA-Script bundle without all such generated files. See also +%% `lppl.txt' or `lppl-de.txt' for additional information. %% -%% This system is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% The list of files belonging to KOMA-Script distribution is given in +%% the file `manifest.txt'. See also `lppl.txt' or `lppl-de.txt' for +%% additional information. %% +%% If this file is a beta version, you are not allowed to distribute it. %% -%% IMPORTANT NOTICE: +%% English and German manuals are part of KOMA-Script bundle. +%% ---------------------------------------------------------- %% -%% For error reports in case of UNCHANGED versions see documentation. +%% See `README'. %% -%% Please do not request updates from us directly. Distribution is -%% done through Mail-Servers, Mailboxes and TeX organizations. -%% -%% You are not allowed to change this file. -%% -%% You are allowed to distribute this file under the condition that -%% it is distributed together with all files mentioned in readme.txt -%% and liesmich.txt. See LEGAL.TXT or LEGALDE.TXT for further -%% information. -%% -%% If you receive only some of these files from someone, complain! -%% -%% You are NOT ALLOWED to distribute this file alone. +%% The KOMA-Script bundle (but maybe not this file) was based upon the +%% LaTeX2.09 Script family created by Frank Neukam 1993 and the LaTeX2e +%% standard classes created by The LaTeX3 Project 1994-1996. %% +%%% From File: scrklco.dtx \ProvidesFile{% - DINmtext% - .lco} - [2004/09/16 v2.9t LaTeX2e KOMA - letter-class-option] -\@ifundefined{scr@fromname@var}{% - \GenericWarning{(% DINmtext% - .lco)\@spaces\@spaces\@spaces\@spaces\@spaces\@spaces}{% - Letter-class-option - DINmtext - Warning:\space - This letter class option file was made only\MessageBreak - to be used with KOMA-Script letter class\MessageBreak - `scrlttr2'. Use with other classes may result\MessageBreak - in a lot of errors\@gobble - } + .lco}[\KOMAScriptVersion\space letter-class-option] +\providecommand*\LCOWarningNoLine[2]{% + \LCOWarning{#1}{#2\@gobble}% +} +\providecommand*\LCOWarning[2]{% + \GenericWarning{% + (#1)\@spaces\@spaces\@spaces\@spaces\@spaces\@spaces\@spaces + }{% + Letter class option #1 Warning: #2% + }% +} +%%% From File: scrklco.dtx +\@ifundefined{scr@fromname@var}{% + \LCOWarningNoLine{% + DINmtext% + }{% + This letter class option file was made only\MessageBreak + to be used with KOMA-Script letter class\MessageBreak + `scrlttr2'. Use with other classes may result\MessageBreak + in a lot of errors% + }% }{} \LetterOptionNeedsPapersize{% DINmtext% - } - {a4} +}{a4} \@setplength{foldmarkhpos}{3.5mm} \@setplength{tfoldmarkvpos}{87mm} \@setplength{bfoldmarkvpos}{192mm} @@ -86,12 +88,17 @@ \@addtoplength[2]{firstheadwidth}{\useplength{toaddrhpos}} \fi \@setplength{firstfootwidth}{\useplength{firstheadwidth}} -\@setplength{firstfootvpos}{1in} -\@addtoplength{firstfootvpos}{\topmargin} -\@addtoplength{firstfootvpos}{\headheight} -\@addtoplength{firstfootvpos}{\headsep} -\@addtoplength{firstfootvpos}{\textheight} -\@addtoplength{firstfootvpos}{\footskip} +\ifnum \scr@compatibility >\@nameuse{scr@v@2.9t}\relax + \@setplength{firstfootvpos}{\paperheight} + \@addtoplength{firstfootvpos}{-16mm} +\else + \@setplength{firstfootvpos}{1in} + \@addtoplength{firstfootvpos}{\topmargin} + \@addtoplength{firstfootvpos}{\headheight} + \@addtoplength{firstfootvpos}{\headsep} + \@addtoplength{firstfootvpos}{\textheight} + \@addtoplength{firstfootvpos}{\footskip} +\fi \@setplength{refwidth}{0pt} \@setplength{sigindent}{0mm} \@setplength{sigbeforevskip}{2\baselineskip} @@ -106,12 +113,16 @@ }% }% \ifkomavarempty{fromaddress}{}{% - \def\\{,\ \@ogobble} + \def\\{,\ \@ogobble}% \ignorespaces\usekomavar{fromaddress}% }% }% }% } +%%% From File: scrlogo.dtx +\@ifundefined{KOMAScript}{% + \DeclareRobustCommand{\KOMAScript}{\textsf{K\kern.05em O\kern.05em% + M\kern.05em A\kern.1em-\kern.1em Script}}}{} \endinput %% %% End of file `DINmtext.lco'. |