tex option for synopsis; not so nice-looking yet

This commit is contained in:
aarne
2007-07-04 13:21:41 +00:00
parent 0cad9315fb
commit 7ee279fa3f
4 changed files with 54 additions and 19 deletions

View File

@@ -26,12 +26,22 @@
<LI><A HREF="#toc11">Paradigms for Russian</A>
<LI><A HREF="#toc12">Paradigms for Spanish</A>
<LI><A HREF="#toc13">Paradigms for Swedish</A>
<LI><A HREF="#toc14">Example Usage</A>
<LI><A HREF="#toc14">An Example of Usage</A>
</UL>
<P></P>
<HR NOSHADE SIZE=1>
<P></P>
<P>
This document contains the most important parts of the GF Resource Grammar API.
It has been machine-generated from the source files; each chapter gives a link
to the relevant source files, which give more information.
</P>
<P>
The last chapter contains a brief example of how application grammars can
import resource modules. It also illustrates a "design pattern" for using
the resource API to build functor-based applications
</P>
<A NAME="toc1"></A>
<H1>Categories</H1>
<P>
@@ -5138,7 +5148,7 @@ source <A HREF="../swedish/ParadigmsSwe.gf"><CODE>http://www.cs.chalmers.se/~aar
<P></P>
<A NAME="toc14"></A>
<H1>Example Usage</H1>
<H1>An Example of Usage</H1>
<P>
The standard way of building an application has the following modules.
</P>