This is a cookiecutter template used in scikit-package to initialize a latex manuscript project. The use of the template is described in the main scikit-package documentation. Please visit the latest developments and the official documentation here.
This template can be applied by running the command package create manuscript. After running the command, a user-configurable set of latex files will be created on the filesystem. These files can include user-defined and maintained commands and bibliographies that may be converted into a git repository for archiving on GitHub or GitLab and uploaded to Overleaf.
- Auto-generates the project name, paper title, and one author name.
- Provides the an
articletemplate by default. - Includes a default LaTeX project with dynamically generated files:
usepackages.txtandnewcommands.txt.
Additional templates are available, for example, the IUCr LaTeX template (iucr.bst, iucrit.bst, iucrjournals.cls, fig1.png). If there is an additional template that you would like to add, please make a PR with this addition to this repository. If you are not familiar with GitHub workflows, please reach out to us with the files and we can do that for you.
Install scikit-pacakge in the environment, run package create manuscript command, and follow the prompts.
conda create -n skpkg scikit-package
conda activate skpkg
package create manuscript
# follow the promptsFor a full tutorial, please see official documentation.