Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
texs

# Created by https://www.gitignore.io

### Vagrant ###
Expand Down
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
Virtual Machine for Tex Compilation into PDF
Virtual Machine for LaTeX Compiling into PDF
===

Introduction
---

This is a virtual environment of [Vagrant](https://www.vagrantup.com/) that enables non-unix like OS users such as Windows to compile `.tex` (LaTeX) file into `.pdf` (PDF).
You can get created PDF through the shared folder in the host OS.
This is a virtual environment by [Vagrant](https://www.vagrantup.com/) 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.

Important Note
---

**Sample LaTeX sources and compiling shellscript are extracted into [another project](https://www.github.com/imaizume/tex-sources).**

Just clone it into shared folder *as a git submopdule*.

Requirement
---
Expand Down Expand Up @@ -44,19 +54,6 @@ $ vagrant ssh
* User: vagrant
* Pass: vagrant

### Compiling LaTeX into PDF

```
# move to shared folder
$ cd /vagrant/sample
# edit latex file
# this is a very simple sample
$ vi sample.tex
# convert script
# please change its content according to your latex file name
$ ./convert.sh
```

Other
------

Expand Down