/tex-sources

Primary LanguageShellMIT LicenseMIT

Tex Source and Shellscript for PDF Compliling

Introduction

This is a repository of tex sources that are suitable for tex-box as a submodule.

tex-box is a virtual environment of Vagrant that enables non-unix like OS users such as Windows to compile .tex (LaTeX) file into .pdf (PDF).

Usage

First, initialize tex-box and run vagrant up to access to it via SSH cleint.

After logged into the vm, make sure following commands create sample PDF in vagrant/sample directory.

cd /vagrant
./convert.sh sample/sample.tex

That's All!

You can covert any source of latex anywhere in this repository.

Just copy recursively and make your own latex sources!

Thanks.

Other

Unlike the other PDF viewer which lock it until close, SumatraPDF is an awesome tool for live reloading compiled PDF without closing.

License

Copyright (c) 2016 Tomohiro Imaizumi. Released under the MIT License https://github.com/imaizume/tex-sources/blob/master/MIT-LICENSE.txt