Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dokumente
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Sven
dokumente
Commits
014aadc9
Commit
014aadc9
authored
13 years ago
by
rohieb
Browse files
Options
Downloads
Patches
Plain Diff
LaTeX-Package für einheitliches Aussehen
parent
299b9ab5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Beitragsordnung.tex
+3
-6
3 additions, 6 deletions
Beitragsordnung.tex
Satzung.tex
+3
-6
3 additions, 6 deletions
Satzung.tex
stratum0doc.sty
+48
-0
48 additions, 0 deletions
stratum0doc.sty
with
54 additions
and
12 deletions
Beitragsordnung.tex
+
3
−
6
View file @
014aadc9
...
...
@@ -3,14 +3,11 @@
\usepackage
[T1]
{
fontenc
}
\usepackage
[ngerman]
{
babel
}
\usepackage
{
libertine
}
% kann man notfalls auch ignorieren, wenns nicht da ist
\usepackage
{
textcomp
}
\renewcommand
{
\labelenumi
}{
(
\arabic
{
enumi
}
)
}
\renewcommand
{
\labelitemi
}{
--
}
\makeatletter\renewcommand*\thesection
{
§
\ \@
arabic
\c
@section
}
\makeatother
\usepackage
{
textcomp
}
% für Euro-Symbol
\usepackage
[legal]
{
stratum0doc
}
\title
{
Beitragsordnung des Stratum~0~e.~V.
}
\date
{
Version vom
8.
Januar
2012
}
\date
{
8.
~
Januar
~
2012
}
\begin{document}
\maketitle
...
...
This diff is collapsed.
Click to expand it.
Satzung.tex
+
3
−
6
View file @
014aadc9
...
...
@@ -3,13 +3,10 @@
\usepackage
[T1]
{
fontenc
}
\usepackage
[ngerman]
{
babel
}
\usepackage
{
libertine
}
% kann man notfalls auch ignorieren, wenns nicht da ist
\renewcommand
{
\labelenumi
}{
(
\arabic
{
enumi
}
)
}
\renewcommand
{
\labelitemi
}{
--
}
\makeatletter\renewcommand*\thesection
{
§
\ \@
arabic
\c
@section
}
\makeatother
\usepackage
[legal]
{
stratum0doc
}
\title
{
Satzung des Stratum~0~e.~V.
}
\date
{
Version vom
23.~Juli~2011
}
\date
{
23.~Juli~2011
}
\begin{document}
\maketitle
...
...
@@ -27,7 +24,7 @@
\item
Der Verein ist parteipolitisch und weltanschaulich neutral.
\item
Der Verein setzt sich zum Zweck:
\begin{itemize}
\item
\item
Die Förderung der Erziehung und Volksbildung, insbesondere der
Informatik- und Medienkompetenz der breiten Öffentlichkeit, sowie
Aufklärung über und kritische Betrachtung von Risiken und
...
...
This diff is collapsed.
Click to expand it.
stratum0doc.sty
0 → 100644
+
48
−
0
View file @
014aadc9
%% stratum0doc.sty
%%
\NeedsTeXFormat
{
LaTeX2e
}
[1995/12/01]
\ProvidesPackage
{
stratum0doc
}
%% Package options
\makeatletter
\DeclareOption
{
transcript
}{
\def\@
sndsectionmark
{
TOP
}}
\DeclareOption
{
legal
}{
\def\@
sndsectionmark
{
§
}}
\ExecuteOptions
{
transcript
}
\ProcessOptions\relax
\makeatother
%% fancyhdr setup
\newcommand
{
\myfancysetup
}
[2]
{
%
\pagestyle
{
fancy
}
\fancyhf
{}
\fancyhead
[L]
{
\sc
#1
}
%
\fancyhead
[R]
{
\sc
#2
}
%
\fancyfoot
[C]
{
Seite
\thepage\
von
\pageref
{
LastPage
}}
\fancypagestyle
{
plain
}{
% for first page
\renewcommand
{
\headrulewidth
}{
0pt
}
%
\fancyhf
{}
%
\fancyfoot
[C]
{
Seite
\thepage\
von
\pageref
{
LastPage
}}
%
}
}
%% list bullets, section prefix
\makeatletter
\renewcommand
{
\labelenumi
}{
(
\arabic
{
enumi
}
)
}
\renewcommand
{
\labelitemi
}{
--
}
\renewcommand
{
\thesection
}{
%
\@
sndsectionmark
\ \@
arabic
\c
@section
}
\makeatother
\RequirePackage
{
fancyhdr
}
\RequirePackage
{
lastpage
}
%% bootstrapping
\makeatletter
\AtBeginDocument
{
%
\let\mytitle\@
title
%
\let\mydate\@
date
%
\myfancysetup
{
\mytitle
}{
\mydate
}
%
}
\makeatother
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