summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-17 22:43:26 +0000
committerKarl Berry <karl@freefriends.org>2015-07-17 22:43:26 +0000
commit2eb68739e4e9efd16a86725579bcbda3e55157e7 (patch)
tree8f23ae390d19e35226baf83a7d691ebcebcaa1f5 /Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls
parenta17606657e2dea8bdb1e19a5faf8e67742a3b4be (diff)
bewerbung (14jul15)
git-svn-id: svn://tug.org/texlive/trunk@37880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls')
-rw-r--r--Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls15
1 files changed, 4 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls b/Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls
index 0273a1ad42f..3a9d3ca90f1 100644
--- a/Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls
+++ b/Master/texmf-dist/tex/latex/bewerbung/argetabelle.cls
@@ -7,7 +7,7 @@
%% bewerbung.dtx (with options: `argetabelle.cls,package')
%%
%% bewerbung.dtx
-%% Copyright 2015-07-11:22:31:21 -- Version 1.0 André Hilbig, mail@andrehilbig.de
+%% Copyright 2015-07-14:14:18:49 -- Version 1.1 André Hilbig, mail@andrehilbig.de
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -38,23 +38,16 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-%%lebenslaufStyle=classic,
%% zusätzliche
%% Farbdefinitionen:
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesClass{argetabelle}[2015/07/08 v0.1 %
+\ProvidesClass{argetabelle}[2015/07/14 v1.1 %
Klasse zur automatisierten Erstellen von Tabellen %
zur Dokumentation der eigenen Bewerbungsversuche]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}}
\ProcessOptions\relax
\LoadClass[]{scrartcl}
-\RequirePackage[utf8]{inputenc}
-\RequirePackage[T1]{fontenc}
-\RequirePackage[ngerman]{babel}
-\RequirePackage[T1]{fontenc}
-\RequirePackage[utf8]{inputenc}
\RequirePackage{marvosym}
-\RequirePackage[babel,german=guillemets]{csquotes}
\RequirePackage[%
left=1cm, %
top=2.5cm, %
@@ -76,11 +69,11 @@ right=1cm %
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}}
\RequirePackage{bewerbung}
-\AtBeginDocument{
+\AtBeginDocument{%
\InputIfFileExists{config.inc}{}{%
\@latex@warning@no@line{%
Achtung die Datei config.inc ist nicht lesbar.}%
-}
+} %
}
\endinput
%%