%% 
%%  Ein Beispiel der DANTE-Edition
%%  Mathematiksatz mit LaTeX
%%  3. Auflage
%%  Beispiel 10-07-6 auf Seite 226.
%%  Copyright (C) 2018 Herbert Voss
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%%  See http://www.latex-project.org/lppl.txt for details.
%% 
%% ==== 
% Show page(s) 1
%% 
%% 
\documentclass[10pt,fleqn]{screxa}
\pagestyle{empty}
\setlength\textwidth{352.81416pt}
\usepackage[utf8]{inputenc}
\AtBeginDocument{\setlength\parindent{0pt}}
\usepackage{libertinust1math}
\setcounter{equation}{14}
\renewcommand\theequation{10.\arabic{equation}}
%StartShownPreambleCommands
\documentclass[fleqn]{article}    \usepackage{amsmath}
\makeatletter
\let\old@mathmargin=\@mathmargin\@mathmargin=-1sp
\let\oldmathindent=\mathindent\let\mathindent=\@mathmargin
\newsavebox{\myendhook}     % hier gehen die Tabellen rein
\def\tagform@#1{{(\maketag@@@{\ignorespaces#1\unskip\@@italiccorr)}
  \makebox[0pt][r]{\makebox[0.5\textwidth][l]{\usebox{\myendhook}}}% hinter der Zeilennummer angehaengt
  \global\sbox{\myendhook}{}}}% Box wird geleert
\makeatother
%StopShownPreambleCommands
\begin{document}
\sbox{\myendhook}{\footnotesize% Tabelle zwischenspeichern
\begin{tabular}{@{}ll}
  $a_0$  & Bohrscher Radius ($\mathrm{= 0{,}53\,\mbox{\AA}}$)\\
  $e$    & Elementarladung\\       $N_{si}$ & Anzahl der Siliziumatome\\
         & pro Einheitsvolumen\\   $m$      & Atomgewicht\\
     $Z$ & Kernladungszahl
\end{tabular}}
%
\begin{equation}
\varepsilon = \frac{E\cdot 4\cdot\uppi\cdot \varepsilon_{0}
  \cdot a_0 \cdot \left( Z_i^{\frac{2}{3}} + Z_{Si}^{\frac{2}{3}}
  \right)^{-\frac{1}{2}}} {Z_i\cdot Z_{Si}\cdot e^2\cdot\left(1+ \frac{m_i}{m_{Si}}\right)}\,;
\end{equation}
%
\sbox{\myendhook}{abc}
\begin{equation} a^2+b^2 = c^2 \end{equation}  \begin{equation} z = 9 \end{equation}
\end{document}