Correct #chaptwo to #chapfour URLs in tutorial

Thanks to "drbean" from the IRC channel for pointing this out!
This commit is contained in:
john.j.camilleri
2013-08-12 06:55:08 +00:00
parent 8a81641b00
commit 892596d7d6
2 changed files with 668 additions and 670 deletions

View File

@@ -301,7 +301,7 @@ Prerequisites:
<a href="#chapthree">Lesson 2</a>: a larger grammar for the domain of food. English and Italian. <a href="#chapthree">Lesson 2</a>: a larger grammar for the domain of food. English and Italian.
</P> </P>
<P> <P>
<a href="#chaptwo">Lesson 3</a>: parameters - morphology and agreement. <a href="#chapfour">Lesson 3</a>: parameters - morphology and agreement.
</P> </P>
<P> <P>
<a href="#chapfive">Lesson 4</a>: using the resource grammar library. <a href="#chapfive">Lesson 4</a>: using the resource grammar library.
@@ -1237,7 +1237,7 @@ Thus Italian says <CODE>vino italiano</CODE> for <CODE>Italian wine</CODE>.
<P> <P>
(Some Italian adjectives (Some Italian adjectives
are put before the noun. This distinction can be controlled by parameters, are put before the noun. This distinction can be controlled by parameters,
which are introduced in <a href="#chaptwo">Lesson 3</a>.) which are introduced in <a href="#chapfour">Lesson 3</a>.)
</P> </P>
<P> <P>
Multilingual grammars have yet another visualization option: Multilingual grammars have yet another visualization option:
@@ -1267,7 +1267,7 @@ worry about this yet.
other language, test with random or exhaustive generation what constructs other language, test with random or exhaustive generation what constructs
come out incorrect, and prepare a list of those ones that cannot be helped come out incorrect, and prepare a list of those ones that cannot be helped
with the currently available fragment of GF. You can return to your list with the currently available fragment of GF. You can return to your list
after having worked out <a href="#chaptwo">Lesson 3</a>. after having worked out <a href="#chapfour">Lesson 3</a>.
</OL> </OL>
<P> <P>
@@ -3479,7 +3479,7 @@ as follows:
<a name="secenglish"></a> <a name="secenglish"></a>
</P> </P>
<P> <P>
We assume the abstract syntax <CODE>Foods</CODE> from <a href="#chaptwo">Lesson 3</a>. We assume the abstract syntax <CODE>Foods</CODE> from <a href="#chapfour">Lesson 3</a>.
</P> </P>
<P> <P>
We don't need to think about inflection and agreement, but just pick We don't need to think about inflection and agreement, but just pick

View File

@@ -94,7 +94,7 @@ December 2010 for GF 3.2
%!postproc(tex): #Lchapfour "label{chapfour}" %!postproc(tex): #Lchapfour "label{chapfour}"
%!postproc(tex): #Rchapfour "chref{chapfour}" %!postproc(tex): #Rchapfour "chref{chapfour}"
%!postproc(html): #Lchapfour <a name="chapfour"></a> %!postproc(html): #Lchapfour <a name="chapfour"></a>
%!postproc(html): #Rchapfour <a href="#chaptwo">Lesson 3</a> %!postproc(html): #Rchapfour <a href="#chapfour">Lesson 3</a>
%!postproc(tex): #Lchapfive "label{chapfive}" %!postproc(tex): #Lchapfive "label{chapfive}"
%!postproc(tex): #Rchapfive "chref{chapfive}" %!postproc(tex): #Rchapfive "chref{chapfive}"
@@ -5036,5 +5036,3 @@ Other formats available via the ``--output-format`` flag include:
| ``slf_sub`` | finite automaton with sub-automata in HTK SLF | ``slf_sub`` | finite automaton with sub-automata in HTK SLF
All currently available formats can be seen with ``gf --help``. All currently available formats can be seen with ``gf --help``.