Skip to main content

Manage your LaTeX templates with ease.

Project description

gummi

Do you have a bunch of preamble files for your LaTeX documents and you reuse them all the time? What happens when you want to update these templates? You'll need to modify all the files in all your documents! Very time-consuming work, very boring, but thankfully, very easy to automate!

With gummi you can do just that! You just create a git repository with your template files in it and you can use them in every LaTeX document you have!

Table of Contents

  1. Install
  2. Commands
  3. Example: Create template, Use template, Update template

Install

Simply run

pip3 install gummi

Commands

init      Initializes a LaTeX document
check     Checks if any updates to the update are available
detach    Deletes all the template files
update    Updates the templates

You can use -h on any command to get help for this particular command.

Example

A LaTeX document of yours might usually look like this:

- .gitignore
- main.tex
- Makefile
- sections/
|      - section1.tex
|      - section2.tex
|      - section2.tex
- templates/
|      - logo/
|      |       logo.pdf
|      - preamle.tex
|      - header.tex
|      - footer.tex

Typically only the main.tex and sections change, the rest should be consistent over all your documents. Here is where gummi commes into play!

Create Templates

First, create an empty folder and open a terminal window in it. Then run

gummi init --template

Basically, not much happended but a gummi folder was created. Now, put all your template files into it as if the gummi folder was your root directory, like so:

- gummi/
|      - .gitignore
|      - Makefile
|      - templates/
|      |      - logo/
|      |      |       logo.pdf
|      |      - preamle.tex
|      |      - header.tex
|      |      - footer.tex

Push that stuff to the git service you prefer.

Use the Template

Now, visit your LaTeX document folder and again, open a terminal inside it. The structure of your document looks probably like this:

- main.tex
- sections/
|      - section1.tex
|      - section2.tex
|      - section2.tex

Time to bring up the magic! Run

gummi init

When asked for the git repository, enter the HTTPS clone URL of the repository and press enter. And this is how your document looks like afterwards:

- .gitignore
- .gummi/...
- main.tex
- Makefile
- sections/
|      - section1.tex
|      - section2.tex
|      - section2.tex
- templates/
|      - logo/
|      |       logo.pdf
|      - preamle.tex
|      - header.tex
|      - footer.tex

Update the Template

If your want to update your templates, for example remove the Makefile and add another one, do just that in your template repository and push the changes to the remote git server. Then, simply run

gummi update

in your LaTeX document. Your changes are applied immediately! Any changes made locally to a template file will not be lost, these files do not get updated.

The .gummi folder is important, it is responsible for tracking changes to your templates.

Move the binary to a place where your $PATH points to or extend the variable.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gummi-1.3.4-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file gummi-1.3.4-py3-none-any.whl.

File metadata

  • Download URL: gummi-1.3.4-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.8.9

File hashes

Hashes for gummi-1.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f98f7a079c8b1bfca5130da34d0c8b7e2cc0f60ea9380bfe0354c959d73d56c0
MD5 a7ae19cdacdf19e3671749d0479966a1
BLAKE2b-256 f5f85047cb14ee6b2fe2cc2bb2420e88e38311ea22e32d74b3476693994991f0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page