blankpaper

Whitepaper framework

Usage no npm install needed!

<script type="module">
  import blankpaper from 'https://cdn.skypack.dev/blankpaper';
</script>

README

Blankpaper

Installation

npm i blankpaper --save

Command utilization

{
  "name": "test",
  "version": "1.0.0",
  "scripts": {
    "start":"blankpaper build",
    "reset":"blankpaper template",
    "setup":"blankpaper setup && blankpaper install"
  },
  "dependencies": {
    "blankpaper": "^1.0.0",
    "node": "~9.9.0"
  }
}

How to use

  • LaTeX installation: npm run setup
  • Tex Package installation: npm run install <--- Write definition on Texfile via newline separated format
  • Template Files Generation: npm run template
  • PDF Generation: npm start

How the Blankpaper based project looks like (for your confirmation)

package.json
package-lock.json
node_modules
tex            <--- Your genius idea is here!
.bulk          <--- Intermediate concatenated tex texts
whitepaper.pdf <--- Your fans will read this!