Skip to content

Latest commit

 

History

History
 
 

build

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Building the manuscript

build.sh builds the repository. sh build.sh should be executed from the root directory of the repository.

To build a DOCX file of the manuscript, set the BUILD_DOCX environment variable to true. For example, use the command BUILD_DOCX=true sh build/build.sh. Set a Travis environment variable to export DOCX for all Travis builds. Currently, equation numbers via pandoc-eqnos are not supported for DOCX output. There is varying support for embedding images in DOCX output. Please reference Pull Request #40 for possible solutions and continued discussion.

Environment

Install the conda environment specified in environment.yml by running:

conda env create --file environment.yml

Activate with source activate manubot. Currently, the environment requires Linux.