pyexlatex.logic.format package

Submodules

pyexlatex.logic.format.and_join module

pyexlatex.logic.format.and_join.join_with_commas_and_and(items)[source]
Return type

str

pyexlatex.logic.format.and_join.join_with_commas_and_and_output_list(items)[source]
Return type

List[str]

pyexlatex.logic.format.contents module

pyexlatex.logic.format.contents.format_contents(contents)[source]
Return type

str

pyexlatex.logic.format.eq module

pyexlatex.logic.format.eq.inline(eq)[source]
Return type

str

pyexlatex.logic.format.eq.latex_partial(expr, eq_symbol, wrt_symbol, offset=False)[source]
Return type

str

pyexlatex.logic.format.eq.offset(eq)[source]
Return type

str

pyexlatex.logic.format.eq.offset_no_numbering(eq)[source]
Return type

str

pyexlatex.logic.format.sizing module

pyexlatex.logic.format.sizing.adjust_to_full_size_and_center(content)[source]

Takes content and adjusts it to 90% text width, 80% text height, but keeping the aspect ratio.

Return type

Center

pyexlatex.logic.format.sizing.adjust_to_size(content, width, height, keep_aspect_ratio=True)[source]
Return type

AdjustBox