Skip to content
Snippets Groups Projects
Commit 19ffa4a7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[verein.git] Creates first material and LaTeX stuff.

parent 176044d1
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
\RequirePackage{ifpdf} \RequirePackage{ifpdf}
\RequirePackage{aeguill} \RequirePackage{aeguill}
\RequirePackage[shortcuts]{extdash} \RequirePackage[shortcuts]{extdash}
\RequirePackage[margin=2cm]{geometry} \RequirePackage[margin=2cm,bottom=2cm,footskip=8mm]{geometry}
\RequirePackage{framed} \RequirePackage{framed}
\ifpdf \RequirePackage[pdftex]{hyperref} \ifpdf \RequirePackage[pdftex]{hyperref}
\else \RequirePackage[dvips,dviwindo,hypertex]{hyperref} \fi \else \RequirePackage[dvips,dviwindo,hypertex]{hyperref} \fi
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
\RequirePackage{pxfonts} \RequirePackage{pxfonts}
\renewcommand{\familydefault}{\sfdefault} \renewcommand{\familydefault}{\sfdefault}
\setlength{\parskip}{0.3cm}
\setlength{\parindent}{0cm}
%% Alias für die Teckids-Logo-Grafik %% Alias für die Teckids-Logo-Grafik
\newcommand{\teckidslogo}[1][10cm]{\includegraphics[width=#1]{teckids_logo}} \newcommand{\teckidslogo}[1][10cm]{\includegraphics[width=#1]{teckids_logo}}
......
% Teckids e.V. - Dokumentklasse für Unterrichtsmaterial
%-
% Copyright © 2013
% Dominik George <nik@naturalnet.de>
%
% Provided that these terms and disclaimer and all copyright notices
% are retained or reproduced in an accompanying document, permission
% is granted to deal in this work without restriction, including un‐
% limited rights to use, publicly perform, distribute, sell, modify,
% merge, give away, or sublicence.
%
% This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to
% the utmost extent permitted by applicable law, neither express nor
% implied; without malicious intent or gross negligence. In no event
% may a licensor, author or contributor be held liable for indirect,
% direct, other damage, loss, or other issues arising in any way out
% of dealing in the work, even if advised of the possibility of such
% damage or existence of a defect, except proven that it results out
% of said person's immediate fault when using the work as intended.
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{teckidspubmat}
\PassOptionsToPackage{paper=a4}{typearea}
\LoadClass{scrartcl}
\RequirePackage{teckids}
\RequirePackage[automark]{scrpage2}
\pagestyle{scrheadings}
\clearscrheadings
\clearscrplain
\lohead{\headmark}
\rohead{\today}
\lofoot{\includegraphics[width=3cm]{cc-by-sa}}
\cofoot{\footnotesize
Lizenziert unter einer Creative Commons Namensnennung - \\
Weitergabe unter gleichen Bedingungen 3.0 Deutschland Lizenz.}
\rofoot{\teckidslogo[3cm]{}}
\newcommand{\teckidspubmat}[1]{\lohead{\Large #1}}
\newcommand{\teckidspubmatnamegroup}{\vspace{2cm}Name: \line(1,0){200}\hfill{}Klasse: \line(1,0){50}\hfill{}Gruppe: \line(1,0){50}\vspace{1cm}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment