Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 678 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 678 Bytes

DMSC Instrument Data Documents

See European Spallation Source.

Creating .pdfs

The simplest option is to use the helper script make_pdf.sh:

git clone git@github.com:DMSC-Instrument-Data/documents.git
cd documents
./make_pdf.sh

Generated .pdf files can be found in pdf/ (which is actually a symlink to build/pdf/).

Alternatively, you can use a cmake out-of-source build to create .pdf output files:

git clone git@github.com:DMSC-Instrument-Data/documents.git
mkdir build
cd build
cmake ../documents/
make

Generated .pdf files can be found in the folder pdf/.