This Gitbook contains my notes on the course Learning How to Learn: Powerful mental tools to help you master tough subjects.
A tutorial I wrote on how to host this gitbook on github pages is written here.
git clone https://github.com/richdayandnight/tutorial-gitbook-learning-how-to-learn.git
npm install -g gitbook-cli
yarn add gulp gulp-gh-pages gulp-load-plugins --save-dev
gitbook install
cd tutorial-gitbook-learning-how-to-learn
) run
gitbook serve
gulp publish
# This program adds two numbers
num1 = 1.5
num2 = 6.3
# Add two numbers
sum = num1 + num2
# Display the sum
print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
$$ \int_{-\infty}^\infty g(x) dx $$
Block math with (tag):
$$ \tag{a.1} x+y^{2x} $$
Block math with tag: $$ \tag{a.2} x+y^{2x} $$