Exercises¶
This page has a list of existing exercises which are classified by topic, main action, language and document syntax. The action is written in the same language as the document, to facilitate the search for interested people.
Topic |
Action |
Language |
Syntax |
---|---|---|---|
Geometry - Pythagorean Theorem |
|
Catalan |
ConTeXt |
Geometry - Pythagorean Theorem |
|
Catalan |
ConTeXt |
Geometry - Pythagorean Theorem |
|
Catalan |
ConTeXt |
Algebra - Linear Systems of Equations. 2 variables 2 equations |
Catalan |
ConTeXt |
|
Algebra - Linear Systems of Equations. 2 variables 2 equations |
|
Catalan |
ConTeXt |
Algebra - Linear Systems of Equations. 2 variables 2 equations |
Catalan |
ConTeXt |
|
Algebra - Linear Systems of Equations. 2 variables 2 equations |
Catalan |
ConTeXt |
|
Algebra - Linear Systems of Equations. 2 variables 2 equations |
English |
ConTeXt |
|
Algebra - Linear Systems of Equations. 2 variables 2 equations |
|
English |
ConTeXt |
Algebra - Linear Systems of Equations. 2 variables 2 equations |
English |
ConTeXt |
|
Algebra - Linear Systems of Equations. 2 variables 2 equations |
English |
ConTeXt |
|
Relations between variables - Inverse proportion |
|
Catalan |
ConTeXt |
Templates¶
You can use the previous exercises using this generic templates:
(see src/template directory to see all available templates).
You can use this templates with wk.py
. Example, if you want to generate a worksheet using the exercise foo.md
and templates/exercise.minimal.latex
, then you need to run
python wk.py templates/exercise.minimal.latex foo.md
See Tutorial and /docs/usage for more information.