文件列表
cos.beamer.tex模板文件demo.md演示文件
编译命令为
pandoc -t beamer --template=cos.beamer.tex --latex-engine=xelatex -Vurl:1 -V theme:CambridgeUS -V colortheme:dolphin -V shorttitle:COS demo.md -o demo.pdf
| #------------------------------------------------------------ | |
| # REVOLUTION ANALYTICS WEBINAR: INTRODUCTION TO R FOR DATA MINING | |
| # February 14, 2013 | |
| # Joseph B. Rickert | |
| # Technical Marketing Manager | |
| # | |
| # BIG DATA with RevoScaleR | |
| # | |
| # Copyright: Revolution Analytics |
| #------------------------------------------------------------ | |
| # REVOLUTION ANALYTICS WEBINAR: INTRODUCTION TO R FOR DATA MINING | |
| # February 14, 2013 | |
| # Joseph B. Rickert | |
| # Technical Marketing Manager | |
| # | |
| # BIG DATA with RevoScaleR | |
| # | |
| # Copyright: Revolution Analytics |
| # 参考 https://github.com/jimhester/knitrBootstrap/blob/master/R/knit_bootstrap.R | |
| boot_styles = c( | |
| 'Default'='http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.0/css/bootstrap-combined.min.css', | |
| 'Amelia'='http://netdna.bootstrapcdn.com/bootswatch/2.3.1/amelia/bootstrap.min.css', | |
| 'Cerulean'='http://netdna.bootstrapcdn.com/bootswatch/2.3.1/cerulean/bootstrap.min.css', | |
| 'Cosmo'='http://netdna.bootstrapcdn.com/bootswatch/2.3.1/cosmo/bootstrap.min.css', | |
| 'Cyborg'='http://netdna.bootstrapcdn.com/bootswatch/2.3.1/cyborg/bootstrap.min.css', | |
| 'Journal'='http://netdna.bootstrapcdn.com/bootswatch/2.3.1/journal/bootstrap.min.css', | |
| 'Readable'='http://netdna.bootstrapcdn.com/bootswatch/2.3.1/readable/bootstrap.min.css', |
| url <- "http://www.vasee.com/event/manage/echart_data.jsp?id=ff8080813d7c8a71013d87e56a9b47b0&type=5&date=1×tamp=11.57071830239147" | |
| library(XML) | |
| xmlResult <- xmlTreeParse(url) | |
| doc <- xmlParse(url) | |
| prov <- xpathSApply(doc,path='//area[@title]', xmlGetAttr, "title") | |
| reg <- regexpr("[1-9]+", prov) | |
| ret <- substring(prov,reg, reg + attr(reg,'match.length')-1) | |
| ret <- ifelse(grepl("无", prov),0,ret) |
| --- | |
| layout: default | |
| title: Welcome to | |
| isHome: true | |
| --- | |
| <!--from https://github.com/jsw0528/MrZhang.me/blob/gh-pages/_index.html--> | |
| {% for post in paginator.posts %} | |
| <article class="entry" id="{{ post.id }}"> |
| # from http://pro.ctlok.com/blog/2012/03/25/blogger-migrate-to-octopress-github-page.html | |
| # 先要给终端设置代理 | |
| git clone git://gist.github.com/1807781 | |
| cd 1807781 | |
| ./bloggerImport.sh <blogname> # <blogname>.blogspot.com |
| jekyll |
| # source code for http://rbresearch.wordpress.com/2013/03/04/shiny-with-performanceanalytics-example/ | |
| shiny::runGist("https://gist.github.com/rbresearch/5081906") |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>fileTypes</key> | |
| <array> | |
| <string>mdown</string> | |
| <string>markdown</string> | |
| <string>markdn</string> | |
| <string>md</string> |
文件列表
cos.beamer.tex 模板文件demo.md 演示文件编译命令为
pandoc -t beamer --template=cos.beamer.tex --latex-engine=xelatex -Vurl:1 -V theme:CambridgeUS -V colortheme:dolphin -V shorttitle:COS demo.md -o demo.pdf