From f28888cf17655d46a8bebf6330f9530aa1d9fd55 Mon Sep 17 00:00:00 2001 From: aborn Date: Fri, 25 Apr 2014 08:11:09 +0800 Subject: [PATCH] update sw-install.sh --- kit/sw-install.sh | 3 ++- pandoc/README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/kit/sw-install.sh b/kit/sw-install.sh index 9ed545b..a47dc5c 100755 --- a/kit/sw-install.sh +++ b/kit/sw-install.sh @@ -15,7 +15,8 @@ virtualbox-guest-additions-iso virtualbox-guest-utils\ terminator pepperflashplugin-nonfree python-scrapy \ autoconf autogen libtool markdown pandoc latex-beamer \ texlive-latex3 texlive-latex-extra texlive-fonts-recommended \ -texlive-fonts-extra texlive-lang-cjk texlive-full +texlive-fonts-extra texlive-lang-cjk texlive-full \ +scm clisp mit-scheme # sudo apt-get install -y texlive-full # sudo apt-get install -y clisp diff --git a/pandoc/README.md b/pandoc/README.md index 86f9c47..2e5ff1a 100644 --- a/pandoc/README.md +++ b/pandoc/README.md @@ -12,6 +12,9 @@ convert one format file into another. * install latex > sudo apt-get install texlive-full +* install markdown +> sudo apt-get install markdown + ## USAGE 1. convert markdown format to html > pandoc -0 out.html in.md