File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,28 +48,6 @@ $ npm run build
4848
4949This generates static content into ` landing/_site/ ` .
5050
51- ### Full setup
52-
53- The PDF generation is optional, and requires the following additional steps to install
54- [ TeX Live] ( https://www.tug.org/texlive/ ) and [ Pandoc] ( https://pandoc.org/ ) .
55-
56- #### On Ubuntu
57-
58- ``` bash
59- $ sudo apt-get install pandoc latex-cjk-all texlive-full
60- ```
61-
62- #### On Mac
63-
64- These steps are derived from Haruhiko Okumura's instructions at
65- [ TeX Live/Mac] (https://texwiki.texjp.org/?TeX%20Live%2FMac#bcb0d462 (in Japanese).
66-
67- - install [ MacTEX] ( http://www.tug.org/mactex ) , either via
68- [ downloaded pkg] ( http://www.tug.org/mactex/mactex-download.html ) or
69- [ homebrew mactex formulae] ( https://formulae.brew.sh/cask/mactex )
70- - update TeX Live package manager with ` sudo tlmgr update --self --all ` (this may take a while)
71- - ` brew install pandoc `
72-
7351## Usage
7452
7553To make the site locally, from sbt shell:
You can’t perform that action at this time.
0 commit comments