diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-12-06 09:00:44 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-12-06 09:00:44 +0100 |
| commit | e9e2bd6b8985269520b34cb1f960baf904c06807 (patch) | |
| tree | cb4f2dbf841109c7b42bc83a162b721755054203 /doc | |
| parent | 72a9eb0c8a75b628f82197ed0a97d3865f9b1e08 (diff) | |
Fix linking to chapters in gf-tutorial; Remove reference to Htmls.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/tutorial/gf-tutorial.t2t | 55 |
1 files changed, 30 insertions, 25 deletions
diff --git a/doc/tutorial/gf-tutorial.t2t b/doc/tutorial/gf-tutorial.t2t index 581c99ec1..4a6ce47ca 100644 --- a/doc/tutorial/gf-tutorial.t2t +++ b/doc/tutorial/gf-tutorial.t2t @@ -618,31 +618,31 @@ and **semantic definitions**. -#NEW - -==Slides== - -You can chop this tutorial into a set of slides by the command -``` - htmls gf-tutorial.html -``` -where the program ``htmls`` is distributed with GF (see below), in - - [``GF/src/tools/Htmls.hs`` http://grammaticalframework.org/src/tools/Htmls.hs] - -The slides will appear as a set of files beginning with ``01-gf-tutorial.htmls``. - -Internal links will not work in the slide format, except for those in the -upper left corner of each slide, and the links behind the "Contents" link. +% #NEW +% +% ==Slides== +% +% You can chop this tutorial into a set of slides by the command +% ``` +% htmls gf-tutorial.html +% ``` +% where the program ``htmls`` is distributed with GF (see below), in +% +% [``GF/src/tools/Htmls.hs`` http://grammaticalframework.org/src/tools/Htmls.hs] +% +% The slides will appear as a set of files beginning with ``01-gf-tutorial.htmls``. +% +% Internal links will not work in the slide format, except for those in the +% upper left corner of each slide, and the links behind the "Contents" link. #NEW -=Lesson 1: Getting Started with GF= +#Lchaptwo +=Lesson 1: Getting Started with GF= -#Lchaptwo Goals: - install and run GF @@ -1037,9 +1037,10 @@ Application programs, using techniques from #Rchapeight: #NEW +#Lchapthree + =Lesson 2: Designing a grammar for complex phrases= -#Lchapthree Goals: - build a larger grammar: phrases about food in English and Italian @@ -1797,9 +1798,10 @@ where #NEW +#Lchapfour + =Lesson 3: Grammars with parameters= -#Lchapfour Goals: - implement sophisticated linguistic structures: @@ -2772,9 +2774,10 @@ Thus #NEW +#Lchapfive + =Lesson 4: Using the resource grammar library= -#Lchapfive Goals: - navigate in the GF resource grammar library and use it in applications @@ -3614,9 +3617,10 @@ tenses and moods, e.g. the Romance languages. #NEW +#Lchapsix + =Lesson 5: Refining semantics in abstract syntax= -#Lchapsix Goals: - include semantic conditions in grammars, by using @@ -4177,10 +4181,10 @@ Type checking can be invoked with ``put_term -transform=solve``. #NEW -==Lesson 6: Grammars of formal languages== +#Lchapseven +==Lesson 6: Grammars of formal languages== -#Lchapseven Goals: - write grammars for formal languages (mathematical notation, programming languages) @@ -4516,9 +4520,10 @@ point literals as arguments. #NEW +#Lchapeight + =Lesson 7: Embedded grammars= -#Lchapeight Goals: - use grammars as parts of programs written in Haskell and JavaScript |
