summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/eqno.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/eqno.sty')
-rw-r--r--Master/texmf-dist/doc/latex/latex-tipps-und-tricks/eqno.sty14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/eqno.sty b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/eqno.sty
new file mode 100644
index 00000000000..9cbb275ad56
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/eqno.sty
@@ -0,0 +1,14 @@
+% EQNO.STY. Erweitert die Formelnumerierung um ein
+% beliebiges Zeichen, das referiert werden kann.
+\newcounter{oldeqno}
+
+\newcommand{\startquote}{
+ \setcounter{oldeqno}{\value{equation}}}
+
+\newcommand{\quotedeqno}[1]{
+ \let\oldequation\theequation
+ \renewcommand{\theequation}{\oldequation#1}
+ \setcounter{equation}{\value{oldeqno}}}
+
+\newcommand{\normaleqno}{
+ \let\theequation\oldequation} \ No newline at end of file