summaryrefslogtreecommitdiff
path: root/tex/context/base/s-pre-23.tex
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2016-01-12 17:15:07 +0100
commit8d8d528d2ad52599f11250cfc567fea4f37f2a8b (patch)
tree94286bc131ef7d994f9432febaf03fe23d10eef8 /tex/context/base/s-pre-23.tex
parentf5aed2e51223c36c84c5f25a6cad238b2af59087 (diff)
downloadcontext-8d8d528d2ad52599f11250cfc567fea4f37f2a8b.tar.gz
2016-01-12 16:26:00
Diffstat (limited to 'tex/context/base/s-pre-23.tex')
-rw-r--r--tex/context/base/s-pre-23.tex109
1 files changed, 0 insertions, 109 deletions
diff --git a/tex/context/base/s-pre-23.tex b/tex/context/base/s-pre-23.tex
deleted file mode 100644
index f9983a89e..000000000
--- a/tex/context/base/s-pre-23.tex
+++ /dev/null
@@ -1,109 +0,0 @@
-%D \module
-%D [ file=s-pre-20,
-%D version=2000.08.07,
-%D title=\CONTEXT\ Style File,
-%D subtitle=Presentation Environment 20,
-%D author=Hans Hagen,
-%D date=\currentdate,
-%D copyright={PRAGMA ADE \& \CONTEXT\ Development Team}]
-%C
-%C This module is part of the \CONTEXT\ macro||package and is
-%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
-%C details.
-
-%D This style looks a lot like number 22. This time we don't
-%D cycle but build up the page. One can click on the text go
-%D to the page wanted. Clicking on the titl ebrings you to the
-%D previous page.
-
-\startmode [demo]
- \disablemode[demo] \usemodule[pre-22] \enablemode[demo]
-\stopmode
-
-\startnotmode [demo]
- \usemodule[pre-22]
-\stopnotmode
-
-%D We use a simple two||color scheme.
-
-\definecolor[DotColor][r=.5,g=.6,b=.7]
-\definecolor[TopColor][r=.7,g=.6,b=.5]
-\definecolor[BotColor][TopColor]
-
-%D We will not delay page building.
-
-\let\BuildPage\relax
-
-%D Instead, we will flush a page for each summary. The main
-%D layer is build up anyway, but we need to overlay the
-%D current summary.
-
-\let\normalStartSummary\StartSummary
-\let\normalStopSummary \StopSummary
-
-\def\StartSummary
- {\startstandardmakeup
- \normalStartSummary}
-
-\def\StopSummary
- {\normalStopSummary
- \setlayer[temp]{\foundbox{Summary}\CurrentSummary}
- \setlayer[temp]{\foundbox{Subtext}\CurrentSummary}
- \stopstandardmakeup}
-
-%D The title page is not added to the main layer (or
-%D actually, it is, but we erase the layer before it's
-%D used).
-
-\long\def\MakeTitlePage#1#2%
- {\startstandardmakeup
- \definereference[thispage][]
- \switchtobodyfont[32pt]
- \StartSummary{#1}{}#2\StopSummary
- \resetlayer[main]
- \setlayer[temp]{\foundbox{Summary}\CurrentSummary}
- \setlayer[temp]{\foundbox{Subtext}\CurrentSummary}
- \definereference[thispage][page(\CurrentSummary)]
- \stopstandardmakeup}
-
-\doifnotmode{demo}{\endinput}
-
-\starttext
-
-\TitlePage{August 2000}{Something Very Important}
-
-\StartSummary{Alpha}
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
-\StopSummary
-
-\StartSummary{Beta and Gamma}
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
-\StopSummary
-
-\StartSummary{Delta}
- A simple and not too long text just to show the idea.
-\StopSummary
-
-\StartSummary{Epsilon}
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
-\StopSummary
-
-\StartSummary{Zeta, Eta and Theta}
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
-\StopSummary
-
-\StartSummary{Omega}
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
- A simple and not too long text just to show the idea.
-\StopSummary
-
-\stoptext