Skip to content

Commit

Permalink
主要在【参】里增加了若干例证。本来很想重写11.1,但这次还是没能把它理清楚。
Browse files Browse the repository at this point in the history
- 1.1,朋:增加了欧阳修《朋党论》的引文,以印证君子之朋。
- 2.4,天命:增加了孟子对天、命的理解。
- 3.2,家:增加了《资治通鉴》唐太宗的例子,以说明王者以四海为一家。
- 3.8,增加了裴松之《上三国志注表》的引文,说明素、质之外,绚、文也很重要。错误修正:“子贡”应为“子夏”。
- 6.20,增加了曾巩《梁书目录序》的引文,以印证知、好、乐。
- 8.5,增加了《资治通鉴》孔颖达的引语。
- 11.20,把“善人”同13.11、13.29等章联系起来解释。这样似乎更扎实,子张的形象也更生动。
- 12.19,增加了《资治通鉴》君臣源流的例子。
- 13.3,无所错手足:增加了《资治通鉴》法与天下共的例子。
- 其它的细微调整。
  • Loading branch information
abolybook committed Apr 23, 2016
1 parent c915b5a commit 6f7a63f
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 147 deletions.
2 changes: 1 addition & 1 deletion autocharacters.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def append_annotations(content, label_blobs):
if line.startswith(LABEL_LINE_PREFIX):
left = line.index(LABEL_LINE_PREFIX) + len(LABEL_LINE_PREFIX)
label = line[left: line.index('}', left)]
if label in ('characters', 'zisi', 'shaogong', 'boyi', 'houyi'): # special cases
if label in ('characters', 'zisi', 'shaogong', 'boyi', 'houyi', 'lijiliyun'): # special cases
continue
if i == line_count-1 or not lines[i+1].lstrip().startswith(CONTENT_LINE_PREFIX):
raise RuntimeError("Line %d of characters.tex is malformatted" % (i+2))
Expand Down
Loading

0 comments on commit 6f7a63f

Please sign in to comment.