]> git.madduck.net Git - etc/texmf.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add tahi letterhead
authormartin f. krafft <madduck@madduck.net>
Fri, 10 Apr 2015 14:40:44 +0000 (16:40 +0200)
committermartin f. krafft <madduck@madduck.net>
Fri, 10 Apr 2015 14:40:44 +0000 (16:40 +0200)
.texmf/tex/latex/tahi.lco [new file with mode: 0644]

diff --git a/.texmf/tex/latex/tahi.lco b/.texmf/tex/latex/tahi.lco
new file mode 100644 (file)
index 0000000..14b6ce4
--- /dev/null
@@ -0,0 +1,59 @@
+\ProvidesFile{tahi.lco}[2005/08/31 letter class option]
+
+\RequirePackage{koma-rotis}
+\RequirePackage{utf8}
+
+\LoadLetterOption{DIN}
+\LoadLetterOption{mkrafft}
+
+\setkomavar{fromname}{tahi GmbH}
+
+\KOMAoptions{
+  parskip=half,
+  foldmarks=false,
+  fromalign=left,
+  fromrule=below,
+  fromphone=false,
+  fromemail=true,
+  enlargefirstpage=true
+}
+
+\addtokomafont{subject}{\rmfamily}
+
+\setkomavar{fromphone}{+49.89.416149413}
+\setkomavar{fromemail}{start@tahi.vc}
+
+\setkomavar{emailseparator}[]{}
+\setkomavar{phoneseparator}[]{}
+
+\renewcommand{\raggedsignature}{\raggedright}
+
+\setkomavar{fromaddress}{%
+  Widenmayerstraße 17 \\
+  D — 80538 München
+}
+\setkomavar{place}{München}
+
+\setkomavar{signature}{Dr. Martin F. Krafft\\Geschäftsführer}
+
+\setkomavar{frombank}{%
+  GLS Gemeinschaftsbank eG, Bochum / BLZ: 430\,609\,67 / BIC: GENoDEM1GLS \\
+  Konto: 8227717600 / IBAN: DE62\,4306\,0967\,8227\,7176\,00
+}
+
+\@addtoplength{firstfootvpos}{-1em}
+\firstfoot{%
+  \parbox[t]{\textwidth}{\footnotesize
+    \begin{tabular}[t]{l@{}}%
+      \multicolumn{1}{@{}l@{}}{Geschäftsführung:}\\
+        Dr. Martin F. Krafft \\
+      \multicolumn{1}{@{}l@{}}{Handelsregister:}\\
+        Amtsgericht München, HR B 217243
+    \end{tabular}%
+    \hfill%
+    \begin{tabular}[t]{l@{}}%
+      \multicolumn{1}{@{}l@{}}{\usekomavar*{frombank}:}\\
+        \usekomavar{frombank}
+    \end{tabular}%
+  }%
+}%