Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeOverflowThreshold ¶
func ChangeOverflowThreshold(newThreshold int)
Change the threshold for the regeration of the PDF
func GenerateCVFromMarkDownToLatex ¶
Use the implementation for markdown and latex to generate latex CV from a tree dir of mardown document
Types ¶
type MarkdownSource ¶
type MarkdownSource struct{}
func (*MarkdownSource) GetCVsFrom ¶
func (*MarkdownSource) GetCVsFrom(root string) ([]core.CV, error)
`GetCVFrom` takes a root directory and extracts Markdown documents to generate a list of CV type.
This function assumes the directory structure is a tree with a depth of 3, where each leaf is a Markdown (.md) document. Each document may contain multiple paragraphs, but the headers should not repeat within the same document.
type YamlSource ¶
type YamlSource struct{}
func (*YamlSource) GetParamsFrom ¶
func (*YamlSource) GetParamsFrom(root string) (core.Params, error)
Click to show internal directories.
Click to hide internal directories.