marcofavorito / latex-template

My Latex template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This repository contains my LaTeX template.

How to build

We suggest using the Docker image adnrv/texlive.

First, be sure you have Docker installed on your machine.

Then, run:

./scripts/build.sh

The first time it would take a while - it'll download the Docker image needed.

The scripts arguments will be forwarded to the latexmk command. E.g. to generate a pdf:

./scripts/build.sh -pdf

To run continuously:

./scripts/build.sh -pvc

Vagrant

To use Vagrant, first... install Vagrant 😮

Then:

vagrant up
vagrant ssh
cd /vagrant

License

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

About

My Latex template.

License:Creative Commons Attribution 4.0 International


Languages

Language:TeX 85.7%Language:Shell 8.8%Language:Makefile 5.5%