Skip to content
This repository was archived by the owner on Feb 28, 2018. It is now read-only.

azae/latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This repo has been migrated to gitlab

LaTeX container

This is our LaTeX container used to build all enterprises documents like invoice and quote.

Usage

use the /data volume to mount your tex directory and run :

  docker run --rm -it -v $(pwd)/tests/:/data registry.gitlab.com/azae/latex pdflatex file.tex file.pdf

or if your LaTeX source directory is managed by Makefile :

  docker run --rm -it -v $(pwd):/data registry.gitlab.com/azae/latex make pdf

LaTeX sty subdirectory

Somes LaTeX .sty file :

  • beamerthemeAzae.sty : Le Theme Beamer d'Azaé
  • devis.sty / facture.sty : Packages de création de devis et de factures Françaises.
  • tango.sty : Définition des couleurs Tango

sty usage

You can Clone this repo and add sty path in TEXINPUTS environement variable like

git clone https://gitlab.com/azae/latex.git /latex echo 'TEXINPUTS=$TEXINPUTS:/latex/sty/' >> ~/.bashrc

About

A docker container to build docs with LaTeX migrate to

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published