pyexlatex.resume.templates package

Submodules

pyexlatex.resume.templates.award module

class pyexlatex.resume.templates.award.Award(award_name, received=None, extra_info=None, prevent_page_break=True)[source]

Bases: pyexlatex.models.template.Template

Represents an award or grant in a resume.

SPACE_BETWEEN_ADJUSTMENT = '-8pt'
__init__(award_name, received=None, extra_info=None, prevent_page_break=True)[source]

pyexlatex.resume.templates.education module

class pyexlatex.resume.templates.education.Education(school, school_location, degree, expected, gpa=None, prevent_page_break=True)[source]

Bases: pyexlatex.models.template.Template

SPACE_BETWEEN_ADJUSTMENT = '-8pt'
__init__(school, school_location, degree, expected, gpa=None, prevent_page_break=True)[source]

pyexlatex.resume.templates.publication module

class pyexlatex.resume.templates.publication.Publication(title, co_authors=None, journal_info=None, href=None, extra_info=None, prevent_page_break=True, description=None)[source]

Bases: pyexlatex.models.template.Template

SPACE_BETWEEN_ADJUSTMENT = 0.2
__init__(title, co_authors=None, journal_info=None, href=None, extra_info=None, prevent_page_break=True, description=None)[source]

pyexlatex.resume.templates.reference module

class pyexlatex.resume.templates.reference.Reference(name, title_lines=None, company=None, contact_lines=None, email=None, prevent_page_break=True)[source]

Bases: pyexlatex.models.template.Template

SPACE_BETWEEN_ADJUSTMENT = '-8pt'
__init__(name, title_lines=None, company=None, contact_lines=None, email=None, prevent_page_break=True)[source]

pyexlatex.resume.templates.section module

class pyexlatex.resume.templates.section.SpacedSection(contents, title, end_adjustment=- 0.2, num_cols=1)[source]

Bases: pyexlatex.models.template.Template

A section which appropriately spaces content for a resume.

__init__(contents, title, end_adjustment=- 0.2, num_cols=1)[source]