diff -r b2a79aaa6867 -r c9b9bc63db4e doc/quicktour.dox --- a/doc/quicktour.dox Fri Jun 24 21:02:47 2005 +0000 +++ b/doc/quicktour.dox Fri Jun 24 21:03:08 2005 +0000 @@ -18,14 +18,18 @@ graph: a very good description can be found in the page about \ref graphs "graphs". -You will also want to assign data to the edges or nodes of the graph, for example a length or capacity function defined on the edges. You can do this in LEMON using so called \ref maps "maps". You can define a map on the nodes or on the edges of the graph and the value of the map (the range of the function) can be practically almost of any type. Read more about maps \ref maps-page "here". +You will also want to assign data to the edges or nodes of the graph, for +example a length or capacity function defined on the edges. You can do this in +LEMON using so called \b maps. You can define a map on the nodes or on the edges of the graph and the value of the map (the range of the function) can be practically almost of any type. Read more about maps \ref maps-page "here". Some examples are the following (you will find links next to the code fragments that help to download full demo programs: save them on your computer and compile them according to the description in the page about \ref getsart How to start using LEMON): -- First we give two examples that show how to instantiate a graph. The + */