Skip to content

Commit 924deb5

Browse files
committedOct 4, 2018
add book
1 parent 7694c20 commit 924deb5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2325
-2
lines changed
 

‎.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.idea/
3-
coverage/
3+
coverage/
4+
**/dist/

‎book/Gemfile

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
5+
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6+
7+
# brew install plantuml glib gdk-pixbuf cairo pango cmake libxml2
8+
gem 'asciidoctor'
9+
10+
gem 'pygments.rb'
11+
gem 'kindlegen'
12+
gem 'asciimath'
13+
gem 'asciidoctor'
14+
gem 'asciidoctor-diagram'
15+
gem 'asciidoctor-mathematical'
16+
gem 'epubcheck'
17+
18+
# --pre
19+
gem 'asciidoctor-pdf'
20+
gem 'asciidoctor-epub3'
21+
22+
# cd ~/Library/Fonts; \
23+
# curl -LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/cmex10.ttf \
24+
# -LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/cmmi10.ttf \
25+
# -LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/cmr10.ttf \
26+
# -LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/cmsy10.ttf \
27+
# -LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/esint10.ttf \
28+
# -LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/eufm10.ttf \
29+
# -LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/msam10.ttf \
30+
# -LO http://mirrors.ctan.org/fonts/cm/ps-type1/bakoma/ttf/msbm10.ttf

0 commit comments

Comments
 (0)
Please sign in to comment.