Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
15 additions
and
12 deletions.
-
+12
−2
MyPackages/letterRS.sty
-
+2
−9
scripts/LaTeX-git-log
-
+1
−1
templates/letter/letter.tex
There are no files selected for viewing
|
|
@@ -21,6 +21,7 @@ |
|
|
\newcommand{\EmStrasse}{} |
|
|
\newcommand{\EmPLZ}{} |
|
|
\newcommand{\EmOrt}{} |
|
|
\newcommand{\EmKompAddresse}{} |
|
|
|
|
|
\newcommand{\Anschrift}[7]{ |
|
|
\renewcommand{\EmVorname}{#1} |
|
|
@@ -40,8 +41,9 @@ |
|
|
\newcommand{\EmAddress}{\EmStrasse\\ \EmPLZ ~\EmOrt} |
|
|
\newcommand{\EmName}{\EmVorname ~\EmNachname} |
|
|
|
|
|
\newcommand{\AnschriftAuslesen}[1]{ |
|
|
\input{/home/rsadmin/Dokumente/LaTeX/input-document/Anschrift/#1.tex} |
|
|
\newcommand{\AnschriftAuslesen}[1]{% |
|
|
\input{/home/rsadmin/Dokumente/LaTeX/input-document/Anschrift/#1.tex}% |
|
|
\CheckIfEmFirma% |
|
|
} |
|
|
|
|
|
\newcommand{\BriefAn}[1]{ |
|
|
@@ -50,6 +52,14 @@ |
|
|
\Serienbrief{\EmVorname}{\EmNachname}{\EmSex}{\EmStrasse}{\EmPLZ}{\EmOrt} |
|
|
} |
|
|
|
|
|
\newcommand{\CheckIfEmFirma}{% |
|
|
\ifthenelse{\equal{\EmFirma}{}}{% |
|
|
\renewcommand{\EmKompAddresse}{\EmName\\ \EmAddress}% |
|
|
}{% |
|
|
\renewcommand{\EmKompAddresse}{\EmFirma\\ \EmName\\ \EmAddress}% |
|
|
}% |
|
|
} |
|
|
|
|
|
\newcommand{\Osehrgeehrte}[2]{ |
|
|
\ifthenelse{\equal{#1}{m}}{\opening{Sehr geehrter Herr #2,}}{} |
|
|
\ifthenelse{\equal{#1}{w}}{\opening{Sehr geehrte Frau #2,}}{} |
|
|
|
|
|
@@ -155,6 +155,7 @@ for (@lines) { |
|
|
say '\end{longtable}'; |
|
|
# }}} |
|
|
|
|
|
# Documentation {{{ |
|
|
__END__ |
|
|
|
|
|
=head1 NAME |
|
|
@@ -168,21 +169,12 @@ LaTeX-git-log [options] |
|
|
Options: |
|
|
|
|
|
--help brief help message |
|
|
|
|
|
--man full documentation |
|
|
|
|
|
--man full documentation |
|
|
|
|
|
--startcommit set the start value of count commit |
|
|
|
|
|
--author set this if you want the author included |
|
|
|
|
|
--width set the width in cm of the commit message field in the LaTeX table |
|
|
|
|
|
--git-c-add set an base URL to show a commit. This script will automaticly try to the the base URL for github. |
|
|
|
|
|
--user set a github user to derive the base URL |
|
|
|
|
|
--repo set a github repository to derive the base URL |
|
|
|
|
|
=head1 OPTIONS |
|
|
@@ -204,3 +196,4 @@ Prints the manual page and exits. |
|
|
If you execute B<this program> within a git repository it will output the entiry version history as table written in LaTeX. |
|
|
|
|
|
=cut |
|
|
# }}} |
|
|
@@ -12,7 +12,7 @@ |
|
|
%\setkomavar{subject}{} |
|
|
|
|
|
\begin{document} |
|
|
\begin{letter}{\EmName\\ \EmAddress} |
|
|
\begin{letter}{\EmKompAddresse} |
|
|
\Osehrgeehrte{\EmSex}{\EmNachname} |
|
|
|
|
|
ich wollte ihnen nur mal \LaTeX{} empfehlen~\dots |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.