Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

PyLatex

pylatex_table

Help on function pylatex_table in module pydicts.pylatex:

pylatex_table(doc, lod_, code_=None, text_no_results='No data to show')
    Creates a table in a pylatex document

    @param doc pylatex document object
    @param lod
    @param code_ |c|r|l|

pylatex_table_with_matched_values

Help on function pylatex_table_with_matched_values in module pydicts.pylatex:

pylatex_table_with_matched_values(
    doc,
    values_to_match,
    lod_,
    code_=None,
    text_no_results='No data to show',
    match_color='teal',
    unmatch_color='red'
)
    Creates a table in a pylatex document

    This function needs to have xcolor package loaded in document with
    doc.packages.append(Package('xcolor'))

    @param doc pylatex document object
    @param values_to_match Values to match is a list
    @param lod
    @param code_ |c|r|l|   Para usar wrapping |p{.20\linewidth\p{.80\linewidth}|