Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-3a66518
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
lalpulsar.pulsarhtmlutils.latextable Class Reference

Detailed Description

Class to make a return a LaTeX table.

Definition at line 836 of file pulsarhtmlutils.py.

Public Member Functions

def __init__ (self, ncolumns=1, columnalign="c", caption="", label="", floatval="h", preamble="", postamble="")
 Create a table environment with ncolumns columns positioned with columnpos More...
 
def set_ncolumns (self, ncolumns)
 
def set_columnalign (self, columnalign)
 
def set_label (self, label)
 
def label (self)
 
def set_caption (self, caption)
 
def caption (self)
 
def set_floatval (self, floatval)
 
def set_preamble (self, preamble)
 
def preamble (self)
 
def set_postamble (self, postamble)
 
def postamble (self)
 
def addrow (self, underline=False)
 
def addhrule (self, rowidx=None)
 
def adddata (self, datatxt, multicolumn=0, mcalign="c", rowidx=None)
 
def tabletext (self)
 

Constructor & Destructor Documentation

◆ __init__()

def lalpulsar.pulsarhtmlutils.latextable.__init__ (   self,
  ncolumns = 1,
  columnalign = "c",
  caption = "",
  label = "",
  floatval = "h",
  preamble = "",
  postamble = "" 
)

Create a table environment with ncolumns columns positioned with columnpos

Definition at line 841 of file pulsarhtmlutils.py.

Member Function Documentation

◆ set_ncolumns()

def lalpulsar.pulsarhtmlutils.latextable.set_ncolumns (   self,
  ncolumns 
)

Definition at line 871 of file pulsarhtmlutils.py.

◆ set_columnalign()

def lalpulsar.pulsarhtmlutils.latextable.set_columnalign (   self,
  columnalign 
)

Definition at line 875 of file pulsarhtmlutils.py.

◆ set_label()

def lalpulsar.pulsarhtmlutils.latextable.set_label (   self,
  label 
)

Definition at line 901 of file pulsarhtmlutils.py.

◆ label()

def lalpulsar.pulsarhtmlutils.latextable.label (   self)

Definition at line 906 of file pulsarhtmlutils.py.

◆ set_caption()

def lalpulsar.pulsarhtmlutils.latextable.set_caption (   self,
  caption 
)

Definition at line 909 of file pulsarhtmlutils.py.

◆ caption()

def lalpulsar.pulsarhtmlutils.latextable.caption (   self)

Definition at line 914 of file pulsarhtmlutils.py.

◆ set_floatval()

def lalpulsar.pulsarhtmlutils.latextable.set_floatval (   self,
  floatval 
)

Definition at line 917 of file pulsarhtmlutils.py.

◆ set_preamble()

def lalpulsar.pulsarhtmlutils.latextable.set_preamble (   self,
  preamble 
)

Definition at line 921 of file pulsarhtmlutils.py.

◆ preamble()

def lalpulsar.pulsarhtmlutils.latextable.preamble (   self)

Definition at line 926 of file pulsarhtmlutils.py.

◆ set_postamble()

def lalpulsar.pulsarhtmlutils.latextable.set_postamble (   self,
  postamble 
)

Definition at line 929 of file pulsarhtmlutils.py.

◆ postamble()

def lalpulsar.pulsarhtmlutils.latextable.postamble (   self)

Definition at line 934 of file pulsarhtmlutils.py.

◆ addrow()

def lalpulsar.pulsarhtmlutils.latextable.addrow (   self,
  underline = False 
)

Definition at line 937 of file pulsarhtmlutils.py.

◆ addhrule()

def lalpulsar.pulsarhtmlutils.latextable.addhrule (   self,
  rowidx = None 
)

Definition at line 944 of file pulsarhtmlutils.py.

◆ adddata()

def lalpulsar.pulsarhtmlutils.latextable.adddata (   self,
  datatxt,
  multicolumn = 0,
  mcalign = "c",
  rowidx = None 
)

Definition at line 951 of file pulsarhtmlutils.py.

◆ tabletext()

def lalpulsar.pulsarhtmlutils.latextable.tabletext (   self)

Definition at line 967 of file pulsarhtmlutils.py.