This is a virtual environment by Vagrant that enables Non-Unix like OS such as Windows to compile .tex
(LaTeX) file into .pdf
(PDF).
When provisioning this VM, all of required tool sets are installed by shellscript.
So you can easily create PDF and achieve it through the shared folder in the host OS.
Sample LaTeX sources and compiling shellscript are extracted into another project.
Just clone it into shared folder as a git submopdule.
- Ubuntu 14.04
- python-software-properties
- texlive-lang-cjk
- xdvik-ja
- texlive-fonts-recommended
$ git clone [email protected]:imaizume/tex-box.git
$ cd tex_box
$ vagrant up
$ vagrant ssh
- IP: 192.168.33.10
- HOST: 22
- User: vagrant
- Pass: vagrant
Unlike the other PDF viewer, SumatraPDF is an awesome tool for live reloading compiled PDF without closing.
Copyright (c) 2016 Tomohiro Imaizumi. Released under the MIT License https://github.com/imaizume/tex-box/blob/master/MIT-LICENSE.txt