# NAME **make-paper-tarball** - Make a submission-ready tarball of an academic paper manuscript. # SYNOPSIS **make-paper-tarball** **--help**|**-h** **make-paper-tarball** **--version**|**-v** **make-paper-tarball** \[ **--zip**|**-z** \] \[ **--nodir**|**-D** \] \[ **--base**|**-b** _tarball-base-name_ \] _main-LaTeX-file-name_ # DESCRIPTION **make-paper-tarball** prepares an academic paper manuscript, whose main LaTeX file is _main-LaTeX-file-name_ (with or without the _.tex_ extension), for submission. It performs the following tasks: - Check that the manuscript can be compiled. - Identify source files (e.g. figures, bibliography) and copy then to a temporary directory. - Rename graphic files after the number of the figure/table that includes then, e.g. _figure-1.png_. Multiple graphic files per figure/table are named e.g. _figure-1-plot-1.png_, _figure-1-plot-2.png_ etc. - Check that figures and tables are cited in order. - Insert LaTeX files included by _\\input_ directly into the main LaTeX file. - Insert code listings included by _\\lstinputlisting_ directly into the main LaTeX file. - Insert BibTex-generated bibliography directly into the main LaTeX file. - Strip out comments. Lines between comment lines % protect comments ... and % end protect comments ... are not stripped for comments. - Copy auxiliary files to the tarball. Use a comment line of the form: % add-to-tarball - Create an archive containing only the the main LaTeX file, required source files, and specified auxiliary files. The archive is copied to the current directory. # OPTIONS - **--zip**|**-z** Create a _.zip_ archive instead of a _.tar.gz_ archive (the default). - **--nodir**|**-D** Do not put files into a subdirectory within the archive (the default); instead all files will be at the top level of the archive. - **--base**|**-b** _tarball-base-name_ Use _tarball-base-name_ as the base name for the archive, instead of _main-LaTeX-file-name_ without the _.tex_ extension (the default). # AUTHOR Karl Wette Project homepage: https://github.com/kwwette/make-paper-tarball