summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/axessibility/axessibilityExampleGoldenMean.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-07-10 21:07:14 +0000
committerKarl Berry <karl@freefriends.org>2018-07-10 21:07:14 +0000
commit1060c0ec4ed0c2403d13f6886ff1227c5fd40b5f (patch)
tree4ddffdbe485e820203479ff62d2a87f2c49b4fac /Master/texmf-dist/doc/latex/axessibility/axessibilityExampleGoldenMean.tex
parent4bbc008e81df7ec54a401548c1403201a26488b2 (diff)
axessibility (10jul18)
git-svn-id: svn://tug.org/texlive/trunk@48179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/axessibility/axessibilityExampleGoldenMean.tex')
-rw-r--r--Master/texmf-dist/doc/latex/axessibility/axessibilityExampleGoldenMean.tex42
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/axessibility/axessibilityExampleGoldenMean.tex b/Master/texmf-dist/doc/latex/axessibility/axessibilityExampleGoldenMean.tex
new file mode 100644
index 00000000000..2eee6ff5454
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/axessibility/axessibilityExampleGoldenMean.tex
@@ -0,0 +1,42 @@
+%
+% Copyright (C) 2018 by
+% Anna Capietto, Sandro Coriasco, Tiziana Armano,
+% Nadir Murru, Alice Ruighi, Eugenia Taranto,
+% Dragan Ahmetovic, Cristian Bernareggi, Michele Berra
+%
+% Based on accsupp.sty
+%
+% This work consists of the main source file axessibility.dtx
+% and the derived files
+% axessibility.ins, axessibility.sty, axessibility.pdf, README,
+% axessibilityExampleGoldenMean.tex
+%
+% The Current Maintainer of this work is
+% Sandro Coriasco
+%
+% This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License
+% http://creativecommons.org/licenses/by-nc/4.0/
+%
+
+\documentclass[a4paper,11pt]{article}
+
+\usepackage{axessibility}
+
+\title{The golden mean}
+\author{}
+\date{}
+
+\begin{document}
+
+\maketitle
+
+The golden mean is the number
+\[\frac{1 + \sqrt{5}}{2},\]
+that is the root larger in modulus of
+\begin{equation} x^2 - x - 1. \end{equation}
+It is usually defined as the ratio of two lengths \(a\) and \(b\) such that
+\begin{equation*} (a+b) : a = a : b. \end{equation*}
+Let \(x\) be the ratio \( \frac{a}{b} \), we have \( \frac{a+b}{a} = 1 + \frac{1}{x} \), from which we get the equation \(x^2 = x + 1\).
+
+
+\end{document} \ No newline at end of file