summaryrefslogtreecommitdiff
path: root/info/examples/Math/10-09-1.ltx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-08-04 03:01:07 +0000
committerNorbert Preining <norbert@preining.info>2023-08-04 03:01:07 +0000
commit319c90e45fc96ba6f15edcf00b24e484d9d92f2b (patch)
tree7011e82643aff6842597d83574783a350142063c /info/examples/Math/10-09-1.ltx
parent63c1aaa794cb47fe36ebe8010257ec8ad322efbb (diff)
CTAN sync 202308040301
Diffstat (limited to 'info/examples/Math/10-09-1.ltx')
-rw-r--r--info/examples/Math/10-09-1.ltx43
1 files changed, 20 insertions, 23 deletions
diff --git a/info/examples/Math/10-09-1.ltx b/info/examples/Math/10-09-1.ltx
index d981bfaf35..dda311f8c6 100644
--- a/info/examples/Math/10-09-1.ltx
+++ b/info/examples/Math/10-09-1.ltx
@@ -1,42 +1,39 @@
%%
%% Ein Beispiel der DANTE-Edition
%% Mathematiksatz mit LaTeX
-%% 2. Auflage
-%%
-%% Beispiel 10-09-1 auf Seite 230.
-%%
-%% Copyright (C) 2012 Herbert Voss
+%% 3. Auflage
+%% Beispiel 10-09-1 auf Seite 228.
+%% 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[]{exaarticle}
+\documentclass[10pt]{screxa}
\pagestyle{empty}
\setlength\textwidth{352.81416pt}
\usepackage[utf8]{inputenc}
\AtBeginDocument{\setlength\parindent{0pt}}
-\setcounter{equation}{18}
-\renewcommand\theequation{10.\arabic{equation}}
-\StartShownPreambleCommands
-\usepackage{amsmath,array} \newcommand*\diff{\mathop{}\!\mathrm{d}}
-\AtBeginDocument{\setlength\tabcolsep{0pt}\renewcommand\arraystretch{0}
-\setlength\abovedisplayskip{0pt}\setlength\abovedisplayshortskip{0pt}
-\setlength\belowdisplayskip{0pt}\setlength\belowdisplayshortskip{0pt}}
-\StopShownPreambleCommands
+%StartShownPreambleCommands
+\usepackage{amsmath}
+%StopShownPreambleCommands
\begin{document}
-\begin{tabular}{@{}*{2}{m{0.5\linewidth}}@{}}
-\begin{align}\oint E\diff s=0 \end{align}
- & \begin{align}\nabla\cdot B=0\end{align}\\[-5pt]
-\begin{align} a =\frac{c}{d} \end{align}
- & \begin{align} b = 1 \end{align} \\[-5pt]
-\begin{align} c =1 \end{align} & \begin{align}\int 2x\diff x = x^2+C\end{align}
-\end{tabular}
+\begin{subequations}
+ \begin{align}\label{eq:first1}
+ \begin{split}
+ \log(q_{f,g,c,y}) &= b_{11}I_{f,g,c,y-1} + b_{12}\log(\mathit{VarP}_{c,y}) + c_{11}\log(P_{c,y}) \\
+ & \qquad +c_{12} \log(\mathit{CVarCF}_{f,g,c,y-1}) + \upsilon_c +e_{1,f,g,c,y}
+ \end{split} \\[2ex] \label{eq:first2}
+ \begin{split}
+ \log(\mathit{CVarCF}_{f,g,c,y}) &= b_{21}I_{f,g,c,y-1}+b_{22}\log(\mathit{VarP}_{c,y})+c_{21}\log(P_{c,y})\\
+ & \qquad +c_{22}\log(\mathit{CVarCF}_{f,g,c,y-1}) + \upsilon_c +e_{2,f,g,c,y}
+ \end{split}
+\end{align}
+\end{subequations}
+Siehe Gl.~\ref{eq:first1} und Gl.~\ref{eq:first2} \ldots
\end{document}