# travis-texlive **Repository Path**: mirrors_holgern/travis-texlive ## Basic Information - **Project Name**: travis-texlive - **Description**: Create a TexLive archive to be used in Travis CI. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # travis-texlive Creates a TexLive archive to be used in Travis CI. The following example show how the newest texlive distribution can be used: For Linux ``` before_install: - curl -L https://github.com/holgern/travis-texlive/releases/download/2017-07-05_09/texlive.tar.xz | tar -JxC ~ install: - PATH=$HOME/texlive/bin/x86_64-linux:$PATH ``` For MaxOS ``` before_install: - curl -L https://github.com/holgern/travis-texlive/releases/download/2017-07-05_09/texlive.tar.xz | tar -JxC ~ install: - PATH=$HOME/texlive/bin/x86_64-darwin:$PATH ``` The following texlive.profile is used: ``` cat > $PROFILE <