Giter VIP home page Giter VIP logo

stories-about-ming-dynasty's Introduction

《明朝那些事儿》· 当年明月著

《明朝那些事儿》是一套在网络上连载的关于**明朝历史小说,作者为当年明月。于2006年3月10日在天涯社区首次发表,其内容始于明太祖朱元璋的诞生,终于崇祯帝朱由检。《明朝那些事儿》在网络连载期间,每月点击率逾百万人次。截至2008年3月,当年明月发表至万历朝的国本之争,4月发表至李成梁经略辽东与努尔哈赤的崛起,7月写魏忠贤事。2008年底发表至崇祯初年,袁崇焕伏诛事。2009年1月初发表卢象昇、孙传庭等人剿寇。当年明月每天以发表文章一小篇,字数不足一千字,周末时大多休息不发表,有时会连休数天,并公布于网络上。2009年3月21日,《明朝那些事儿》连载完毕。后来,《明朝那些事儿》集结成书籍刊行,在**发行了繁体中文版本。之后被翻译为日文、韩文及英文等多国语言。销量超过五百万册,为**大陆改革开放以来最畅销史学读本(也有一种说法为“1949年解放以来最畅销的通俗历史读本”),全国十大畅销书之一,2007-2008年度畅销书第一名。多次获得“新浪图书风云榜”最佳图书、当当网“终身五星级最佳图书”、“卓越亚马逊畅销书大奖”等荣誉。

  • 联想集团创始人柳传志说:“我觉得喜欢看的人都是有**、愿意想事情的人,这是本好书,除了把史实摆出来,还要评论、挖掘,用现代的语言去说,他有他的角度。”
  • 明史专家毛佩琦说:“历史是千百万人的历史,是大家的历史。每个人都有解读历史的权利。《明朝那些事儿》的确是别开生面的,是一种创造。我热情地支持这种探索和创造!”。
  • **青年学者欧发伟认为,当年明月用自己的灵魂还原了历史,而人类在他的历史里还原了灵魂。

明朝那些事儿 · 当年明月


编译环境:

  • TeX Distribution

  • Fonts

  • Editor

    • Visual Studio Code 1.44.0 with extension LaTeX Workshop 8.8.0

      • Configuration for LaTeX Workshop extension to complie XeTeX source code into PDF Version 1.7 (Acrobat 8.x)
      • Visual Studio CodeFilePreferencesSettingsExtensionsLaTeXRecipes
      {
              "latex-workshop.view.pdf.viewer": "tab",
              "latex-workshop.latex.tools": [
                      {
                              "name": "latexmk",
                              "command": "latexmk",
                              "args": [
                                      "-synctex=1",
                                      "-interaction=nonstopmode",
                                      "-file-line-error",
                                      "-pdf",
                                      "%DOC%"
                              ]
                      },
                      {
                              "name": "xelatex",
                              "command": "xelatex",
                              "args": [
                                      "-synctex=1",
                              "-interaction=nonstopmode",
                              "-file-line-error",
                              "--output-driver=xdvipdfmx -q -E -V 7",
                              "%DOC%"
                              ]
                      }
              ],
              "latex-workshop.latex.recipes": [
                      {
                              "name": "XeLaTeX / XeTeX",
                              "tools": [
                                      "xelatex"
                              ]
                      },
                      {
                              "name": "latexmk",
                              "tools": [
                                      "latexmk"
                              ]
                      }
              ],
              "workbench.startupEditor": "newUntitledFile",
              "window.zoomLevel": 0,
              "editor.minimap.enabled": false
      }

stories-about-ming-dynasty's People

Contributors

m-mono avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.