Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.6 KB

README.md

File metadata and controls

52 lines (41 loc) · 1.6 KB

Build Status

WIP Translations

English
Italian
French
Japanese

Building

Ensure that Docker is installed on your system, https://docs.docker.com/install/, then run the following command to build a PDF version of the whitepaper:

  $ ./ci/build.sh

Reference

The .tex files in this directory are rendered to PDF by LuaTeX.

How to setup LuaTeX on Mac

  1. Install MacTeX.

  2. Compile .tex file:

  $ lualatex solana-whitepaper-jp.tex

How to setup LuaTeX on Ubuntu Desktop

  1. Install TeX Live.
 $ wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
 $ tar xvf install-tl-unx.tar.gz && cd install-tl*
 $ sudo ./install-tl --repository http://mirror.ctan.org/systems/texlive/tlnet/

When prompted "Enter command:" type "I" and hit Enter key, then just wait until installation has completed. This may take a few hours.

  1. Deploy a symbolic link under /etc/local/bin
 $ sudo /usr/local/texlive/2018/bin/x86_64-linux/tlmgr path add
  1. Update TeX Live
 $ sudo tlmgr update --self --all
  1. Compile .tex file
 $ lualatex solana-whitepaper-jp.tex