29
edits
Changes
From Gramps
m
=== Preparation with GRAMPS ===Use this only as a way to work around problems like setting In the paper sizemenu, select '''Reports -> Graphs -> Relationship Graph...'''.
In Select in file format: graphviz file, which defaults to the gv extension. This fileis then a dot file which can be processed by graphviz. Eg, to make from the menugv file a ps file, select '''Reports Gramps uses: dot -> Code Generators Tps:cairo -> Relationship grapho"file.ps" "file.gv" for svg: dot -Tsvg -o"file.'''svg" "file.gv" Choose the filter you want to use, and set also as many of the other options as possible to the desired values (as explained in Example 1-A)
Choose the filter you want to use, and set also as many of the other options as possible to the desired values (as explained in Example 1-A), but the format should be "Graphviz (dot)". Click Ok. You should now have a file of type ".dot".
→Preparation with GRAMPS
|}
This file is a text file, so it can be opened in any text-editor.