On Fri, Apr 15, 2022 at 2:04 PM Rob Sargent <robjsarg...@gmail.com> wrote:
> but have not found a combination of name/args for > genome_threshold_mono(text,text,double > precision) > > Per the fine documentation: \df[anptwS+] [ pattern [ arg_pattern ... ] ] So the correct formulation is: \df genome_threshold_mono text text 'double precision' You need to quote the fourth argument to protect the embedded space as a character and not an argument separator. David J.