Releases: mihaiconstantin/paperer
Releases · mihaiconstantin/paperer
paperer v1.0.1
What's Changed
- Remove redundant ownership check in
paperer.sh
by @mihaiconstantin in #3 - Add
folders
array tocode-workspace
file by @mihaiconstantin in #4
Fixed
- Add missing
folders
array tomanuscript.code-workspace
file for theapa
template. - Remove redundant check for ownership change in
paperer.sh
script.
New Contributors
- @mihaiconstantin made their first contribution in #3
Full Changelog: v1.0.0...v1.0.1
paperer v1.0.0
Added
- Add sample document
apa-sample.pdf
for defaultapa
template. - Add
paperer
script with the following options:--source
or-s
to specify the source directory where the templates are located--template
or-t
to specify which template to use--directory
or-d
to specify the directory where to scaffold to scaffold a newLaTeX
manuscript--update
to updatepaperer
from GitHub--uninstall
to uninstallpaperer
--help
to display the help message
- Add
install.sh
script to installpaperer
. - Generate a reasonable logo via
DALL-E
. - Add documentation to
README.md
. - Add
LaTeX
project template based on theapa7
class.
Full Changelog: https://github.com/mihaiconstantin/paperer/commits/v1.0.0