summaryrefslogtreecommitdiff
path: root/tex/context/base/m-hemistich.mkiv
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-10-20 01:20:14 +0300
committerMarius <mariausol@gmail.com>2013-10-20 01:20:14 +0300
commit965214d981e6129b782c67adcaf3a81aedcb0bac (patch)
tree84f5945aae8efc9b6eb1898b873be5453cafe43d /tex/context/base/m-hemistich.mkiv
parente7d0d90a434e5452ff9e86c8abab5a4cac35e2f1 (diff)
downloadcontext-965214d981e6129b782c67adcaf3a81aedcb0bac.tar.gz
stable 2013.05.28 00:36
Diffstat (limited to 'tex/context/base/m-hemistich.mkiv')
-rw-r--r--tex/context/base/m-hemistich.mkiv112
1 files changed, 0 insertions, 112 deletions
diff --git a/tex/context/base/m-hemistich.mkiv b/tex/context/base/m-hemistich.mkiv
deleted file mode 100644
index 55fde7b92..000000000
--- a/tex/context/base/m-hemistich.mkiv
+++ /dev/null
@@ -1,112 +0,0 @@
-%D \module
-%D [ file=m-hemistich,
-%D version=2013.08.26,
-%D title=\CONTEXT\ Extra Modules,
-%D subtitle=Hemistiches,
-%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 is an experimental module for Idris. More is possible but not now.
-
-\unprotect
-
-\installcorenamespace{hemistich}
-
-\installcommandhandler \??hemistich {hemistich} \??hemistich
-
-\setuphemistich
- [\c!width=\v!local,
- \c!distance=4\emwidth,
- \c!separator=\vl\hskip.25em\vl]
-
-\unexpanded\def\hemistiches
- {\dosingleempty\dohemistiches}
-
-\unexpanded\def\dohemistiches
- {\dodohemistiches\empty}
-
-\unexpanded\def\dodohemistiches#1[#2]#3#4%
- {\dontleavehmode
- \begingroup
- \doifassignmentelse{#2}
- {\edef\currenthemistich{#1}%
- \setupcurrenthemistich[#2]}
- {\def\currenthemistich{#2}}%
- \doifelse{\hemistichparameter\c!width}\v!local
- {\scratchwidth\availablehsize}
- {\scratchwidth\hemistichparameter\c!width\relax}%
- \spaceskip\zeropoint\s!plus\plusone\s!fill\relax
- \hbox to \scratchwidth\bgroup
- \scratchwidth.5\dimexpr\scratchwidth-\hemistichparameter\c!distance\relax
- \hbox to \scratchwidth\bgroup
- \usehemistichstyleandcolor\c!leftstyle\c!leftcolor#3%
- \egroup
- \hss
- \begingroup
- \usehemistichstyleandcolor\c!separatorstyle\c!separatorcolor
- \hemistichparameter\c!separator
- \endgroup
- \hss
- \hbox to \scratchwidth\bgroup
- \usehemistichstyleandcolor\c!rightstyle\c!rightcolor#4%
- \egroup
- \egroup
- \endgroup}
-
-\unexpanded\def\hemistichescaesura#1#2#3%
- {\dodohemistiches\empty[\c!separator={#2}]{#1}{#3}}
-
-\appendtoks
- \setvalue{\currenthemistich}{\dohemistiches{\currenthemistich}}%
-\to \everydefinehemistich
-
-\protect
-
-\continueifinputfile{m-hemistich.mkiv}
-
-\setuphemistich
- [leftcolor=darkred,
- separatorcolor=darkgreen,
- rightcolor=darkblue]
-
-\setupwhitespace
- [big]
-
-\starttext
-
-% \righttoleft
-
-\hemistichescaesura{left side of the brain}{equals}{right side of the brain}
-
-\hemistiches{left side of the brain}{right side of the brain}
-
-\startitemize
- \startitem
- \hemistiches{left side of the brain}{right side of the brain}
- \startitemize
- \startitem
- \hemistiches{left side of the brain}{right side of the brain}
- \startitemize
- \startitem
- \hemistiches{left side of the brain}{right side of the brain}
- \stopitem
- \stopitemize
- \stopitem
- \stopitemize
- \startitem
- \hemistiches{left side of the brain}{right side of the brain}
- \stopitem
- \stopitem
-\stopitemize
-
-\startitemize
-\item \hemistiches{left side of the brain}{right side of the brain}
-\stopitemize
-
-\stoptext
-