Generate manifest and bundle for Latex article publication.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file manitex-0.2.0.tar.gz
.
File metadata
- Download URL: manitex-0.2.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8d3e1db7dc01cd874b3769b8f65483417bb18c283259967918f69bb2cf29e9e |
|
MD5 | bbbf649180761373472121a55a1b324f |
|
BLAKE2b-256 | 2d6e512ea83d67fc7cd6c57a37d4dcf9867ca114b92d70e60a17fea283566c52 |
File details
Details for the file manitex-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: manitex-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 512ed2942b6e8cf1235ab1dba28bd9b57c3b39985ee0b92ba46b36997e1a39e7 |
|
MD5 | 68eac3b2542920753deaf0a5dcbc43e3 |
|
BLAKE2b-256 | 3e774d9cb5e773808d8b84393164c82de0934418637a059c987778646faf1325 |