Skip to content
Snippets Groups Projects
teckidsfdanleitung.sty 2.19 KiB
% -*- mode: tex -*-
%-
% Copyright © 2018
%	mirabilos <thorsten.glaser@teckids.org>
%
% 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}%
\ProvidesPackage{teckidsfdanleitung}[2018/02/18 2.0 Freedroidz-Bauanleitungsmakros]%
\RequirePackage{marginnote}%

% From Bernd Raichle via http://www.gust.org.pl/projects/pearls/2006p/index_html
\def\tbifdef#1#2#3{%
 \begingroup \expandafter \endgroup \expandafter%
 \ifx\csname#1\endcsname\undefined#3\else#2\fi%
}%

\geometry{includemp,marginparwidth=1cm}%
\setlength{\fboxsep}{2ex}%

\newcommand{\tkFdAnlPrefix}{}%
\newcommand{\tkFdAnlParts}{}%
\newcommand{\tkFdAnlPostfix}{}%
\newcommand{\leoPrefix}[1]{%
 \renewcommand{\tkFdAnlPrefix}{#1}%
}%
\newcommand{\leoParts}[1]{%
 \renewcommand{\tkFdAnlParts}{#1}%
}%
\newcommand{\leoPostfix}[1]{%
 \renewcommand{\tkFdAnlPostfix}{#1}%
}%

\newcommand{\leoStep}[2]{%
 \tbifdef{tkFdStepText#1}{%
  \PackageError{teckidsfdanleitung}%
   {Schritt \##1 bereits definiert!}{}%
  }{}%
 \expandafter\newcommand\csname tkFdStepText#1\endcsname{#2}%
}%
\newcommand{\tkFdAnlStep}[2]{%
 \fbox{\parbox{\linewidth-3.5ex}{%
  \marginnote{\Huge\ttfamily\color[HTML]{444444}#2}%
  {%
   \centering%
   \includegraphics[width=.8\linewidth]{\jobname.LEO/\jobname-#1.png}%

  }%

  \tbifdef{tkFdStepText#2}{%
   \csname tkFdStepText#2\endcsname%
  }{%
   \textbf{ACHTUNG: Schritt \##2 nicht definiert ⚠}%
  }%

 }}%
}%

\endinput