Skip to content

Location of installed LaTeX packages for caching #159

@PHPirates

Description

@PHPirates

This is a support question, I have tried asking on the forum but with no response so trying here.

I am using miniconda with tectonic for continuous integration which works awesome, but installing the LaTeX packages every time takes a long time and is like the only disadvantage I found (besides that makeindex is not included, see #115 ). I have successfully cached miniconda, however tectonic still installs all LaTeX packages on every run - I would like to cache those as well.

Question
Which folder do I need to include my cache such that the LaTeX packages are retained and tectonic recognizes that?

I am now using, to install tectonic on the linux server,

wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
bash miniconda.sh -b -p $HOME/miniconda -u;
conda config --add channels conda-forge;
conda config --set always_yes yes;
conda update --all;
conda install tectonic;

and caching $HOME/miniconda.

To compare, when using TeX Live was sufficient to cache TEXDIR=/tmp/texlive and $HOME/.texlive.

My full setup is here , referencing issue PHPirates/travis-ci-latex-pdf#3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions