blob: 67a9d9a1af600c69e2ef52fc1258a51e484c65a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
%%
%% This is file `rsptest.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% jurarsp.dtx (with options: `example')
%%
%% IMPORTANT NOTICE:
%%
%% For the copyright see the source file.
%%
%% Any modified versions of this file must be renamed
%% with new filenames distinct from rsptest.tex.
%%
%% For distribution of the original source see the terms
%% for copying and modification in the file jurarsp.dtx.
%%
%% This generated file may be distributed as long as the
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
%%
%% Written by Lucas Wartenburger
%%
\documentclass[english]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage{german}
\usepackage{calc}
\usepackage{jurarsp}
\usepackage{hyperref}
\begin{document}
\rspstyle{jurarsp}
\rspdata{rsptest}
\newpage
Beispiel für ein Rechtsprechungs-Zitat:\footnote{%
So schon
\rcite[33 ff.]{aaa:dummy}.}
Beispiel für ein Dokument-Zitat:\footnote{%
\rcite[222]{bmf:st01:175}.}
BGH Zitat noch einmal vollständig.%
\footnote{Vgl. auch dazu \rfullcite[223 ff.]{aaa:dummy}.}
\newpage
BGH Zitat noch einmal.%
\footnote{Vgl. auch dazu \rcite[223 ff.]{aaa:dummy}.}
BGH Zitat noch einmal.%
\footnote{So der BGH erstmals in
\rshortcite[223 ff.]{aaa:dummy},
spaeter dann st. Rsp., vgl. \rcite[223 ff.]{aaa:dummy};
\rrepeatcite[223 ff.]{aaa:dummy}; ebenso nun \rcite[222]{bmf:st01:175}.}
\end{document}
\endinput
%%
%% End of file `rsptest.tex'.
|