Giter VIP home page Giter VIP logo

manitex's Introduction

manitex

Author: Serge Rey
Version: 0.2 (2023/01/15)
License: LPPL v1.3 or later (LaTeX code) and BSD 3-Clause (Python code)
Development: https://github.com/sjsrey/manitex Requirements: Python 3+

The manitext package builds a manifest of files for a Latex article that has been accepted for publication.

Features

  • archive of manifest in a zip file
  • automatic indexing of figures and graphic files

Using

If the main latex document is called main.tex, we first need to generate a list of files required to compile the paper. To do this, add the following at the top of the main latex document:

\RequirePackage{snapshot}

Compiling the paper with pdflatex main will produce a file called main.dep that contains information that can be used to build the manifest. The main.dep file is required for manitex to work and an exception will be raised if the file is missing.

Building the manifest

manitex main.tex

Will produce the zip file main.zip that contains all the figures and main tex files required to build the pdf version of the article, along with a README.md file that provides an index/explanation for the copy-editor.

In some cases it can be useful to create a directory that contains the manifest files, rather than only the archive. This can be done with:

manitex main.tex --outputdir dirname

dirname will contain the required files.

manitex's People

Contributors

sjsrey avatar

Stargazers

eli knaap avatar

Watchers

 avatar James Cloos avatar  avatar

manitex's Issues

Handle input of tex files

Embed \include or \input tex files into main file so that only a single tex file is added to the manifest.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.