{"id":312,"date":"2021-08-13T00:09:08","date_gmt":"2021-08-12T16:09:08","guid":{"rendered":"http:\/\/blog.yuekegu.com\/?p=312"},"modified":"2021-08-13T00:09:08","modified_gmt":"2021-08-12T16:09:08","slug":"%e5%88%a9%e7%94%a8pandoc%e6%8a%8amarkdown%e8%bd%ac%e6%8d%a2%e4%b8%badoc%e5%92%8cppt","status":"publish","type":"post","link":"https:\/\/book.yuekegu.com\/index.php\/2021\/08\/13\/%e5%88%a9%e7%94%a8pandoc%e6%8a%8amarkdown%e8%bd%ac%e6%8d%a2%e4%b8%badoc%e5%92%8cppt\/","title":{"rendered":"\u5229\u7528pandoc\u628amarkdown\u8f6c\u6362\u4e3adoc\u548cppt"},"content":{"rendered":"\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/link.jianshu.com?t=http:\/\/www.soimort.org\/posts\/165\/\" target=\"_blank\">\u53c2\u8003<\/a>\u9996\u5148\u5230<a rel=\"noreferrer noopener\" href=\"https:\/\/link.jianshu.com?t=https:\/\/github.com\/jgm\/pandoc\/releases\" target=\"_blank\">https:\/\/github.com\/jgm\/pandoc\/releases<\/a>\u4e0b\u8f7dpandoc<\/p>\n\n\n\n<p>\u8f6c\u6362\u4e3adoc\u6bd4\u8f83\u7b80\u5355<\/p>\n\n\n\n<p><code>$pandoc -f markdown -t docx file.md -o file.docx<\/code><\/p>\n\n\n\n<p>\u6216<\/p>\n\n\n\n<p>$pandoc file.md -o file.docx &#8211;mathjax<\/p>\n\n\n\n<p> $pandoc file.md -o file.pptx &#8211;mathjax <\/p>\n\n\n\n<p> \u8f6c\u6362\u4e3ahtml <\/p>\n\n\n\n<p><code>$ pandoc slides.md -o slides.html -s<\/code><\/p>\n\n\n\n<p> \u8f6c\u6362\u4e3appt<br> \u91c7\u7528\u9ed8\u8ba4\u6a21\u677f\u6e32\u67d3\u4e00\u4e2a\u72ec\u7acb\u7684DZSlides\u5e7b\u706f\u7247\uff1a <\/p>\n\n\n\n<p>$ pandoc slides.md -o slides.html -t dzslides -s<\/p>\n\n\n\n<p>\u9996\u5148\u9700\u8981\u4eceGitHub\u4e0a\u83b7\u53d6<a href=\"https:\/\/link.jianshu.com?t=https:\/\/github.com\/hakimel\/reveal.js\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/hakimel\/reveal.js<\/a><\/p>\n\n\n\n<p>\uff0c\u5c06reveal.js\u540c\u540d\u7684\u6587\u4ef6\u5939\u653e\u5728\u5e7b\u706f\u7247\u6240\u5728\u76ee\u5f55\u4e0b\u5373\u53ef\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ git clone https:\/\/github.com\/hakimel\/reveal.js<\/code><\/pre>\n\n\n\n<p> \u6e32\u67d3\u5e7b\u706f\u7247\uff1a <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ pandoc slides.md -o slides.html -t revealjs -s<\/code><\/pre>\n\n\n\n<p> \u9664\u4e86\u9ed8\u8ba4\u7684\u5916\u89c2\u4e3b\u9898\u4ee5\u5916\uff0creveal.js\u8fd8\u63d0\u4f9b\u4e86\u591a\u4e2a\u4e3b\u9898\u53ef\u4f9b\u9009\u62e9\uff0c <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ pandoc slides.md -o slides.html -t revealjs -s -V theme=beige<\/code><\/pre>\n\n\n\n<p>\ndefault\uff1a\uff08\u9ed8\u8ba4\uff09\u6df1\u7070\u8272\u80cc\u666f\uff0c\u767d\u8272\u6587\u5b57<br>\nbeige\uff1a\u7c73\u8272\u80cc\u666f\uff0c\u6df1\u8272\u6587\u5b57<br>\nsky\uff1a\u5929\u84dd\u8272\u80cc\u666f\uff0c\u767d\u8272\u7ec6\u6587\u5b57<br>\nnight\uff1a\u9ed1\u8272\u80cc\u666f\uff0c\u767d\u8272\u7c97\u6587\u5b57<br>\nserif\uff1a\u6d45\u8272\u80cc\u666f\uff0c\u7070\u8272\u886c\u7ebf\u6587\u5b57<br>\nsimple\uff1a\u767d\u8272\u80cc\u666f\uff0c\u9ed1\u8272\u6587\u5b57<br>\nsolarized\uff1a\u5976\u6cb9\u8272\u80cc\u666f\uff0c\u6df1\u9752\u8272\u6587\u5b57<\/p>\n\n\n\n \n","protected":false},"excerpt":{"rendered":"<p>\u53c2\u8003\u9996\u5148\u5230https:\/\/github.com\/jgm\/pandoc\/releases\u4e0b\u8f7dpandoc \u8f6c\u6362\u4e3adoc\u6bd4\u8f83\u7b80\u5355 $pandoc -f markdown -t docx file.md -o file.docx \u6216 $pandoc file.md -o file.docx &#8211;mathjax $pandoc file.md -o file.pptx &#8211;mathjax \u8f6c\u6362\u4e3ahtml $ pandoc slides.md -o slides.html -s \u8f6c\u6362\u4e3appt \u91c7\u7528\u9ed8\u8ba4\u6a21\u677f\u6e32\u67d3\u4e00\u4e2a\u72ec\u7acb\u7684DZSlides\u5e7b\u706f\u7247\uff1a $ pandoc slides.md -o slides.html -t dzslides -s \u9996\u5148\u9700\u8981\u4eceGitHub\u4e0a\u83b7\u53d6https:\/\/github.com\/hakimel\/reveal.js \uff0c\u5c06reveal.js\u540c\u540d\u7684\u6587\u4ef6\u5939\u653e\u5728\u5e7b\u706f\u7247\u6240\u5728\u76ee\u5f55\u4e0b\u5373\u53ef\uff1a \u6e32\u67d3\u5e7b\u706f\u7247\uff1a \u9664\u4e86\u9ed8\u8ba4\u7684\u5916\u89c2\u4e3b\u9898\u4ee5\u5916\uff0creveal.js\u8fd8\u63d0\u4f9b\u4e86\u591a\u4e2a\u4e3b\u9898\u53ef\u4f9b\u9009\u62e9\uff0c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-312","post","type-post","status-publish","format-standard","hentry","category-psychology"],"_links":{"self":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/posts\/312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/comments?post=312"}],"version-history":[{"count":0,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/posts\/312\/revisions"}],"wp:attachment":[{"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/media?parent=312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/categories?post=312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/book.yuekegu.com\/index.php\/wp-json\/wp\/v2\/tags?post=312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}