parent
b8f882902f
commit
cefad0dcf0
2 changed files with 18 additions and 1 deletions
@ -1,3 +1,3 @@ |
||||
article: |
||||
rm -rf _build/auto
|
||||
GHC_PACKAGE_PATH=${HOME}/Documents/kerja/devKit/pubsEngine/.stack-work/install/x86_64-linux-tinfo6/3d751d21e6b97977106d82e2ec3961638329963dd4d98bc4115204782f5d4168/8.10.7/pkgdb:${HOME}/.stack/snapshots/x86_64-linux-tinfo6/3d751d21e6b97977106d82e2ec3961638329963dd4d98bc4115204782f5d4168/8.10.7/pkgdb:${GHC_PACKAGE_PATH} pubsEngine manuscript article
|
||||
GHC_PACKAGE_PATH=${PUBSENGINE_ROOT}/.stack-work/install/x86_64-linux-tinfo6/3d751d21e6b97977106d82e2ec3961638329963dd4d98bc4115204782f5d4168/8.10.7/pkgdb:${HOME}/.stack/snapshots/x86_64-linux-tinfo6/3d751d21e6b97977106d82e2ec3961638329963dd4d98bc4115204782f5d4168/8.10.7/pkgdb:${GHC_PACKAGE_PATH} pubsEngine manuscript article
|
||||
|
@ -0,0 +1,17 @@ |
||||
# pubsEngine-template |
||||
|
||||
This repository is a Proof of Works (POW) for `pubsEngine`. |
||||
It also stands as a scaffolding for a manuscript project. |
||||
|
||||
# Usage |
||||
|
||||
Just `make` it. |
||||
|
||||
By default, `make` will produce `_build/manuscript.pdf`. |
||||
This document will be built under `article` template. |
||||
|
||||
To make your own project, just edit `manuscript.md`. |
||||
All other files will be following this main document. |
||||
All results will be collected inside `_build/`. |
||||
|
||||
All issues should be addressed to the main project issues tracker at [pubsEngine](https://github.com/hasanalrasyid/pubsengine/issues). |
Loading…
Reference in new issue