logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pedigree - create a TeX file for pedigree from a csv file

Author

       Boris Veytsman, Leila Akhmadeeva, 2006-2022

perl v5.30.3                                       2022-08-29                                        pedigree(1)

Description

       The program converts a comma separated input_file into a TeX file with pst-pdgr macros.

Files

/etc/pedigree.cfg
           Global configuration file

       $HOME/.pedigreerc
           User configuration file

Name

       pedigree - create a TeX file for pedigree from a csv file

Options

-cconfiguration_file
           The configuration file to read along with the system-wide and user's configuration files

       -d  Debug mode on

       -o -output_file
           The ouput file instead of input_file.tex-s -start_id
           If  this  option  is  selected,  the  pedigree  is  constructed  starting  from  the node with the Id
           i<start_id>. Otherwise it is started from the proband node.

           This option allows to create pedigrees with multiple probands or absent probands, or show people  who
           are not proband's relatives.

       -v  Print version information

See Also

       The  manual  distributed  with  this program describes the format of the configuration file and the input
       file.

       The library functions are described  in  Pedigree::Language(3),  Pedigree::Parser(3),  Pedigree::Node(3),
       Pedigree::PersonNode(3), Pedigree::MarriageNode(3), Pedigree::Area(3).

Synopsis

pedigree [-c configuration_file] [-d] [-o output_file] [-s start_id] input_filepedigree -v

See Also