1pedigree(1) User Contributed Perl Documentation pedigree(1)
2
3
4
6 pedigree - create a TeX file for pedigree from a csv file
7
9 pedigree [-c configuration_file] [-d] [-o output_file] [-s start_id]
10 input_file
11
12 pedigree -v
13
15 The program converts a comma separated input_file into a TeX file with
16 pst-pdgr macros.
17
19 -c configuration_file
20 The configuration file to read along with the system-wide and
21 user's configuration files
22
23 -d Debug mode on
24
25 -o -output_file
26 The ouput file instead of input_file.tex
27
28 -s -start_id
29 If this option is selected, the pedigree is constructed starting
30 from the node with the Id i<start_id>. Otherwise it is started from
31 the proband node.
32
33 This option allows to create pedigrees with multiple probands or
34 absent probands, or show people who are not proband's relatives.
35
36 -v Print version information
37
39 /etc/pedigree.cfg
40 Global configuration file
41
42 $HOME/.pedigreerc
43 User configuration file
44
46 The manual distributed with this program describes the format of the
47 configuration file and the input file.
48
49 The library functions are described in Pedigree::Language(3),
50 Pedigree::Parser(3), Pedigree::Node(3), Pedigree::PersonNode(3),
51 Pedigree::MarriageNode(3), Pedigree::Area(3).
52
54 Boris Veytsman, Leila Akhmadeeva, 2006-2022
55
56
57
58perl v5.30.3 2022-08-29 pedigree(1)