More updates after installing Manjaro on base

This commit is contained in:
Nathan Schneider
2022-03-08 08:16:28 -07:00
parent 76e0c9daf9
commit 961e2acaaa
3 changed files with 5 additions and 3 deletions
-1
View File
@@ -4,7 +4,6 @@
* By Hakim El Hattab, http://hakim.se, edited by Nathan Schneider, ntnsndr.in * By Hakim El Hattab, http://hakim.se, edited by Nathan Schneider, ntnsndr.in
* Needs to be placed in ~/.revealjs/reveal.js/css/theme/ * Needs to be placed in ~/.revealjs/reveal.js/css/theme/
*/ */
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 { section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
color: #222; } color: #222; }
+2 -1
View File
@@ -34,10 +34,11 @@ sudo pacman -S texlive-core
# revealjs # revealjs
cd ~/.revealjs cd ~/.revealjs
rm -rf reveal.js/ # remove existing install
git clone https://github.com/hakimel/reveal.js.git git clone https://github.com/hakimel/reveal.js.git
cd reveal.js cd reveal.js
npm install npm install
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/css/theme/ cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/
cd ~ cd ~
echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides" echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides"
read response read response
+3 -1
View File
@@ -26,9 +26,11 @@ sudo apt -y install lmodern
# revealjs # revealjs
cd ~/.revealjs cd ~/.revealjs
rm -rf reveal.js/ # remove existing install
git clone https://github.com/hakimel/reveal.js.git git clone https://github.com/hakimel/reveal.js.git
cd reveal.js cd reveal.js
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/css/theme/ cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/
# For the older version, replace "dist/" with "css/"
cd ~ cd ~
echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides" echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides"
read response read response