Skip to content

Installation

duong755 edited this page Jun 24, 2020 · 3 revisions

TeX Make is aimed to allow user to build document without platform concern.

This means, TeX Make is cross-platform. You can also use this template with your code editor/IDE of choices.

You might not need sophisticated editors/IDEs such as TeX Studio or Texmaker (I use Vim 😃)


Here are the installation instructions for different operating systems.

All require Git, TeX Live and Perl programming language

I recommend to install TeX Live via the above URL instead of any package manager.

And there are some additional:

Linux/Mac

  • GNU Makefile

These GNU Makefile and Perl might be already available on Linux/Mac (unless you are unlucky or you have uninstalled them), check it out by running perl -v and make -v in your terminal.

Windows 7 SP1 and later

For now, the template supports Windows 7 Service Pack 1 and later version (since the template makes use of PowerShell).

After installed Git, TeX Live and Perl programming language, you are ready to go.

Clone this wiki locally