summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/schule/schule.fach.Geschichte.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-23 23:12:12 +0000
committerKarl Berry <karl@freefriends.org>2018-08-23 23:12:12 +0000
commit3562d0088e82c4d4c9086f03b6d0284a9af2f8f9 (patch)
treee1677d059d3bbb81d949159a778776709743a716 /Master/texmf-dist/tex/latex/schule/schule.fach.Geschichte.code.tex
parentaca434905fcf7943059a6c07ec141bf7de7e7ac4 (diff)
schule (23aug18)
git-svn-id: svn://tug.org/texlive/trunk@48471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/schule/schule.fach.Geschichte.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/schule/schule.fach.Geschichte.code.tex41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/schule/schule.fach.Geschichte.code.tex b/Master/texmf-dist/tex/latex/schule/schule.fach.Geschichte.code.tex
new file mode 100644
index 00000000000..58286cc5f6a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/schule/schule.fach.Geschichte.code.tex
@@ -0,0 +1,41 @@
+% ********************************************************************
+% Geschichte *
+% ********************************************************************
+
+% Zitation
+% ********************************************************************
+% \autocite
+\urlstyle{same}
+
+
+% Materialcounter
+% ********************************************************************
+
+\newcounter{matcounter}
+\setcounter{matcounter}{1}
+\newcommand{\material}[2][\subsection]{
+ #1[#2 (M\,\arabic{matcounter})]{#2
+ \reversemarginpar \protect\marginnote{\normalfont\normalsize \Large \sffamily M\,\arabic{matcounter}}}\label{sec:mat\arabic{matcounter}}
+ \stepcounter{matcounter}
+ %#1{
+ % \fbox{M\,\arabic{matcounter}}\xspace#2 \label{sec:mat\arabic{matcounter}}
+ %}
+ %\stepcounter{matcounter}
+}
+
+
+\newcounter{quelcounter}
+\setcounter{quelcounter}{1}
+\newcommand{\quelle}[2][\subsection]{
+ #1[#2 (Q\,\arabic{quelcounter})]{#2
+ \reversemarginpar \protect\marginnote{\normalfont\normalsize \Large \sffamily Q\,\arabic{quelcounter}}[0em]\label{sec:quelle\arabic{quelcounter}}}
+ \stepcounter{quelcounter}
+}
+
+\newcounter{vtcounter}
+\setcounter{vtcounter}{1}
+\newcommand{\vt}[2][\subsection]{
+ #1[#2 (VT\,\arabic{vtcounter})]{#2
+ \reversemarginpar \protect\marginnote{\normalfont\normalsize \Large \sffamily VT\,\arabic{vtcounter}}[0em]\label{sec:vt\arabic{vtcounter}}}
+ \stepcounter{vtcounter}
+} \ No newline at end of file