Skip to content

Commit 78f8e88

Browse files
committed
* Fix note typo and resolve duplicates
1 parent c86e5b2 commit 78f8e88

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

contents/english/04-02-association-and-⿻-publics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The urgency in the voice was palpable. Faisal replied, "I can't find a secretive
2222

2323
---
2424

25-
In his classic summary of his observations of *Democracy in America*, French aristocrat and traveler Alexis De Toqueville highlighted the centrality of the civic association to American self-government “Nothing...is more deserving of our attention than the intellectual and moral associations of America." Furthermore, he believed that such associations were necessary for political action and social improvement because equality across individuals had rendered large scale action by individuals alone impossible: "If men are to remain civilized...the art of associating together must grow and improve in the same ratio in which the equality of conditions is increased."[^Toqueville]
25+
In his classic summary of his observations of *Democracy in America*, French aristocrat and traveler Alexis De Toqueville highlighted the centrality of the civic association to American self-government “Nothing...is more deserving of our attention than the intellectual and moral associations of America." Furthermore, he believed that such associations were necessary for political action and social improvement because equality across individuals had rendered large scale action by individuals alone impossible: "If men are to remain civilized...the art of associating together must grow and improve in the same ratio in which the equality of conditions is increased."[^Tocqueville]
2626

2727
No individual has ever, alone, made political, social or economic change. Collective efforts, through political parties, civic associations, labor unions and businesses, is always necessary. For ⿻, these and other less formal social groupings are just as fundamental as individuals are to the social fabric. In this sense, associations are the Yin to the Yang of personhood in the most foundational rights and for the same reason are the scourge of tyrants. Again to quote De Toqueville, "No defect of the human heart suits (despotism) better than egoism; a tyrant is relaxed enough to forgive his subjects for failing to love him, provided that they do not love one another." Only by facilitating and protecting the capacity to form novel associations with meaningful agency can we hope for freedom, self-government and diversity.
2828

scripts/make-book-zh-tw.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sub write_file {
6161
$c =~ s/^( +| )+//mg;
6262
$c =~ s,(<(br|img)\b[^>]*)(?<!/)>,$1 />,g;
6363
$c =~ s,<img\b[^>]*src="([^"]+)"[^>]*>,![$1]($1){ width=100% },g;
64-
$c =~ s,(\[\^)(\d+\]),$1$basename$2,g;
64+
$c =~ s,(\[\^)(.*?\]),$1$basename-$2,g;
6565
$c =~ s,(^\s*\|?\s*(?:原文|作者|譯者):.*\n)(^\s*\|?\s*(?:原文|作者|譯者):.*\n|^\s*\n|^---\n)+,\n,mg;
6666
$all .= "$c\n\n";
6767
}

scripts/make-book.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ sub write_file {
6060
Encode::_utf8_on($c);
6161
$c =~ s/# /## $basename /;
6262
$c =~ s/^( +|&nbsp;)+//mg;
63+
$c =~ s,(\[\^)(.*?\]),$1$basename-$2,g;
6364
$c =~ s,<img\b[^>]*src="([^"]+)"[^>]*>,![$1]($1){ width=100% },g;
6465
$all .= "$c\n\n";
6566
}

0 commit comments

Comments
 (0)