helper

package
v0.0.0-...-bc99996 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const BiberTex = `` /* 435-byte string literal not displayed */
View Source
const BibliographyContent = `` /* 1645-byte string literal not displayed */
View Source
const BibliographyContentEnd = `
\printbibliography

`
View Source
const BibliographyTex = `` /* 568-byte string literal not displayed */
View Source
const ConfigFile = ConfigHeader + `
texFile: "main.tex"
fileName: "<<fileName>>"
docker {
	file: "<<dockerFile>>"
}
features {
	documentclass: <<documentclass>>,
	glossary: <<glossary>>,
	minted: <<minted>>,
	bibliography: <<bibliography>>,
	twocolumn: <<twocolumn>>,
	lang: [ <<lang>> ],
	examples: <<examples>>,
}
`
View Source
const ConfigHeader = `` /* 187-byte string literal not displayed */
View Source
const ExampleContentDefault = `` /* 216-byte string literal not displayed */
View Source
const GlossariesContent = `` /* 364-byte string literal not displayed */
View Source
const GlossariesContentEnd = `
    \printglossary
`
View Source
const GlossariesContentHead = `` /* 529-byte string literal not displayed */
View Source
const GlossariesTex = `` /* 568-byte string literal not displayed */
View Source
const Latexmkrc = `` /* 422-byte string literal not displayed */
View Source
const MinimalDockerFile = `FROM {{image}}

RUN tlmgr update --self
RUN tlmgr install {{packages}}

`
View Source
const MinimalLatex = `` /* 311-byte string literal not displayed */
View Source
const MintedContent = `` /* 1537-byte string literal not displayed */
View Source
const MintedContentEnd = `
\listoflistings
`
View Source
const MintedTex = `` /* 1837-byte string literal not displayed */

Variables

This section is empty.

Functions

func GetConfig

func GetConfig(path string) (config *configuration.Config, er error)

func ListFilesByExtension

func ListFilesByExtension(path string, extension string) []string

func PathExists

func PathExists(path string) bool

func WriteConfig

func WriteConfig(config *configuration.Config, path string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL