tests.paper.tex_utils

LaTeX utilities

Modified from sound-shell-model/paper/python/tex_utils.py.

Functions

tests.paper.tex_utils.tex_sf(x, n=2, sci_notn_threshold=2, mult='\\times')
Parameters:
  • x (float)

  • n (int)

  • sci_notn_threshold (int)

  • mult (str)

Return type:

str

tests.paper.tex_utils.tex_sf_signed(x, n, sci_notn_threshold=2, mult='\\times')
Parameters:
  • x (float)

  • n (int)

  • sci_notn_threshold (int)

  • mult (str)

Return type:

str