Installation
Uninstall the previous version, if any
Windows
Go to the latest release and download PaperBuilder-Setup.exe
. Run it. You can basically click through without much thought or changes. It will install PaperBuilder and Pandoc. It will also link you to MikTex installation.
Linux-Ubuntu
Go to the latest release and download PaperBuilder-Setup.sh
. Run bash PaperBuilder-Setup.sh
to install all dependencies (pandoc, texlive, python).
I’m too smart for installers
- Install python3.7+, a latex compiler, and pandoc. Add all to path.
- Go to latest release and download any of the
source-files
archive. - Extract to a folder of your choice. Add folder to PATH.
- Run as
PaperBuilder.py --help
Uninstallation
Windows
Either uninstall from the Control Panel, Settings, or run PaperBuilder uninstall
. This will NOT uninstall MikTex
Linux-Ubuntu
Run the following:
rm -rf ~/.paperbuilder
sudo apt autoremove texlive-latex-extra pandoc
- Edit
~/.bashrc
to remove thepprb
alias
Non Standard installation
- Remove the extracted folder
- Uninstall Python3.7, the latex compiler and pandoc
- Also remove paths from PATH.