This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\usemodule[simpleslides] | |
\setupTitle | |
[title={Title of the presentation}, | |
author={Author of the presentation}, | |
date={date of the presentation}] | |
\starttext | |
\placeTitle | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% This file is a solution template for: | |
% - Giving a talk on some subject. | |
% - The talk is between 15min and 45min long. | |
% This is adapted from the example by Till Tantau <tantau@users.sourceforge.net> | |
% included as part of the beamer package in LaTeX | |
% | |
% In principle, this file can be redistributed and/or modified under | |
% the terms of the GNU Public License, version 2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\startmessages english library: floatblocks | |
12: To be drawn | |
\stopmessages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Data.Teams.Structure | |
x = mkNonReward "x" | |
x' = mkNonReward "x'" | |
y = mkNonReward "y" | |
m = mkNonReward "m" | |
r = mkReward "r" | |
f = mkDynamics "f" | |
c = mkControl "c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Data.Sequence as Seq | |
import System.Environment | |
survivor :: Int -> [a] -> a | |
survivor k soldiers = viewnext k (Seq.fromList soldiers) | |
where | |
viewnext l list = killnext l (Seq.viewl list) | |
killnext l (x:<xs) | Seq.null xs = x | |
| l == 1 = viewnext k xs | |
| otherwise = viewnext (l-1) (xs|>x) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
author : Hans Hagen, PRAGMA-ADE, Hasselt NL | |
copyright : PRAGMA ADE / ConTeXt Development Team | |
license : see context related readme files | |
comment : companion to cld-mkiv-export.xml | |
*/ | |
document:before { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?> | |
<!-- input filename : test-xii --> | |
<!-- processing date : Sun May 29 23:40:03 2011 --> | |
<!-- context version : 2011.05.18 22:26 --> | |
<!-- exporter version : 0.20 --> | |
<?xml-stylesheet type="text/css" href="mkiv-export.css"?> | |
<document xmlns:m="http://www.w3.org/1998/Math/MathML" version="0.20" language="en" date="Sun May 29 23:40:03 2011" file="test-xii" context="2011.05.18 22:26" xmlns:xhtml="http://www.w3.org/1999/xhtml"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\unprotect | |
% Override default value in pack-fen.mkiv | |
\def\setinstalledframedimensions | |
{\edef\overlaywidth {\the\frameddimenwd\space}% | |
\edef\overlayheight{\the\dimexpr\frameddimenht+\frameddimendp\relax\space}% | |
\edef\overlaydepth {\the\frameddimendp\space}% | |
\edef\overlaycolor {\framedparameter\c!backgroundcolor}% | |
\edef\overlaylinecolor{\framedparameter\c!framecolor}% | |
\edef\overlaylinewidth{\the\ruledlinewidth}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cups ∪︀ cup | |
b.rhov 𝛠 not defined | |
loplus ⨭ not defined | |
notinvb ⋷ not defined | |
boxplus ⊞ boxplus | |
DoubleLongLeftRightArrow ⟺ Longleftrightarrow | |
szlig ß ssharp | |
xoplus ⨁ bigoplus | |
ensp enspace | |
upharpoonleft ↿ upharpoonleft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\startmodule irex | |
%D Paper Size | |
\definepapersize[irexpaper][height=8in,width=6.25in] | |
\setuppapersize[irexpaper][irexpaper] | |
%D Layout | |
\setuplayout |
OlderNewer