summaryrefslogtreecommitdiff
path: root/info/examples/Math/10-09-10.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-10.ltx
parent63c1aaa794cb47fe36ebe8010257ec8ad322efbb (diff)
CTAN sync 202308040301
Diffstat (limited to 'info/examples/Math/10-09-10.ltx')
-rw-r--r--info/examples/Math/10-09-10.ltx40
1 files changed, 17 insertions, 23 deletions
diff --git a/info/examples/Math/10-09-10.ltx b/info/examples/Math/10-09-10.ltx
index 486fd5a3a7..8aa61493ce 100644
--- a/info/examples/Math/10-09-10.ltx
+++ b/info/examples/Math/10-09-10.ltx
@@ -1,41 +1,35 @@
%%
%% Ein Beispiel der DANTE-Edition
%% Mathematiksatz mit LaTeX
-%% 2. Auflage
-%%
-%% Beispiel 10-09-10 auf Seite 235.
-%%
-%% Copyright (C) 2012 Herbert Voss
+%% 3. Auflage
+%% Beispiel 10-09-10 auf Seite 232.
+%% 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}
+\setlength\textwidth{170.40707pt}
\AtBeginDocument{\setlength\parindent{0pt}}
-\setcounter{equation}{31}
+\setcounter{equation}{29}
\renewcommand\theequation{10.\arabic{equation}}
-\StartShownPreambleCommands
-\usepackage{amsmath}
-\StopShownPreambleCommands
+%StartShownPreambleCommands
+\def\itemMath#1{%
+ \raisebox{-\abovedisplayshortskip}{%
+ \parbox{\linewidth}{%
+ \begin{equation}#1\end{equation}}}}
+%StopShownPreambleCommands
\begin{document}
-\begin{align}
- \sum_{i=1}^\infty \frac{1}{i} &= 1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}
- +\frac{1}{5}+\frac{1}{6}+\frac{1}{7}+\frac{1}{8}+\frac{1}{9}
- +\cdots+\frac{1}{16}+\cdots\\[5pt]
- & \ge 1+\frac{1}{2}+\underbrace{\frac{1}{4}+\frac{1}{4}}_{\frac{1}{2}}
- +\underbrace{\frac{1}{8}+\frac{1}{8}+\frac{1}{8}+\frac{1}{8}}_{\frac{1}{2}}
- +\underbrace{\frac{1}{16}+\cdots+\frac{1}{16}}_{\frac{1}{2}}+\cdots\\[5pt]
- &= 1+\frac{1}{2}+\frac{1}{2}+\frac{1}{2}+\frac{1}{2}+\cdots\to\infty
- \quad\rule{1ex}{1ex}
-\end{align}
+\begin{itemize}
+\item \itemMath{y = f(x)}
+\item $ y = f(x) $
+\item \itemMath{g(x)=\int f(x)\mathrm{d}x}
+\end{itemize}
\end{document}