Skip to content

Ansible role to install and configure LaTeX along with the specified extensions

License

Notifications You must be signed in to change notification settings

Provizanta/ansible-role-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role: LaTeX

Build & Deploy

Install LaTeX and LaTeX extensions.

Requirements

None

Role Variables

These variables are defined in defaults/main.yml:

latex_package: 'recommended'    # base|recommended|normal|extra|full

latex_extensions: []

Dependencies

None

Example Playbook

- name: Converge
  hosts: all
  roles:
    - role: latex
      vars:
        latex_package: 'base'
        latex_extensions:
          - texlive-extra-utils

License

MIT

Author Information

Tibor Csóka

About

Ansible role to install and configure LaTeX along with the specified extensions

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages