summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-27 17:17:48 +0000
committerKarl Berry <karl@freefriends.org>2011-06-27 17:17:48 +0000
commite9af381b998afa7cdeda3e418f98be22a4b94a3a (patch)
tree70161b4618e1748e1d5e839593b8fdace20756e3
parent5faec0c745212e9ce909ee58388f97ecf0bb3b6d (diff)
rm context-top-ten, overhaul needed per author
git-svn-id: svn://tug.org/texlive/trunk@23144 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/README20
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/cmds.pdfbin338395 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/Makefile22
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/apple.pdf77
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.asy44
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.eps320
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.pdfbin3797 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/cmds.pdfbin338661 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/cmds.tex846
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/ctanlion.pdfbin124828 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/fish.pdfbin2028 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/gnu.pdfbin75535 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/hacker.pdfbin1422 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/post.pdfbin12097 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/sin.asy12
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/sin.pdfbin3385 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/slide-bg.pdfbin1973 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/context/third/context-top-ten/src/title-slide.pdfbin3686 -> 0 bytes
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check1
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds1
-rw-r--r--Master/tlpkg/tlpsrc/collection-context.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/context-top-ten.tlpsrc0
22 files changed, 1 insertions, 1343 deletions
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/README b/Master/texmf-dist/doc/context/third/context-top-ten/README
deleted file mode 100644
index 1045af14f35..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/README
+++ /dev/null
@@ -1,20 +0,0 @@
-This is an introductory document on ConTeXt (www.pragma-ade.nl) frequently used commands written by Corsair <chris.corsair@gmail.com>.
-
-In the beginning of the ConTEXt manual (see cont-eni.pdf on ConTeXt official site), Hans Hagen listed ten groups of them which are considered most frequently used, and this short document tries to explain these commands in detail.
-1. \starttext, stoptext
-2. \chapter, \section, \title, \subject, \setuphead, \completecontent
-3. \em, \bf, \cap
-4. \startitemize, \stopitemize, \item, \head
-5. \abbreviation, \infull, \completelistofabbreviations
-6. \placefigure, \externalfigure, \useexternalfigures
-7. \placetable, \starttable, \stoptable
-8. \definedescription, \defineenumeration
-9. \index, \completeindex
-10. \setuplayout, \setupfootertexts, \setupheadertexts
-
-If you are interested in the process of development you may observe
-
- http://code.google.com/p/ctex-doc/updates/list
-
-Report feedback in the Issues section of ctex-doc project,
-or in http://bbs.ctex.org forum.
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/cmds.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/cmds.pdf
deleted file mode 100644
index 3b7192f2f16..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/cmds.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/Makefile b/Master/texmf-dist/doc/context/third/context-top-ten/src/Makefile
deleted file mode 100644
index b8cb751423b..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-TEXOPT = --purgeall --xtx
-NONSRC = cmds.pdf ../cmds.pdf
-TEMP = cmds.tui cmds.log cmds.tmp cmds.tuo *.mp
-
-cmds.pdf: cmds.tex
- @echo "ConTeXting..."
- @texexec $(TEXOPT) cmds.tex
- @mv cmds.pdf ../
- @echo "Done."
-
-all: cmds.pdf
- @echo "All done."
-
-clean: cleantemp
- @echo "Cleaning pdf..."
- @rm -fv $(NONSRC)
- @echo "Done."
-
-cleantemp:
- @echo "Cleaning..."
- @rm -fv $(TEMP)
- @echo "Done."
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/apple.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/apple.pdf
deleted file mode 100644
index ab833fa83eb..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/apple.pdf
+++ /dev/null
@@ -1,77 +0,0 @@
-%PDF-1.4
-%
-3 0 obj
-<< /Length 4 0 R
- /Filter /FlateDecode
- /Type /XObject
- /Subtype /Form
- /BBox [ 0 0 324.149017 386.372559 ]
- /Group <<
- /Type /Group
- /S /Transparency
- /CS /DeviceRGB
- >>
- /Resources 2 0 R
->>
-stream
-xmR;P }
-)t!0fMLcj$J$!O?sِjI|%Y΅Hʡ|鸡-sV'>I}8b6|3,l㊦(Y(6Jn3:j8HX/wc23;4/Z )Vb꘮'Bl_WOu VR]/ҹ˽90f,[%b_0ǝII׷H5S8 z>许s",wtl#^ؙ+ Z]VqJ)K5we"NjbB<="2ԥa@_l^_Í}
-endstream
-endobj
-4 0 obj
- 351
-endobj
-2 0 obj
-<<
- /ExtGState <<
- /a0 << /CA 1 /ca 1 >>
- >>
->>
-endobj
-5 0 obj
-<< /Type /Page
- /Parent 1 0 R
- /MediaBox [ 0 0 324.149017 386.372559 ]
- /Contents 3 0 R
- /Group <<
- /Type /Group
- /S /Transparency
- /CS /DeviceRGB
- >>
- /Resources 2 0 R
->>
-endobj
-1 0 obj
-<< /Type /Pages
- /Kids [ 5 0 R ]
- /Count 1
->>
-endobj
-6 0 obj
-<< /Creator (cairo 1.6.4 (http://cairographics.org))
- /Producer (cairo 1.6.4 (http://cairographics.org))
->>
-endobj
-7 0 obj
-<< /Type /Catalog
- /Pages 1 0 R
->>
-endobj
-xref
-0 8
-0000000000 65535 f
-0000000927 00000 n
-0000000641 00000 n
-0000000015 00000 n
-0000000619 00000 n
-0000000713 00000 n
-0000000992 00000 n
-0000001117 00000 n
-trailer
-<< /Size 8
- /Root 7 0 R
- /Info 6 0 R
->>
-startxref
-1169
-%%EOF
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.asy b/Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.asy
deleted file mode 100644
index 7f672d4f8f4..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.asy
+++ /dev/null
@@ -1,44 +0,0 @@
-int Width = 600;
-int Height = 450;
-int LEFT = 30;
-int RIGHT = 30;
-int TOP = 35;
-int BOTTOM = 40;
-pen BG = rgb(0.44531, 0.625, 0.80859);
-pen FG = rgb(0.33203125, 0.33984375, 0.324121875);
-pen TEXT_BG = rgb(255,255,255) + opacity(0.8);
-pen BGW = linewidth(16);
-pen FGW = linewidth(12);
-path OUTLINE = (0,0)--(Width,0)--(Width,Height)--(0, Height)--cycle;
-path TEXT_AREA = (LEFT,BOTTOM)--(Width-RIGHT, BOTTOM)--
- (Width-RIGHT,Height-TOP)--(LEFT,Height-TOP)--cycle;
-size(Width, Height);
-
-srand(0);
-fill(OUTLINE, BG);
-
-path drawRandCircle();
-path simpleCircle(pair center, real r);
-
-simpleCircle = new path(pair center, real r)
-{
- path temp = (center.x, center.y - r) .. (center.x + r, center.y) .. (center.x, center.y + r) .. (center.x - r, center.y) .. cycle;
- return temp;
-};
-
-drawRandCircle = new path()
-{
- real Xx = rand() * ((real)(Width) / randMax);
- real Yy = rand() * ((real)(Height) / randMax);
- real R = rand() * (Height/3.0 / randMax);
- path temp = simpleCircle((Xx, Yy), R);
- draw(temp, BG + BGW);
- draw(temp, FG + FGW);
- return temp;
-};
-
-path Circle;
-for(int i = 0; i <= 15; ++i)
- drawRandCircle();
-fill(TEXT_AREA, TEXT_BG);
-clip(OUTLINE);
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.eps b/Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.eps
deleted file mode 100644
index 1c7e31bc976..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.eps
+++ /dev/null
@@ -1,320 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%BoundingBox: 5 170 606 621
-%%HiResBoundingBox: 5.5 170.5 605.5 620.5
-%%Creator: Asymptote 1.42
-%%CreationDate: 2008.04.14 22:26:20
-%%Pages: 1
-%%Page: 1 1
-/Setlinewidth {0 exch dtransform dup abs 1 lt {pop 0}{round} ifelse idtransform setlinewidth pop} bind def
-gsave
- 5.5 170.5 translate
-gsave
-newpath 0 0 moveto
- 600 0 lineto
- 600 450 lineto
- 0 450 lineto
- 0 0 lineto
-closepath
-clip
-newpath 0 0 moveto
- 600 0 lineto
- 600 450 lineto
- 0 450 lineto
- 0 0 lineto
-closepath
-0.25 0.5 1 setrgbcolor
-0.5 Setlinewidth
-1 setlinecap
-1 setlinejoin
-fill
-newpath 504.11263 60.0074335 moveto
- 568.986694 60.0074335 621.577514 112.598253 621.577514 177.472317 curveto
- 621.577514 242.346381 568.986694 294.937201 504.11263 294.937201 curveto
- 439.238566 294.937201 386.647747 242.346381 386.647747 177.472317 curveto
- 386.647747 112.598253 439.238566 60.0074335 504.11263 60.0074335 curveto
-closepath
-16 Setlinewidth
-stroke
-newpath 504.11263 60.0074335 moveto
- 568.986694 60.0074335 621.577514 112.598253 621.577514 177.472317 curveto
- 621.577514 242.346381 568.986694 294.937201 504.11263 294.937201 curveto
- 439.238566 294.937201 386.647747 242.346381 386.647747 177.472317 curveto
- 386.647747 112.598253 439.238566 60.0074335 504.11263 60.0074335 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 479.06402 380.608606 moveto
- 495.429711 380.608606 508.696725 393.87562 508.696725 410.241311 curveto
- 508.696725 426.607002 495.429711 439.874016 479.06402 439.874016 curveto
- 462.698329 439.874016 449.431315 426.607002 449.431315 410.241311 curveto
- 449.431315 393.87562 462.698329 380.608606 479.06402 380.608606 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 479.06402 380.608606 moveto
- 495.429711 380.608606 508.696725 393.87562 508.696725 410.241311 curveto
- 508.696725 426.607002 495.429711 439.874016 479.06402 439.874016 curveto
- 462.698329 439.874016 449.431315 426.607002 449.431315 410.241311 curveto
- 449.431315 393.87562 462.698329 380.608606 479.06402 380.608606 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 201.133653 304.037111 moveto
- 224.145264 304.037111 242.79986 322.691707 242.79986 345.703318 curveto
- 242.79986 368.714928 224.145264 387.369524 201.133653 387.369524 curveto
- 178.122043 387.369524 159.467447 368.714928 159.467447 345.703318 curveto
- 159.467447 322.691707 178.122043 304.037111 201.133653 304.037111 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 201.133653 304.037111 moveto
- 224.145264 304.037111 242.79986 322.691707 242.79986 345.703318 curveto
- 242.79986 368.714928 224.145264 387.369524 201.133653 387.369524 curveto
- 178.122043 387.369524 159.467447 368.714928 159.467447 345.703318 curveto
- 159.467447 322.691707 178.122043 304.037111 201.133653 304.037111 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 332.381973 120.498035 moveto
- 384.479347 120.498035 426.712612 162.7313 426.712612 214.828673 curveto
- 426.712612 266.926047 384.479347 309.159312 332.381973 309.159312 curveto
- 280.2846 309.159312 238.051335 266.926047 238.051335 214.828673 curveto
- 238.051335 162.7313 280.2846 120.498035 332.381973 120.498035 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 332.381973 120.498035 moveto
- 384.479347 120.498035 426.712612 162.7313 426.712612 214.828673 curveto
- 426.712612 266.926047 384.479347 309.159312 332.381973 309.159312 curveto
- 280.2846 309.159312 238.051335 266.926047 238.051335 214.828673 curveto
- 238.051335 162.7313 280.2846 120.498035 332.381973 120.498035 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 218.870684 88.1959508 moveto
- 297.755977 88.1959508 361.705142 152.145116 361.705142 231.03041 curveto
- 361.705142 309.915703 297.755977 373.864868 218.870684 373.864868 curveto
- 139.98539 373.864868 76.0362249 309.915703 76.0362249 231.03041 curveto
- 76.0362249 152.145116 139.98539 88.1959508 218.870684 88.1959508 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 218.870684 88.1959508 moveto
- 297.755977 88.1959508 361.705142 152.145116 361.705142 231.03041 curveto
- 361.705142 309.915703 297.755977 373.864868 218.870684 373.864868 curveto
- 139.98539 373.864868 76.0362249 309.915703 76.0362249 231.03041 curveto
- 76.0362249 152.145116 139.98539 88.1959508 218.870684 88.1959508 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 549.717041 178.475738 moveto
- 609.139864 178.475738 657.31158 226.647454 657.31158 286.070278 curveto
- 657.31158 345.493101 609.139864 393.664817 549.717041 393.664817 curveto
- 490.294218 393.664817 442.122501 345.493101 442.122501 286.070278 curveto
- 442.122501 226.647454 490.294218 178.475738 549.717041 178.475738 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 549.717041 178.475738 moveto
- 609.139864 178.475738 657.31158 226.647454 657.31158 286.070278 curveto
- 657.31158 345.493101 609.139864 393.664817 549.717041 393.664817 curveto
- 490.294218 393.664817 442.122501 345.493101 442.122501 286.070278 curveto
- 442.122501 226.647454 490.294218 178.475738 549.717041 178.475738 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 84.9615332 270.690909 moveto
- 86.3119168 270.690909 87.406619 271.785611 87.406619 273.135994 curveto
- 87.406619 274.486378 86.3119168 275.58108 84.9615332 275.58108 curveto
- 83.6111496 275.58108 82.5164475 274.486378 82.5164475 273.135994 curveto
- 82.5164475 271.785611 83.6111496 270.690909 84.9615332 270.690909 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 84.9615332 270.690909 moveto
- 86.3119168 270.690909 87.406619 271.785611 87.406619 273.135994 curveto
- 87.406619 274.486378 86.3119168 275.58108 84.9615332 275.58108 curveto
- 83.6111496 275.58108 82.5164475 274.486378 82.5164475 273.135994 curveto
- 82.5164475 271.785611 83.6111496 270.690909 84.9615332 270.690909 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 145.732062 -58.8723036 moveto
- 212.352246 -58.8723036 266.358576 -4.86597408 266.358576 61.7542096 curveto
- 266.358576 128.374393 212.352246 182.380723 145.732062 182.380723 curveto
- 79.1118787 182.380723 25.1055492 128.374393 25.1055492 61.7542096 curveto
- 25.1055492 -4.86597408 79.1118787 -58.8723036 145.732062 -58.8723036 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 145.732062 -58.8723036 moveto
- 212.352246 -58.8723036 266.358576 -4.86597408 266.358576 61.7542096 curveto
- 266.358576 128.374393 212.352246 182.380723 145.732062 182.380723 curveto
- 79.1118787 182.380723 25.1055492 128.374393 25.1055492 61.7542096 curveto
- 25.1055492 -4.86597408 79.1118787 -58.8723036 145.732062 -58.8723036 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 94.0074536 160.95641 moveto
- 104.759646 160.95641 113.476021 169.672785 113.476021 180.424977 curveto
- 113.476021 191.17717 104.759646 199.893544 94.0074536 199.893544 curveto
- 83.2552609 199.893544 74.5388865 191.17717 74.5388865 180.424977 curveto
- 74.5388865 169.672785 83.2552609 160.95641 94.0074536 160.95641 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 94.0074536 160.95641 moveto
- 104.759646 160.95641 113.476021 169.672785 113.476021 180.424977 curveto
- 113.476021 191.17717 104.759646 199.893544 94.0074536 199.893544 curveto
- 83.2552609 199.893544 74.5388865 191.17717 74.5388865 180.424977 curveto
- 74.5388865 169.672785 83.2552609 160.95641 94.0074536 160.95641 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 65.2852812 416.777497 moveto
- 83.3662753 416.777497 98.023817 431.435039 98.023817 449.516033 curveto
- 98.023817 467.597027 83.3662753 482.254569 65.2852812 482.254569 curveto
- 47.2042872 482.254569 32.5467454 467.597027 32.5467454 449.516033 curveto
- 32.5467454 431.435039 47.2042872 416.777497 65.2852812 416.777497 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 65.2852812 416.777497 moveto
- 83.3662753 416.777497 98.023817 431.435039 98.023817 449.516033 curveto
- 98.023817 467.597027 83.3662753 482.254569 65.2852812 482.254569 curveto
- 47.2042872 482.254569 32.5467454 467.597027 32.5467454 449.516033 curveto
- 32.5467454 431.435039 47.2042872 416.777497 65.2852812 416.777497 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 307.759437 285.704531 moveto
- 358.512182 285.704531 399.655412 326.84776 399.655412 377.600506 curveto
- 399.655412 428.353251 358.512182 469.496481 307.759437 469.496481 curveto
- 257.006691 469.496481 215.863462 428.353251 215.863462 377.600506 curveto
- 215.863462 326.84776 257.006691 285.704531 307.759437 285.704531 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 307.759437 285.704531 moveto
- 358.512182 285.704531 399.655412 326.84776 399.655412 377.600506 curveto
- 399.655412 428.353251 358.512182 469.496481 307.759437 469.496481 curveto
- 257.006691 469.496481 215.863462 428.353251 215.863462 377.600506 curveto
- 215.863462 326.84776 257.006691 285.704531 307.759437 285.704531 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 177.618971 208.255442 moveto
- 221.052344 208.255442 256.262049 243.465148 256.262049 286.89852 curveto
- 256.262049 330.331893 221.052344 365.541599 177.618971 365.541599 curveto
- 134.185598 365.541599 98.9758921 330.331893 98.9758921 286.89852 curveto
- 98.9758921 243.465148 134.185598 208.255442 177.618971 208.255442 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 177.618971 208.255442 moveto
- 221.052344 208.255442 256.262049 243.465148 256.262049 286.89852 curveto
- 256.262049 330.331893 221.052344 365.541599 177.618971 365.541599 curveto
- 134.185598 365.541599 98.9758921 330.331893 98.9758921 286.89852 curveto
- 98.9758921 243.465148 134.185598 208.255442 177.618971 208.255442 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 296.149792 393.871243 moveto
- 320.382676 393.871243 340.02731 413.515877 340.02731 437.748761 curveto
- 340.02731 461.981645 320.382676 481.626278 296.149792 481.626278 curveto
- 271.916908 481.626278 252.272275 461.981645 252.272275 437.748761 curveto
- 252.272275 413.515877 271.916908 393.871243 296.149792 393.871243 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 296.149792 393.871243 moveto
- 320.382676 393.871243 340.02731 413.515877 340.02731 437.748761 curveto
- 340.02731 461.981645 320.382676 481.626278 296.149792 481.626278 curveto
- 271.916908 481.626278 252.272275 461.981645 252.272275 437.748761 curveto
- 252.272275 413.515877 271.916908 393.871243 296.149792 393.871243 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 462.814619 121.548165 moveto
- 526.596369 121.548165 578.301694 173.25349 578.301694 237.035241 curveto
- 578.301694 300.816991 526.596369 352.522316 462.814619 352.522316 curveto
- 399.032868 352.522316 347.327543 300.816991 347.327543 237.035241 curveto
- 347.327543 173.25349 399.032868 121.548165 462.814619 121.548165 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 462.814619 121.548165 moveto
- 526.596369 121.548165 578.301694 173.25349 578.301694 237.035241 curveto
- 578.301694 300.816991 526.596369 352.522316 462.814619 352.522316 curveto
- 399.032868 352.522316 347.327543 300.816991 347.327543 237.035241 curveto
- 347.327543 173.25349 399.032868 121.548165 462.814619 121.548165 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 240.137173 358.691042 moveto
- 263.607735 358.691042 282.634385 377.717691 282.634385 401.188253 curveto
- 282.634385 424.658815 263.607735 443.685465 240.137173 443.685465 curveto
- 216.666611 443.685465 197.639961 424.658815 197.639961 401.188253 curveto
- 197.639961 377.717691 216.666611 358.691042 240.137173 358.691042 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 240.137173 358.691042 moveto
- 263.607735 358.691042 282.634385 377.717691 282.634385 401.188253 curveto
- 282.634385 424.658815 263.607735 443.685465 240.137173 443.685465 curveto
- 216.666611 443.685465 197.639961 424.658815 197.639961 401.188253 curveto
- 197.639961 377.717691 216.666611 358.691042 240.137173 358.691042 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-newpath 211.475008 225.622063 moveto
- 287.609654 225.622063 349.328979 287.341388 349.328979 363.476034 curveto
- 349.328979 439.61068 287.609654 501.330005 211.475008 501.330005 curveto
- 135.340362 501.330005 73.6210373 439.61068 73.6210373 363.476034 curveto
- 73.6210373 287.341388 135.340362 225.622063 211.475008 225.622063 curveto
-closepath
-0.25 0.5 1 setrgbcolor
-16 Setlinewidth
-stroke
-newpath 211.475008 225.622063 moveto
- 287.609654 225.622063 349.328979 287.341388 349.328979 363.476034 curveto
- 349.328979 439.61068 287.609654 501.330005 211.475008 501.330005 curveto
- 135.340362 501.330005 73.6210373 439.61068 73.6210373 363.476034 curveto
- 73.6210373 287.341388 135.340362 225.622063 211.475008 225.622063 curveto
-closepath
-1 0.445887446 0 setrgbcolor
-12 Setlinewidth
-stroke
-grestore
-grestore
-showpage
-%%EOF
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.pdf
deleted file mode 100644
index db01ed18c89..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/bg-slide.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/cmds.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/cmds.pdf
deleted file mode 100644
index 1487edd10f4..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/cmds.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/cmds.tex b/Master/texmf-dist/doc/context/third/context-top-ten/src/cmds.tex
deleted file mode 100644
index 50ec11249cf..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/cmds.tex
+++ /dev/null
@@ -1,846 +0,0 @@
-%% Time-stamp: <corsair 2009-07-12 22:48:27>
-%%
-%% Author: Corsair <chris.corsair@gmail.com>
-%% Released under GNU FDL v1.3 (http://www.gnu.org/copyleft/fdl.html)
-
-\usemodule[pre-general]
-\setuppapersize[S6][S6]
-\setuplayout [width=fit,
- rightmargin=1.5cm,
- leftmargin=1.5cm,
- leftmargindistance=0pt,
- rightmargindistance=0pt,
- height=fit,
- topspace=1.8cm,
- header=0pt,
- footer=1.2cm,
- bottomspace=0.5cm,
- backspace=1.5cm,
- location=singlesided]
-
-% \starttypescript[serif][palatino][palatino]
-% \definefontsynonym[Serif][pplr]
-% \stoptypescript
-
-\definecolor[orange][r=0.8047, g=0.3594, b=0]
-\definecolor[problue][r=0.125, g=0.28906, b=0.52734]
-\definecolor[litegrey][r=0.9, g=0.9, b=0.9]
-
-% XeTeX Fonts
-% Linux
-\definetypeface[prof][ss][Xsans][Myriad Pro]
-\definetypeface[prof][rm][Xserif][Palatino LT Std]
-\definetypeface[prof][tt][Xmono][Consolas]
-% Mac
-% \definetypeface[prof][ss][Xsans][Myriad Pro]
-% \definetypeface[prof][rm][Xserif][Palatino]
-% \definetypeface[prof][tt][Xmono][Monaco][default][rscale=0.85]
-\setupbodyfont
- [prof,14.4pt]
-\setuphead
- [section]
- [numberstyle=\ssbf,
- textstyle=\ssbf,
- page=yes]
-\setuphead
- [subject]
- [textstyle=\ssbf,color=sub]
-\setupcaptions[style=\ss]
-\setuptyping
- [before=\startbackground,
- after=\stopbackground]
-\setupbackground[background=color, backgroundcolor=litegrey]
-\setuptype
- [style=\tt, color=problue]
-\setupitemize[packed]
-
-% \setuppagenumbering[state=stop]
-% \switchtobodyfont[modern,20pt]
-\setuptolerance[verytolerant,stretch]
-\setupinteractionscreen[option=max]
-\setupwhitespace[medium]
-\setupindenting[medium]
-\setupinterlinespace[line=1.3\bodyfontsize]
-\setupfootertexts[pagenumber]
-
-\setupcolors[state=start]
-\setupbackgrounds[page][background=color,backgroundcolor=]
-\setupinteraction
- [state=start,
-% color=middlered,
- style=\rm
-]
-\useURL [garden][http://contextgarden.net][][Context garden]
-\useURL [wiki][http://wiki.contextgarden.net/Main_Page][][\CONTEXT\
- wiki]
-\useURL [wiki_table][http://wiki.contextgarden.net/Table][][table
- page]
-\useURL [ctexbbs][http://bbs.ctex.org/][][CTeX BBS]
-\definetyping[TEX][option=TEX,style=type]
-
-\defineoverlay
- [bg]
- [{\externalfigure[bg-slide.pdf]}]
-
-\defineoverlay
- [title]
- [{\externalfigure[title-slide.pdf][width=\overlaywidth,height=\overlayheight]}]
-
-\definedescription[definition][location=left]
-
-\starttext
-\setupbackgrounds[paper][state=start,background=bg]
-% \setupfooter[state=start]
-
-% Title Slide
-\page[blank]
-\setupbackgrounds[paper][state=start,background=title]
-
-\ \par
-\blank[3cm]
-\switchtobodyfont[sansserif,1.2cm]
-\midaligned{\bf \CONTEXT\ Macros Top Ten}
-\switchtobodyfont[sansserif,0.8cm]
-% \midaligned{\bf An Introduction to \CONTEXT\ (draft)}
-\blank[2cm]
-\midaligned{Corsair {\tt\tx <chris.corsair@gmail.com>}}
-\page[yes]
-\setupbackgrounds[paper][state=stop]
-\setupbackgrounds[paper][state=start,background=bg]
-\switchtobodyfont[prof,14.4pt]
-
-%% End of Title
-\rm
-
-\completecontent % [alternative=f]
-
-% \setuppagenumbering[state=start]
-
-\section{Introduction}
-
-\CONTEXT\ has a huge quantity of commands which might shoo away
-novices. For example, there are at least 9 commands to change
-characters' case and typeset them properly, including \type{\cap},
-\type{\Cap}, \type{\kap}, \type{\Words}, etc.. So in the beginning of
-the \CONTEXT\ manual, the author lists ten groups of them which are
-considered most frequently used:
-
- \startitemize[n]
- \item \type{\starttext}, \type{stoptext}
- \item \type{\chapter}, \type{\section}, \type{\title},
- \type{\subject}, \type{\setuphead}, \type{\completecontent}
- \item \type{\em}, \type{\bf}, \type{\cap}
- \item \type{\startitemize}, \type{\stopitemize},
- \type{\item}, \type{\head}
- \item \type{\abbreviation}, \type{\infull},
- \type{\completelistofabbreviations}
- \item \type{\placefigure}, \type{\externalfigure},
- \type{\useexternalfigures}
- \item \type{\placetable}, \type{\starttable}, \type{\stoptable}
- \item \type{\definedescription}, \type{\defineenumeration}
- \item \type{\index}, \type{\completeindex}
- \item \type{\setuplayout}, \type{\setupfootertexts}, \type{\setupheadertexts}
- \stopitemize
-
-So let's walk 'em through!
-
-\section{The \type{text} Environment}
-
-You just cannot typeset anything if not use this environment. It's
-like the \type{document} environment in \LaTeX. In \CONTEXT, this
-(and all) environment is issued with \type{\start} and \type{\stop}.
-
-\startTEX
-\starttext
-Once there was a mountain ...
-\stoptext
-\stopTEX
-
-Like in \LaTeX, it is preferred to setup the whole document before
-\type{\starttext} so that structure and style are separated.
-
-\section[sec:struct]{Structure of An Article}
-
-You {\em do} know that articles have structure, don't you? Remember
-when we were young and the world was in chaos, we used to typeset a
-line of title in M\$ Word, by bold-ing, large-ing and centering it?
-Yes, but that was bad old time. Today we use \type{\section} and
-\type{\title}!
-
-\startTEX
-\starttext
- \section[sec:mnt]{The Mountain}
- Once there was a mountain ...
-\stoptext
-\stopTEX
-
-\startframedtext[middle]
- {\tfa \bf 1 \ \ The Mountain}
- \blank[0.5cm]
- Once there was a mountain \ldots
-\stopframedtext
-
-The \type{[...]} stuff is an optional label of this head, which
-enables you to cross-reference it easily with \type{\in}, \type{\at}
-or \type{\about}.
-
-\type{\subject} is another unnumbered version of \type{\section}.
-Some of the structure elements are listed in table~\in[tab:strele].
-
-\placetable
- [here][tab:strele]
- {\Words{Structure elements in \CONTEXT}}
- \starttable[|c|l|l|]
- \NC level \VL numbered title \VL unnumbered title \LR
- \HL
- \NC 1 \VL \type{\part} \VL \AR
- \NC 2 \VL \type{\chapter} \VL \type{\title} \AR
- \NC 3 \VL \type{\section} \VL \type{\subject} \AR
- \NC 4 \VL \type{\subsection} \VL \type{\subsubject} \AR
- \NC 5 \VL \type{\subsubsection} \VL \type{\subsubsubject} \AR
- \stoptable
-
- Now we know how to typeset heads. But what if we want to make all
- heads in a different font, for example, change them to sans-serif
- font (like in this artile)? Must we add a \type{\ss} in every
- section, subsection, subsubsection ? Definitely no. \CONTEXT\
- provides a rather convenient interface to change whatever style,
- including that of titles, in your article.
-
-\startTEX
-\setuphead
- [section,subsection,subsubsection]
- [numberstyle=\ssbf, textstyle=\ssbf]
-\stopTEX
-
-Put this block of code before \type{\starttext}, and boom, we're
-done. In fact, in \CONTEXT, almost everything can be setup in this
-way. \pagereference[page:itemize] Take \type{itemize} environment as example which is used to
-typeset a list, \type{\setupitemize[packed]} makes all lists be
-rendered in a compact style.
-
-Structuring elements have a bunch of other options, which are
-explained in {\it \CONTEXT en} (\CONTEXT\ manual), section 8.2.
-
-With these structures, we can form a table of contents for out article
-with \type{\completecontent} which is similar to
-\type{\tableofcontents} in \LaTeX, except that the former one is much
-much more customizable.
-
-\section[sec:font]{Fancy Fonts}
-
-Why do we use different fonts in the main text? Well, we have our
-reasons. The most common one is to emphasize something. In \CONTEXT\
-(actually in plain \TeX) we use \type{\em} to do it. It does various
-things in different environment. Normally, it
-toggles “slant-ish-ness” of the text, while in quoted text, it might
-underline it.
-
-\startTEX
-Once there was a {\em mountain},
-in the {\sl mountain {\em there} was a temple},
-in which a {\bf {\em monk} was telling a story}.
-\stopTEX
-
-\startframedtext[middle]
-Once there was a {\em mountain},
-in the {\sl mountain {\em there} was a temple},
-in which a {\bf {\em monk} was telling a story}.
-\stopframedtext
-
-So why bother using \type{\em} instead of \type{\sl}? Simple.
-\type{\em} tells us the text there is important while \type{\sl} does
-not. If we use \type{\sl} in all cases, what so important about a
-important block of text comparing to a book's name?
-
-Besides italic and bold fonts, \TeX\ make heavy use of {\sc small cap}
-characters which are look like small upper-cased characters, though in
-theory they are {\em not} upper-cased characters in small size. \TeX
-ers love small cap fonts because they look really nice in some font
-families that come with their \TeX\ distributions (and small cap is
-one of the many traditions in typography). In fact, small cap faces
-in those families are separately designed just like italic and bold
-faces.
-
-\pagereference[page:sc]
-Generally, small cap is used to indicate that a word is an
-abbreviation or an acronym. For example, “\cap{pdf}” is produced from
-\type|\cap{pdf}|, and “\cap{html}” from \type|\cap{html}|.
-
-\section[sec:lists]{Lists}
-
-Lists help us thinking. There are at least two kinds of list existing
-in this universe: numbered and unnumbered. In \LaTeX, we use
-\type{itemize} and \type{enumerate} environments respectively, while
-in \CONTEXT, \type{itemize} rules them all.
-
-\startTEX
-\startitemize[n]
-\item Atom Heart Mother
-\item Dark Side of The Moon
-\item Wish You Were Here
-\stopitemize
-\stopTEX
-
-\startframedtext[middle]
- \startitemize[n,unpacked]
- \item Atom Heart Mother
- \item Dark Side of The Moon
- \item Wish You Were Here
- \stopitemize
-\stopframedtext
-
-The \type{[n]} tells \CONTEXT\ that this list is a numbered one.
-Other options are listed in table \in[tab:listprefix].
-
-\placetable
- [here]
- [tab:listprefix]
- {\Words{Table of all list prefixes}}
- \starttable[|c|l|c|l|]
- \NC\ \bf option \NC \bf prefix \VL \bf option \NC \bf prefix \LR
- \HL
- \NC \tt n \NC 1,2,3 \VL \tt 1 \NC dot \AR
- \NC \tt a \NC a,b,c \VL \tt 2 \NC dash \AR
- \NC \tt A \NC A,B,C \VL \tt 3 \NC star \AR
- \NC \tt KA \NC \kap{a,b,c} \VL \tt 4 \NC triangle \AR
- \NC \tt r \NC \romannumeral1,\romannumeral2,\romannumeral3 \VL \tt
- 5 \NC circle \AR
- \NC \tt R \NC
- \uppercase\expandafter{\romannumeral1},\uppercase\expandafter{\romannumeral2},\uppercase\expandafter{\romannumeral3}
- \VL \tt 6 \NC big circle \AR
- \NC \tt KR \NC \cap{\romannumeral1,\romannumeral2,\romannumeral3} \VL
- \tt 7 \NC bigger circle \AR
- \NC \tt m \NC {\os 1},{\os 2},{\os 3} \VL \tt 8 \NC square \AR
- \NC \tt g \NC $\alpha$,$\beta$,$\gamma$ \VL \NC \AR
- \NC \tt G \NC $\Alpha$,$\Beta$,$\Gamma$ \VL \NC \AR
- \stoptable
-
-Yes, every possible prefix you can think of is here for you. And if
-you think that space between lines is way too large, add a
-\type{packed} option to \type{\startitemize} or set it up in the way I
-discribed in section \in[sec:struct], page \at[page:itemize].
-
-There's a \type{\head} macro also, to typeset fancy two-leveled lists
-like the following:
-
-\startTEX
-\startitemize[1,packed]
- \head Pink Floyd \par
- \startitemize[g]
- \item Atom Heart Mother
- \item Dark Side of The Moon
- \item Wish You Were Here
- \stopitemize
- \head Muse \par
- \startitemize[continue]
- \item Black Holes and Revelations
- \item Absolution
- \item Hullabaloo
- \stopitemize
-\stopitemize
-\stopTEX
-
-\startframedtext[middle]
-\startitemize[1,packed]
- \head Pink Floyd \par
- \startitemize[g]
- \item Atom Heart Mother
- \item Dark Side of The Moon
- \item Wish You Were Here
- \stopitemize
- \head Muse \par
- \startitemize[continue]
- \item Black Holes and Revelations
- \item Absolution
- \item Hullabaloo
- \stopitemize
-\stopitemize
-\stopframedtext
-
-\section{Long Things Short}
-
-\definesynonyms[abbr][abbrs][\infull]
-
-In section \in[sec:font], page \at[page:sc], we referred that usually
-people use small cap font to indicate a synonym or abbreviation.
-However, if you are writing a really formal document like a science
-paper, you might want to have more control over synonyms and even had
-a index of them. In \CONTEXT, we can do this with
-\type{\definesynonyms} and \type{\completelistofabbreviations}.
-
-First off, we define a new type of synonym called \type{abbr}:
-
-\startTEX
-\definesynonyms[abbr][abbrs][\infull]
-\stopTEX
-
-The three arguments are all arbitrary. The first two are singular and
-plural name of this kind of synonym, and the third one is the command
-that we will use to expand the abbreviations.
-
-Now we define an \type{abbr}:
-
-\startTEX
-\abbr{CSS}{Cascading Style Sheets}
-\stopTEX
-
-Thus we can use this abbreviation in our article:
-
-\startTEX
-\infull{CSS} is a way of rendering the style of a web page from multiple sources with a defined order of precedence where the definitions of any style element conflict.
-\stopTEX
-
-\startframedtext[middle]
- \abbr{CSS}{Cascading Style Sheets}
-
- \infull{CSS} is a way of rendering the style of a web page from
- multiple sources with a defined order of precedence where the
- definitions of any style element conflict.
-\stopframedtext
-
-The newly defined macro \type{\abbr} has another usage, which can
-define a macro to make our fingers comfortable:
-
-\startTEX
-\abbr[css]{CSS}{Cascading Style Sheets}
-\stopTEX
-
-Thus, \type{\css} does the same things as \type|\infull{CSS}| does.
-
-Also, \type{\definesynonyms} has another form:
-
-\startTEX
-\definesynonyms[abbr][abbrs][\inshort][\infull]
-\stopTEX
-
-Then we have a new macro \type{\inshort} which just leave the
-abbreviation be.
-
-\startTEX
-\infull{CSS} (\inshort{CSS}) is a way of rendering the style of a web page from multiple sources with a defined order of precedence where the definitions of any style element conflict.
-\stopTEX
-
-\definesynonyms[abbr][abbrs][\inshort][\infull]
-\abbr{CSS}{Cascading Style Sheets}
-
-\startframedtext[middle]
- \infull{CSS} (\inshort{CSS}) is a way of rendering the style of a
- web page from multiple sources with a defined order of precedence
- where the definitions of any style element conflict.
-\stopframedtext
-
-Like the table of contents, we can have a list of all \type{abbr}s:
-
-\startTEX
-\completelistofabbrs
-\stopTEX
-
-In case you don't know, “abbrs” in the macro above is the plural
-name we defined with \type{\definesynonyms}.
-
-\section{Figures Talk}
-
-If you have used \LaTeX\ before, you might have noticed how hard to
-work with figures in it. It even needs an external macro package to
-do that! But in \CONTEXT, we have \type{\externalfigure}.
-
-\startTEX
-\externalfigure[sin.pdf][width=7cm]
-\stopTEX
-
-\externalfigure[sin.pdf][width=7cm]
-
-That's it. We inserted a figure into our article. Normally \CONTEXT\
-will identify same image file inserted multiple times, and reuse it to
-save memory and reduce output file size. If you are kind of in doubt
-with it and want a fine control, \type{\useexternalfigure} is for you.
-
-\startTEX
-\useexternalfigure[sine][sin.pdf][width=3cm]
-\externalfigure[sine]
-\stopTEX
-
-However, \TeX ers hardly like typesetting a figure in this way that
-the picture is fixed there where the codes are. More often do they
-use a “floating environment” instead, in which position of a figure
-is not fixed, but, in theory, “hanging around” in a specific area,
-and the actual position is determined by an algorithm stored in the
-\TeX\ compiler. \CONTEXT\ provides \type{\placefigure} macro to place
-a floating figure.
-
-% So what's so great about this floating thing? Simply put, have you
-% ever run into such a situation that in M\$ Word, you put a figure just
-% at the bottom of a page, and you made a horrible decision that you
-% inserted a line of text before that figure, and then you found
-% yourself in hell because the figure was pushed into the next page and
-% its previous room became an area of blank which seemed to be laughing
-% at you? Do you know why we are not letting the figure be in a fixed
-% position now?
-
-\startTEX
-\placefigure[here][fig:smile]{\Words{GNU post}}
- {\externalfigure[post.pdf][width=6cm]}
-\stopTEX
-
-\placefigure[here][fig:smile]{\Words{GNU post}}
- {\externalfigure[post.pdf][width=6cm]}
-
-The \type{[here]} option tells \CONTEXT\ that we prefer this figure
-right here if it is really fit. It can also be \type{left},
-\type{right}, \type{top}, \type{bottom}, \ldots We can as well ignore
-this option which leaves \type{here} as default.
-
-Furthermore, multiple images can be placed in one block using the
-\type{combination} environment.
-
-\startTEX
-\placefigure
- [bottom]
- [fig:comb]
- {\Words{Multiple figures in one floating env.}}
- {\startcombination[3*2]
- {\externalfigure[post.pdf][width=2.5cm]} {a}
- {\externalfigure[fish.pdf][width=2.5cm]} {b}
- {\externalfigure[apple.pdf][width=2cm]} {c}
- {\externalfigure[gnu.pdf][width=2.5cm]} {d}
- {\externalfigure[hacker.pdf][width=2.5cm]} {e}
- {\externalfigure[ctanlion.pdf][width=2.8cm]} {f}
- \stopcombination}
-\stopTEX
-
-\placefigure
- [bottom]
- [fig:comb]
- {\Words{Multiple figures in one floating env.}}
- {\startcombination[3*2]
- {\externalfigure[post.pdf][width=2.5cm]} {a}
- {\externalfigure[fish.pdf][width=2.5cm]} {b}
- {\externalfigure[apple.pdf][width=2cm]} {c}
- {\externalfigure[gnu.pdf][width=2.5cm]} {d}
- {\externalfigure[hacker.pdf][width=2.5cm]} {e}
- {\externalfigure[ctanlion.pdf][width=2.8cm]} {f}
- \stopcombination}
-
-Well, that's all for figures. Happy playing with them! BTW., you may
-have noticed that \type{[bottom]} is used in the block of code above.
-Pay attention to its behavior.
-
-\section{Tables}
-
-The construction of a tables in \CONTEXT\ might be quite different
-with what in your mind, especially if you have used \LaTeX\ before.
-Let's go through an example first.
-
-\startTEX
-\starttable[|l|c|r|]
-\NC {\bf Artist} \VL {\bf Album} \NC {\bf Title} \LR
-\HL
-\NC Pink Floyd \NC Wish You Were Here \VL Have A Cigar \AR
-\NC Muse \NC Hullabaloo \VL Forced In \AR
-\NC Queen \NC A Night at The Opera \VL Death on Two Legs \LR
-\stoptable
-\stopTEX
-
-\starttable[|l|c|r|]
-\NC {\bf Artist} \VL {\bf Album} \NC {\bf Title} \LR
-\HL
-\NC Pink Floyd \NC Wish You Were Here \VL Have A Cigar \AR
-\NC Muse \NC Hullabaloo \VL Forced In \AR
-\NC Queen \NC A Night at The Opera \VL Death on Two Legs \LR
-\stoptable
-
-As one can see, the formatting string which enclosed in the pair of
-square brace tells \CONTEXT\ only the align of the table, though we
-use \type{|} to seperate the three charactors. In \CONTEXT, we apply
-a more flexible scheme to typeset vertical lines in tables in
-comparison to that in \LaTeX\ that we use \type{\VL} to separate two
-cells so that \CONTEXT\ will add a vertical line between them.
-
-If you do not prefer a vertical line there, use \type{\NC} instead of
-\type{\VL}. All these “two-cap-lettered” macros for typesetting
-tables are listed in table \in[tab:cell-def]. To end a row, we
-usually use a \type{\AR} macro or, instead, \type{\LR} if it is either
-the last row or followed by a \type{\HL} that draw a horizontal line
-across the table.
-
-\CONTEXT\ provides a whole bunch of macros and options for column and
-cell definition. See a full list of them at the \from[wiki],
-\from[wiki_table].
-
-Like a figure, a table can be a floating object whose placement is
-calculated by \CONTEXT.
-
-\placetable[right][tab:cell-def]{Cell Definition Macros}{
- \starttable[|c|l|]
- \NC {\bf Macro} \VL {\bf Meaning} \LR
- \HL
- \NC \type{\NC} \VL next column \AR
- \NC \type{\HL} \VL horizontal line \AR
- \NC \type{\VL} \VL vertical line \AR
- \NC \type{\NR} \VL next row \LR
- \HL
- \NC \type{\SR} \VL single row \AR
- \NC \type{\FR} \VL first row \AR
- \NC \type{\MR} \VL middle row \AR
- \NC \type{\LR} \VL last row \LR
- \HL
- \NC \type{\AR} \VL automatic row \SR
- \stoptable}
-\startTEX
-\placetable[right][tab:cell-def]{Cell Definition Macros}{
- \starttable[|c|l|]
- \NC {\bf Macro} \VL {\bf Meaning} \LR
- \HL
- \NC \type{\NC} \VL next column \AR
- \NC \type{\HL} \VL horizontal line \AR
- \NC \type{\VL} \VL vertical line \AR
- \NC \type{\NR} \VL next row \LR
- ...
- \stoptable}
-\stopTEX
-
-\section{Descriptions}
-
-What you will write if you want to when you want to define something
-or describe stuff your readers might be interested in? Well,
-an “aaa: bbb” pair seems stupid enough to demonstrate that the
-writer is without sufficient training on typesetting. \CONTEXT\
-enables us to make it more fancy. To start with, we first use
-\type{\definedescription} macro:
-\startTEX
-\definedescription[definition][]
-\stopTEX
-which defines a stuff we would like to describe in default style.
-Then we can describe it like this
-\startTEX
-\definition{Fractal}
-A fractal is an object or quantity that displays self-similarity, in a somewhat technical sense, on all scales.\par
-\stopTEX
-\definition{Fractal}
-A fractal is an object or quantity that displays self-similarity, in a
-somewhat technical sense, on all scales. \par
-
-Note that the trailing \type{\par} or an extra newline is a must to
-end the description. If the description contains multiple paragraphs,
-we can also go for an environment:
-
-\startTEX
-\startdefinition{Vimperator}
-Vimperator is a free browser add-on for Firefox, which makes it look and behave like the Vim text editor. It has similar key bindings, and you could call it a modal web browser, as key bindings differ according to which mode you are in.
-
-Vimperator was written by Martin Stubenschrott. If you appreciate my work on Vimperator and want to encourage me working on it more, you can either send me greetings, patches or make a donation.
-\stopdefinition
-\stopTEX
-
-\startdefinition{Vimperator}
- Vimperator is a free browser add-on for Firefox, which makes it look
- and behave like the Vim text editor. It has similar key bindings,
- and you could call it a modal web browser, as key bindings differ
- according to which mode you are in.
-
- Vimperator was written by Martin Stubenschrott. If you appreciate my
- work on Vimperator and want to encourage me working on it more, you
- can either send me greetings, patches or make a donation.
-\stopdefinition
-
-We have already gone through lists in section \in[sec:lists], which is
-for normal vanilla itemizaion or enumerization. In this section, a
-more powerful technique is introduced to typeset item-structured
-content. The \type{itemize} environment provides us a good start for
-this kind of stuff, but what if we want a list with prefix other than
-table \in[tab:listprefix] has exhibited? \CONTEXT\ surely has macros
-for this, one of which is \type{\definedescription} macro. To use
-this command, we may first define our own description style like this
-
-\startTEX
-\definedescription
- [myitemization]
- [location=serried,headstyle=bold,width=broad]
-\stopTEX
-
-Then we have the macro \type{\myitemization} to typeset the
-description as we want:
-
-\startTEX
-\myitemization{icon}
-What for some languages looked like a handicap has now become a feature. Thousands of words and concepts are already layed down in characters. These characters therefore can be considered icons. \par
-\stopTEX
-
-\startnarrower
-\definedescription
- [myitemization]
- [location=serried,headstyle=bold,width=broad]
-\myitemization{icon}
-What for some languages looked like a handicap has now become a feature.
-Thousands of words and concepts are already layed down in characters.
-These characters therefore can be considered icons. \par
-\stopnarrower
-
-Even better, numerical index can be added if we use
-\type{\defineenumeration} to define our listing style:
-
-\startTEX
-\defineenumeration
- [remark]
- [location=top, text=Remark, between=\blank,
- before=\blank, after=\blank]
-\stopTEX
-
-\startTEX
-\remark The Mod Showroom is only for posting previews/downloads of completed or near finished mods. \par
-\subremark All help topics should be posted in the Editing Discussion forums. Help topics and mod requests posted here will be locked or binned. Thank you. \par
-\remark Spaceeinstein's All In One Mod v2, A lot more mods rolled into one. \par
-\stopTEX
-
-\defineenumeration
- [remark]
- [location=top, text=Remark, between=\blank,
- before=\blank, after=\blank]
-
-\remark The Mod Showroom is only for posting previews/downloads of
-completed or near finished mods. \par
-\subremark All help topics should be posted in the Editing Discussion
-forums. Help topics and mod requests posted here will be locked or
-binned. Thank you. \par
-\remark Spaceeinstein's All In One Mod v2, A lot more mods rolled into
-one. \par
-
-
-\section{Build a Dictionary}
-
-\ldots\ or not. Ok, this section is not about how to build a
-dictionary, though the underlying principle is no
-different---indexing. This is not a feature that every book needs.
-But when provided in a proper book, it is usually coming handy. In
-\CONTEXT, indexing is really made easy. All you have to do is
-inserting a \type{\index} at wherever the phrase you want to index is,
-and placeing a \type{\placeindex} where you want the glossary be. For
-example
-
-\startTEX
-For over a thousand generations the Jedi Knights\index{Jedi} were the guardians of peace and justice in the Old Republic\index[old republic]{the old republic}. Before the dark times, before the Empire\index[empire]{the empire}.
-\stopTEX
-
-This renders just like a normal paragraph:
-
-\startnarrower
-For over a thousand generations the Jedi Knights\index{Jedi} were the
-guardians of peace and justice in the Old Republic\index[old
- republic]{the old republic}. Before the dark times, before the
-Empire\index[empire]{the empire}.
-\stopnarrower
-
-Note that the words in the square braces (if any) are those that are
-taken into account when indexing. Now let's place the glossary
-
-\startTEX
-\placeindex
-\stopTEX
-
-\placeindex
-
-Like many other \CONTEXT\ commands, users can define their own series
-of indexing, which pluses the default \type{\index} series are called
-register. A style of register can be defined using
-\type{\defineregister}
-
-\startTEX
-\defineregister[refer][refers]
-\stopTEX
-
-in which the second argument is the plural form of the name. Then we
-can use \type{\refer} and \type{\placerefer} just as \type{\index}.
-
-\section{Page Layout}
-
-Here comes the final section, in which we will deal with some layout
-issue. The most import command, of course, is \type{\setuplayout}. I
-usually put one in the third line of any \CONTEXT\ document while the
-first line is probably a \type{\usemodule} and the second is
-\type{\setuppapersize}.
-
-Generally, there are five areas that we put text into: main text,
-header, footer, left margin and right margin. Note that adjusting
-header and footer will influence the position and height of main text,
-while margins will not. The dimensions of a page from top to bottom
-are \type{topspace}, \type{header}, \type{footer}, \type{bottomspace}.
-Practically, I usually set \type{width} and \type{height} to
-\type{fit} which means they are calculated automatically, and adjust
-the four dimensions for vertical placment, and \type{backspace} for
-horizontal position of main text, which gives the distance between the
-left edge of the page and that of the main text area. Margins seem to
-have nothing to do with it. They are adjusted independently using
-\type{*margin} and \type{*margindistance} in which \type{*} could be
-either \type{left} or \type{right}. The layout I use for this
-document is shown below.
-
-\startTEX
-\setuppapersize[S6][S6]
-\setuplayout [width=fit, height=fit,
- rightmargin=1.5cm,
- leftmargin=1.5cm,
- leftmargindistance=0pt,
- rightmargindistance=0pt,
- topspace=1.8cm,
- header=0pt,
- footer=1.2cm,
- bottomspace=0.5cm,
- backspace=1.5cm,
- location=singlesided]
-\stopTEX
-
-As you can see, I leave no space for header text and $1.2\,{\rm cm}$
-for footer (pape number). While you are tuning layout,
-\type{\showlayout} and \type{\showframe} can be a {\em big} help.
-
-Now let's start setting up header and footer. They are generally the
-same except the position, so I will focus on footer, which can be
-configured with \type{\setupfootertexts} command. This macro may take
-one, two, three, four or five arguments.
-
-\startitemize[n]
-\item If only one argument is issued, it place the text in the middle
- of the page (as in this document), for example
-
-\startTEX
-\setupfootertexts{pagenumber}
-\stopTEX
-
-This argument can also be \type{date}, a section name (like
-\type{chapter} or \type{subsection}), name of a mark, or some macros
-that will be substituted with texts (like \type{{\pagenumber of
-\totalnumberofpages}}).
-
-\item If two arguments are given, the first one will be placed on the left
-and the second one right.
-
-\item If three arguments are given, the first one will represent the
- location of the footer text, and can be one of \type{text},
- \type{margin} and \type{edge} (outside the margins).
-
-\item Four arguments can only be given when writing a double-sided
- document. They will be placed at even page left, even page right,
- odd page left and odd page right, respectively.
-
-\item If five arguments are given, the first one will represent the
- location of the texts. Despite this, it is identical to the
- condition in which four arguments are issued.
-
-\stopitemize
-
-\section{Conclusion}
-
-\CONTEXT\ rocks!
-
-Oh, one more thing. I thank {\it kmc} on \from[ctexbbs] and {\it
- Otared Kavian} for helping me improve this document, and {\it
- yulewang} on \from[ctexbbs] for submitting it to CTAN.
-
-\stoptext
-
-%%% Local Variables:
-%%% mode: context
-%%% TeX-master: t
-%%% TeX-PDF-mode: t
-%%% End:
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/ctanlion.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/ctanlion.pdf
deleted file mode 100644
index 7f018365234..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/ctanlion.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/fish.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/fish.pdf
deleted file mode 100644
index f330938da4c..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/fish.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/gnu.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/gnu.pdf
deleted file mode 100644
index f3e0a862fe7..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/gnu.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/hacker.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/hacker.pdf
deleted file mode 100644
index 4b31148043f..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/hacker.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/post.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/post.pdf
deleted file mode 100644
index 1c8e2651011..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/post.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/sin.asy b/Master/texmf-dist/doc/context/third/context-top-ten/src/sin.asy
deleted file mode 100644
index c9ff517f7ba..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/sin.asy
+++ /dev/null
@@ -1,12 +0,0 @@
-import graph;
-size(7cm,0);
-
-real f(real x)
-{
- return sin(x)+ 0.1*sin(x*8);
-}
-
-xaxis(p=black+linewidth(2mm));
-yaxis(p=black+linewidth(2mm));
-
-draw(graph(f,-4,4,operator ..),red+linewidth(2mm)+opacity(0.5));
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/sin.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/sin.pdf
deleted file mode 100644
index c6ff047ef73..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/sin.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/slide-bg.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/slide-bg.pdf
deleted file mode 100644
index 660b8b83e4e..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/slide-bg.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/context/third/context-top-ten/src/title-slide.pdf b/Master/texmf-dist/doc/context/third/context-top-ten/src/title-slide.pdf
deleted file mode 100644
index 72d23146364..00000000000
--- a/Master/texmf-dist/doc/context/third/context-top-ten/src/title-slide.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index f5758837b8e..3f471a0f520 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -99,7 +99,6 @@ my @TLP_working = qw(
context-letter context-lettrine context-lilypond context-mathsets
context-notes-zh-cn context-rst context-ruby
context-simplefonts context-simpleslides
- context-top-ten
context-typearea context-typescripts context-vim
contour
cooking cookybooky cool coollist coolstr cooltooltips
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 00d96a4d45f..40003d53bb6 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -234,6 +234,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'context-simplefonts', "&MAKEcopy",
'context-simpleslides',"&MAKEcopy",
'context-taspresent', "&MAKEcopy",
+ 'context-top-ten', "die 'skipping, overhaul needed per author'",
'context-typearea', "&MAKEcopy",
'context-typescripts', "&MAKEcopy",
'context-vim', "&MAKEcopy",
diff --git a/Master/tlpkg/tlpsrc/collection-context.tlpsrc b/Master/tlpkg/tlpsrc/collection-context.tlpsrc
index b8ddd8c7174..92fbf98997e 100644
--- a/Master/tlpkg/tlpsrc/collection-context.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-context.tlpsrc
@@ -26,7 +26,6 @@ depend context-rst
depend context-ruby
depend context-simplefonts
depend context-simpleslides
-depend context-top-ten
depend context-typearea
depend context-typescripts
depend context-vim
diff --git a/Master/tlpkg/tlpsrc/context-top-ten.tlpsrc b/Master/tlpkg/tlpsrc/context-top-ten.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/context-top-ten.tlpsrc
+++ /dev/null