vault backup: 2022-05-18 17:04:16

Affected files:
Syntax/definition.md
Syntax/§0 BG4E-Syntax.md
_layouts/default.html
assets/css/style.scss
This commit is contained in:
Andley Chang 2022-05-18 17:04:16 +08:00
parent 4aa1767af2
commit 4f9425a6f9
4 changed files with 26 additions and 4 deletions

21
Syntax/definition.md Normal file
View File

@ -0,0 +1,21 @@
Wallace (GGBB, 606)
>"The difference is that the epexegetical infinitive explains the noun or adjective to which it is related, while apposition defines it. That is to say, apposition differs from epexegesis in that an appositional infinitive is more substantival than adjectival. This subtle difference can be seen in another way: An epexegetical infinitive (phrase) cannot typically substitute for its antecedent, while an appositional infinitive (phrase) can."
Porter (Idioms, )
> "Apposition: a semantic relationship whereby one item (a word, phrase or even clause) defines another. Apposition in Greek may be established through a variety of means, including an appositional genitive, appositional nominative, appositional accusative, and the use of the infinitive. An appositional relationship is sometimes distinguished from an epexegetical one, with apposition expressing a relationship for nouns and epexegesis for verbs."
Porter (Idioms, 310)
>"Epexegetic: a semantic relationship whereby one item (a word, phrase or even clause) defines another (also known as apposition). An epexegetic relation in Greek may be established through a variety of means, including an epexegetical genitive, epexegetical nominative, epexegetical accusative, and the use of the infinitive. This use is often distinguished from apposition, with epexegesis expressing a relationship for verbs and apposition for nouns."
Randy Leedy (2022 @ Facebook)
> "apposition is a NOUN function that expands the head noun with further naming or identifying information, while attribution is an ADJECTIVE function that expands the head noun with descriptive information."
>I use the term as a technical term for a syntactical usage requires the word in question to be an event word (a verb introduced by a conjunction, and infinitive, or an event noun) that offers specifying or explanatory information about another word, which itself is also often an event, but is sometimes a noun or adjective that requires an action-type adjunct to identify it more fully. The event word is not a COMPLEMENT, though; it does not answer a simple "who or what?" question to complete a verb. The reason I did not include the participle in the list of specific event words above is that I'm not aware of the participle functioning quite this way.
Some examples, with the epexegetical word shown in all caps, would be:
Hurry TO COME to me before winter.
They would have had opportunity TO RETURN.
I have need TO BE BAPTIZED by you.
He is worthy OF DEATH.
Did you receive the Spirit . . . by the hearing OF FAITH?""
---

View File

@ -58,6 +58,7 @@
- 附錄
[[definition]]
- 附錄 I希臘文學習策略與方法
- 課程設計進路:文法導向、經文導向、任務導向

View File

@ -53,7 +53,7 @@
</section>
<footer>
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
<span property="dct:title"><a href="{{site.url}}/BG4E/">全民希臘文</a><br>Biblical Greek for Everyone (BG4E)</span> by
<span property="dct:title"><a href="https://github.com/Andley/BG4E/">全民希臘文</a><br>Biblical Greek for Everyone (BG4E)</span> by
<a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/Andley">Andley Chang</a>
is marked with <a href="http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1" target="_blank" rel="license noopener noreferrer"
style="display:inline-block;">CC0 1.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"

View File

@ -9,12 +9,12 @@ ruby {
font-size: 16px ;
line-height: 16px ;
padding-bottom: 10px ;
font-family: "SBL BibLit", "Times New Roman";
font-family: "Times New Roman", serif;
}
rt {
font-size: 13px ;
line-height: 13px ;
font-family: "Arial Narrow", "微軟正黑體", "Microsoft JhengHei";
font-family: "Arial Narrow", sans-serif;
}
ul ruby {
padding-bottom: 3px !important;
@ -36,7 +36,7 @@ ruby {
}
html, body {
font-family: "SBL BibLit", "Times New Roman", "微軟正黑體", "Microsoft JhengHei";
font-family: "Times New Roman", serif;
}
/* text decoration for marking syntax functions */