Changes to reveal install process
This commit is contained in:
@@ -25,13 +25,14 @@ sudo apt -y install texlive
|
||||
sudo apt -y install lmodern
|
||||
|
||||
# revealjs
|
||||
sudo apt -y install npm
|
||||
cd ~/.revealjs
|
||||
git clone https://github.com/hakimel/reveal.js.git
|
||||
cd reveal.js
|
||||
npm install
|
||||
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/css/theme/
|
||||
cd ~
|
||||
echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides"
|
||||
read response
|
||||
|
||||
|
||||
# fonts
|
||||
mkdir .fonts/
|
||||
|
||||
Reference in New Issue
Block a user