Beispiel #1
0
from lmh.lib.packs import classes
from lmh.lib.config import get_config

latexmlstex_source = get_config("setup::latexmlstex::source")
latexmlstex_branch = get_config("setup::latexmlstex::branch")

setup = classes.GitPack("LaTeXMLsTeX", latexmlstex_source, latexmlstex_branch, cpanm=True)
Beispiel #2
0
from lmh.lib.packs import classes
from lmh.lib.config import get_config

latexml_source = get_config("setup::latexml::source")
latexml_branch = get_config("setup::latexml::branch")

setup = classes.GitPack("LaTeXML", latexml_source, latexml_branch, cpanm=True)
Beispiel #3
0
from lmh.lib.packs import classes
from lmh.lib.config import get_config

latexmlkwarc_source = get_config("setup::latexmlkwarc::source")
latexmlkwarc_branch = get_config("setup::latexmlkwarc::branch")

setup = classes.GitPack("LaTeXMLKWARC",
                        latexmlkwarc_source,
                        latexmlkwarc_branch,
                        cpanm=True)
Beispiel #4
0
from lmh.lib.packs import classes
from lmh.lib.config import get_config

stex_source = get_config("setup::stex::source")
stex_branch = get_config("setup::stex::branch")

setup = classes.GitPack("sTeX", stex_source, stex_branch, cpanm=False)