smpl.latex.si_line

smpl.latex.si_line(a, skip=0, fmt='{}')[source]

Get array a in the format of a line of a latex table.

Examples

>>> si_line([1,2,3,])
'\\SI{1}{}&\\SI{2}{}&\\SI{3}{}\\\\\n'
Parameters:
  • skip (int) –

  • fmt (str) –