Ignore:
Timestamp:
06/27/20 23:14:01 (4 years ago)
Author:
Maciej Komosinski
Message:

Added a function to print genotypes in the LaTeX format, preserving colors and styles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/genman.h

    r955 r965  
    6060        GenoOperators* getOper_f(const SString& format);
    6161        string HTMLize(const char *g, bool shorten);
     62        string LaTeXize(const char *g);
    6263        int findOperFormatIndex(const SString& format);
    6364public:
     
    8081        PARAMPROCDEF(p_htmlize);
    8182        PARAMPROCDEF(p_htmlizeshort);
     83        PARAMPROCDEF(p_latexize);
    8284        PARAMPROCDEF(p_validate);
    8385        PARAMPROCDEF(p_mutate);
Note: See TracChangeset for help on using the changeset viewer.