Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids-tex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team PR
teckids-tex
Commits
5181340b
Commit
5181340b
authored
11 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
[verein.git] Fixed errors in templates.
Added basic data tabular.
parent
134879b3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
teckids.sty
+21
-1
21 additions, 1 deletion
teckids.sty
teckidsproto.cls
+3
-2
3 additions, 2 deletions
teckidsproto.cls
with
24 additions
and
3 deletions
teckids.sty
+
21
−
1
View file @
5181340b
...
...
@@ -19,7 +19,7 @@
% of said person's immediate fault when using the work as intended.
\NeedsTeXFormat
{
LaTeX2e
}
\ProvidesPackage
{
teckids
}
[Definitionen und Hilfsmakros für die Vereinsarbeit]
\ProvidesPackage
{
teckids
}
\RequirePackage
[utf8]
{
inputenc
}
\RequirePackage
[pdftex]
{
graphics
}
...
...
@@ -50,6 +50,26 @@
\begin{minipage}
[c]
{
0.4
\textwidth
}
\teckidslogo
[\textwidth]
\end{minipage}
}
%% Makro für Überschrift und Grunddaten eines Protokolls
%%
%% Argumente:
%% #1 - Titel der Sitzung
%% #2 - Datum der Sitzung
%% #3 - Ort der Sitzung
%% #4 - Anzahl der anwesenden, stimmberechtigten Mitglieder
%% #5 - Name des Sitzungsleiters
%% #6 - Name des Protokollanten
\newcommand
{
\teckidsproto
}
[6]
{
\teckidshead
{
Protokoll der #1
}
\begin{tabular}
{
l | l
}
Datum
&
#2
\\
Ort
&
#3
\\
Anwesende, stimmberechtigte Mitglieder
&
#4
\\
Sitzungsleiter/in
&
#5
\\
Protokollant/in
&
#6
\end{tabular}
}
%% Makro für eine Abstimmung mit Ergebnis.
\newcommand
{
\motion
}
[5]
{
\begin{framed}
%% Antrag
...
...
This diff is collapsed.
Click to expand it.
teckidsproto.cls
+
3
−
2
View file @
5181340b
...
...
@@ -19,8 +19,9 @@
% of said person's immediate fault when using the work as intended.
\NeedsTeXFormat
{
LaTeX2e
}
\ProvidesClass
{
teckidsproto
}
[Dokumentklasse für Protokolle des Teckids e.V.]
\ProvidesClass
{
teckidsproto
}
\LoadClass
[a4paper]
{
scrartcl
}
\PassOptionsToPackage
{
paper=a4
}{
typearea
}
\LoadClass
{
scrartcl
}
\RequirePackage
{
teckids
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment