y-yu / install-tex-appveyor

Install Script for TeXLive2019 to Windows on AppVeyor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Script for TeXLive2019 to Windows on AppVeyor

Build status

How to use

image: Visual Studio 2015
environment:
  PATH: '%PATH%;C:\texlive\bin\win32'
install:
  - curl -O https://raw.githubusercontent.com/y-yu/install-tex-appveyor/master/install-tex.sh
  - bash ./install-tex.sh
cache:
  - 'C:\texlive\texmf-var\fonts\cache'
build_script:
  - tlmgr install collection-langjapanese
  - platex -v

About

Install Script for TeXLive2019 to Windows on AppVeyor


Languages

Language:Shell 100.0%