diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2010-05-24 14:05:02 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2010-05-24 14:05:02 +0000 |
commit | 57ea7dad48fbf2541c04e434c31bde655ada3ac4 (patch) | |
tree | 1f8b43bc7cb92939271e1f5bec610710be69097f /Master/texmf-dist/tex/context/sample | |
parent | 6ee41e1f1822657f7f23231ec56c0272de3855e3 (diff) |
here is context 2010.05.24 13:05
git-svn-id: svn://tug.org/texlive/trunk@18445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/sample')
-rw-r--r-- | Master/texmf-dist/tex/context/sample/demo-cld.cld | 74 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/sample/sample.tex | 68 |
2 files changed, 36 insertions, 106 deletions
diff --git a/Master/texmf-dist/tex/context/sample/demo-cld.cld b/Master/texmf-dist/tex/context/sample/demo-cld.cld deleted file mode 100644 index 7e470da6297..00000000000 --- a/Master/texmf-dist/tex/context/sample/demo-cld.cld +++ /dev/null @@ -1,74 +0,0 @@ --- context.enabletrackers {"tud.trace"} - -context.setuplayout( { - width = "middle", - height = "middle", -}) - -context.showframe() - -context.starttext() - -context.chapter({ "someref" }, "Hello There") - -context.readfile("tufte","","not found") - -context.startitemize({ "packed" }) - for i=1,10 do - context.startitem() - context("this is item %i",i) - context.stopitem() - end -context.stopitemize() - -context.startchapter({ title = "test" }, { more = "oeps" }) - - context["in"]("chapter",{ "someref" }) - - context.startlinecorrection( { "blank" }) - context.bTABLE() - for i=1,10 do - context.bTR() - for i=1,20 do - context.bTD({ align= "middle", style = "type" }) - context("%#2i",math.random(99)) - context.eTD() - end - context.eTR() - end - context.eTABLE() - context.stoplinecorrection() - - context.mathematics("x^{2 \\times 4}") - - context.placefigure("caption", function() - context.externalfigure( { "cow.pdf" } ) - end) - - context.placefigure("caption", function() - context.bTABLE() - context.bTR() - context.bTD() - context.externalfigure( { "cow.pdf" }, { width = "3cm", height = "3cm" } ) - context.eTD() - context.bTD({ align = "{lohi,middle}" } ) - context("and") - context.eTD() - context.bTD() - context.externalfigure( { "cow.pdf" }, { width = "4cm", height = "3cm" } ) - context.eTD() - context.eTR() - context.eTABLE() - end) - -context.stopchapter() - -context.chapter("Speed Test 1") - -for i=1,50 do - context.readfile("tufte","","not found") - context.par() -end - -context.stoptext() - diff --git a/Master/texmf-dist/tex/context/sample/sample.tex b/Master/texmf-dist/tex/context/sample/sample.tex index d54d8b74780..5f97ea00964 100644 --- a/Master/texmf-dist/tex/context/sample/sample.tex +++ b/Master/texmf-dist/tex/context/sample/sample.tex @@ -9,39 +9,40 @@ If someone makes a nice bibtex file of these, the quotes can also be used in testing bibliographic references and citations. \starttabulate[|l|l|p|] -\NC \bf file \NC \bf author \NC \bf source \NC \NR +\NC \bf file \NC \bf author \NC \bf source \NC \NR \HL -%NC stork.tex \NC David F. Stork \NC \NC \NR -\NC knuth.tex \NC Donald E. Knuth \NC \NC \NR -\NC tufte.tex \NC Edward R. Tufte \NC \NC \NR -\NC reich.tex \NC Steve Reich \NC \NC \NR -\NC materie.tex \NC Louis Andriessen \NC De Materie \NC \NR -\NC douglas.tex \NC Douglas R. Hofstadter \NC \NC \NR -\NC dawkins.tex \NC Dawkins \NC \NC \NR -\NC ward.tex \NC Peter D. Ward \NC The Life and Death of Planet Earth \NC \NR -\NC zapf.tex \NC Hermann Zapf \NC About micro-typography and the hz-program, \endgraf - Electronic Publishing, vol. 6(3), \endgraf - 283-288 (September 1993) \NC \NR -\NC bryson.tex \NC Bill Bryson \NC A Short History of Nearly Everything, \endgraf - Random House, 2003 \NC \NR -\NC davis.tex \NC Kenneth C. Davis \NC Don't Know Much About History, \endgraf - Everything You Need to Know About American - History but Never Learned, \endgraf - HarperCollins, 2003 \NC \NR -\NC thuan.tex \NC Trinh Xuan Thuan \NC Chaos and Harmony, Perspectives on Scientific - Revolutions of the Twentieth Century, \endgraf - Oxford University Press, 2001 \NC \NR -\NC hawking.tex \NC Steve W. Hawking \NC The Universe in a Nutshell, Bantam Books - Random House, 2001 \NC \NR -\NC linden.tex \NC Eugene Linden \NC The Winds of Change, Climate, Weather, and the - Destruction of Civilizations, \endgraf - Simon \& Schuster, 2006, p.106 \NC \NR -\NC weisman.tex \NC Alan Weisman \NC The World Without Us, \endgraf - Thomas Dunne Books, 2007, p.160 \NC \NR -\NC montgomery.tex \NC David R Montgomery \NC Dirt, The Erosion of Civilizations, \endgraf - University of California Press, 2007, p.199 \NC \NR -\NC carrol.tex \NC Sean B. Carrol \NC The Making of the Fittest, \endgraf - Quercus, London, 2006 \NC \NR +%NC stork.tex \NC David F. Stork \NC \NC \NR +\NC knuth.tex \NC Donald E. Knuth \NC \NC \NR +\NC tufte.tex \NC Edward R. Tufte \NC \NC \NR +\NC reich.tex \NC Steve Reich \NC \NC \NR +\NC materie.tex \NC Louis Andriessen \NC De Materie \NC \NR +\NC douglas.tex \NC Douglas R. Hofstadter \NC \NC \NR +\NC dawkins.tex \NC Dawkins \NC \NC \NR +\NC ward.tex \NC Peter D. Ward \NC The Life and Death of Planet Earth \NC \NR +\NC zapf.tex \NC Hermann Zapf \NC About micro-typography and the hz-program, \endgraf + Electronic Publishing, vol. 6(3), \endgraf + 283-288 (September 1993) \NC \NR +\NC bryson.tex \NC Bill Bryson \NC A Short History of Nearly Everything, \endgraf + Random House, 2003 \NC \NR +\NC davis.tex \NC Kenneth C. Davis \NC Don't Know Much About History, \endgraf + Everything You Need to Know About American + History but Never Learned, \endgraf + HarperCollins, 2003 \NC \NR +\NC thuan.tex \NC Trinh Xuan Thuan \NC Chaos and Harmony, Perspectives on Scientific + Revolutions of the Twentieth Century, \endgraf + Oxford University Press, 2001 \NC \NR +\NC hawking.tex \NC Steve W. Hawking \NC The Universe in a Nutshell, Bantam Books + Random House, 2001 \NC \NR +\NC linden.tex \NC Eugene Linden \NC The Winds of Change, Climate, Weather, and the + Destruction of Civilizations, \endgraf + Simon \& Schuster, 2006, p.106 \NC \NR +\NC weisman.tex \NC Alan Weisman \NC The World Without Us, \endgraf + Thomas Dunne Books, 2007, p.160 \NC \NR +\NC montgomery.tex \NC David R Montgomery \NC Dirt, The Erosion of Civilizations, \endgraf + University of California Press, 2007, p.199 \NC \NR +\NC carrol.tex \NC Sean B. Carrol \NC The Making of the Fittest, \endgraf + Quercus, London, 2006 \NC \NR +%NC schwarzenegger.tex \NC Arnold Schwarzenegger \NC Several place on the World Wide Web. \NC \NR \stoptabulate % Tufte: This quote will always produce hyphenated text, apart from the content, @@ -68,4 +69,7 @@ used in testing bibliographic references and citations. % The Making of the Fittest: nice sample for color ans subsentence testing. A very % readable book but unfortunately it has inter-character spacing. +% The Schwarzenegger letter was originally typeset at a width equivalent to 16.1cm in +% a default ConTeXt setup. + \stoptext |