-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tktk and use it for all filler text
- Loading branch information
1 parent
922a5aa
commit db9ac28
Showing
5 changed files
with
62 additions
and
22 deletions.
There are no files selected for viewing
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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
#lang scribble/manual | ||
|
||
@(require (for-label racket/base | ||
racket/contract)) | ||
@(require (for-label conscript/base | ||
racket/contract) | ||
"doc-util.rkt") | ||
|
||
@title{Conscript tutorial: simple studies} | ||
|
||
In this tutorial, we'll walk through the basics of creating some simple studies in Conscript | ||
@tktk{In this tutorial, we'll walk through the basics of creating some simple studies in Conscript | ||
that you can try out in your browser. | ||
|
||
...} | ||
|
||
|
||
|
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