rename some files...

This commit is contained in:
Alain Zscheile 2023-10-18 13:23:03 +02:00
parent d37f3c588b
commit e84525e3b0
5 changed files with 81 additions and 77 deletions

View file

@ -13,6 +13,8 @@ latex
custom
./tex/latex/custom:
fogti-koord.sty
fogti-math.sty
trfrac.sty
zseri-koord.sty
zseri-math.sty

View file

@ -0,0 +1,19 @@
\NeedsTeXFormat{LaTeX2e}[2020-02-02]
\ProvidesPackage{zseri-koord}[2020-11-29 tikz koord extension]
\RequirePackage{tikz}
\ProcessOptions\relax
\usetikzlibrary{calc}
% \tikzkoord{xf}{xt}{yf}{yt}
\newcommand{\tikzkoord}[4]{%
% Raster zeichnen
\draw [color=gray!50] [step=5mm] (#1,#3) grid (#2,#4);%
% Achsen zeichnen
\draw[->,thick] (#1,0) -- ($(#2 - 1, 0)$) node[right] {$x$};%
\draw[->,thick] (0,#3) -- ($(0, #4 - 1)$) node[above] {$y$};%
}
\endinput

View file

@ -0,0 +1,58 @@
\NeedsTeXFormat{LaTeX2e}[2020-02-02]
\ProvidesPackage{zseri-math}[2021-06-04 math components]
\RequirePackage[ngerman]{babel}
\RequirePackage[autostyle]{csquotes}
\RequirePackage{roboto}
\RequirePackage{scalerel}
\RequirePackage{stackengine}
\RequirePackage[fleqn]{amsmath}
\RequirePackage{amssymb}
\RequirePackage{amsthm}
\RequirePackage{xcolor}
\ProcessOptions\relax
\newcommand{\ovsealso}[2]{\overset{\text{(siehe \ref{#1})}}{#2}}
%%% Andere Nummerierung
\renewcommand{\thesubsection}{\thesection.\alph{subsection}}
%%% Mathematik
\newcommand{\xRightarrow}[2][]{\ext@arrow 0359\Rightarrowfill@{#1}{#2}}
\newcommand{\folge}[1]{$(#1_n)_{n\in\mathbb{N}}$}
\newcommand{\folgewn}[1]{$(#1_n)_{n\in\mathbb{N}_0}$}
\newcommand{\equalhat}{\mathrel{\stackon[1.5pt]{=}{\stretchto{%
\scalerel*[\widthof{=}]{\wedge}{\rule{1ex}{3ex}}}{0.5ex}}}}
\renewcommand{\qedsymbol}{\textsc{q.e.d.}}
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\Ker}{\operatorname{Ker}}
\newcommand{\anlyd}[1][]{\,\mathrm{d}#1}
\def\arcoth{\qopname\relax o{arcoth}}
\def\artanh{\qopname\relax o{artanh}}
\newcommand{\ddifvar}[2]{\frac{\anlyd{#1}}{\anlyd{#2}}}
\newcommand{\highlight}[1]{\colorbox{blue!50}{$\displaystyle#1$}}
\DeclareMathOperator{\loes}{Lös}
\DeclareMathOperator{\Eig}{Eig}
\newcommand{\id}{{\mathop{}\mathopen{}\mathrm{id}}}
\DeclareMathOperator{\rang}{rang}
\DeclareMathOperator{\spn}{span}
\newcommand{\xunderres}[2]{\underbrace{#1}_{\substack{=#2}}}
%%% schwache Induktion
\newcommand{\induktanfang}[1]{\textbf{Induktionsanfang ($n=#1$):}}
\newcommand{\induktvorausz}{\textbf{Induktionsvoraussetzung ($n = n_0$):}}
\newcommand{\induktbehaupt}{\textbf{Induktionsbehauptung ($n = n_0 + 1$):}}
\newcommand{\induktschritt}{\textbf{Induktionsbeweis:}}
\newcommand{\induktbeweis}{\textbf{Induktionsbeweis:}}
%%% starke Induktion
\newcommand{\sinduktvorausz}[1]{\textbf{Induktionsvoraussetzung ($#1$ bis $n$):}}
\newcommand{\sinduktschritt}[1]{\textbf{Induktionsschritt ($#1$ bis $n \rightarrow n + 1$):}}
%%% "Theorem-Nummerierung"
\newtheorem*{vermutung}{Vermutung}
\newtheorem{lem}{Lemma}
\endinput

View file

@ -1,19 +0,0 @@
\NeedsTeXFormat{LaTeX2e}[2020-02-02]
\ProvidesPackage{zseri-koord}[2020-11-29 tikz koord extension]
\RequirePackage{tikz}
\ProcessOptions\relax
\usetikzlibrary{calc}
% \tikzkoord{xf}{xt}{yf}{yt}
\newcommand{\tikzkoord}[4]{%
% Raster zeichnen
\draw [color=gray!50] [step=5mm] (#1,#3) grid (#2,#4);%
% Achsen zeichnen
\draw[->,thick] (#1,0) -- ($(#2 - 1, 0)$) node[right] {$x$};%
\draw[->,thick] (0,#3) -- ($(0, #4 - 1)$) node[above] {$y$};%
}
\endinput

View file

@ -0,0 +1 @@
fogti-koord.sty

View file

@ -1,58 +0,0 @@
\NeedsTeXFormat{LaTeX2e}[2020-02-02]
\ProvidesPackage{zseri-math}[2021-06-04 math components]
\RequirePackage[ngerman]{babel}
\RequirePackage[autostyle]{csquotes}
\RequirePackage{roboto}
\RequirePackage{scalerel}
\RequirePackage{stackengine}
\RequirePackage[fleqn]{amsmath}
\RequirePackage{amssymb}
\RequirePackage{amsthm}
\RequirePackage{xcolor}
\ProcessOptions\relax
\newcommand{\ovsealso}[2]{\overset{\text{(siehe \ref{#1})}}{#2}}
%%% Andere Nummerierung
\renewcommand{\thesubsection}{\thesection.\alph{subsection}}
%%% Mathematik
\newcommand{\xRightarrow}[2][]{\ext@arrow 0359\Rightarrowfill@{#1}{#2}}
\newcommand{\folge}[1]{$(#1_n)_{n\in\mathbb{N}}$}
\newcommand{\folgewn}[1]{$(#1_n)_{n\in\mathbb{N}_0}$}
\newcommand{\equalhat}{\mathrel{\stackon[1.5pt]{=}{\stretchto{%
\scalerel*[\widthof{=}]{\wedge}{\rule{1ex}{3ex}}}{0.5ex}}}}
\renewcommand{\qedsymbol}{\textsc{q.e.d.}}
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\Ker}{\operatorname{Ker}}
\newcommand{\anlyd}[1][]{\,\mathrm{d}#1}
\def\arcoth{\qopname\relax o{arcoth}}
\def\artanh{\qopname\relax o{artanh}}
\newcommand{\ddifvar}[2]{\frac{\anlyd{#1}}{\anlyd{#2}}}
\newcommand{\highlight}[1]{\colorbox{blue!50}{$\displaystyle#1$}}
\DeclareMathOperator{\loes}{Lös}
\DeclareMathOperator{\Eig}{Eig}
\newcommand{\id}{{\mathop{}\mathopen{}\mathrm{id}}}
\DeclareMathOperator{\rang}{rang}
\DeclareMathOperator{\spn}{span}
\newcommand{\xunderres}[2]{\underbrace{#1}_{\substack{=#2}}}
%%% schwache Induktion
\newcommand{\induktanfang}[1]{\textbf{Induktionsanfang ($n=#1$):}}
\newcommand{\induktvorausz}{\textbf{Induktionsvoraussetzung ($n = n_0$):}}
\newcommand{\induktbehaupt}{\textbf{Induktionsbehauptung ($n = n_0 + 1$):}}
\newcommand{\induktschritt}{\textbf{Induktionsbeweis:}}
\newcommand{\induktbeweis}{\textbf{Induktionsbeweis:}}
%%% starke Induktion
\newcommand{\sinduktvorausz}[1]{\textbf{Induktionsvoraussetzung ($#1$ bis $n$):}}
\newcommand{\sinduktschritt}[1]{\textbf{Induktionsschritt ($#1$ bis $n \rightarrow n + 1$):}}
%%% "Theorem-Nummerierung"
\newtheorem*{vermutung}{Vermutung}
\newtheorem{lem}{Lemma}
\endinput

View file

@ -0,0 +1 @@
fogti-math.sty