logseq 20260404

This commit is contained in:
songyc macbook 2026-04-04 23:10:49 +09:00
parent 011934f1ef
commit 83ce6d27fc
2 changed files with 42 additions and 1 deletions

View File

@ -250,7 +250,9 @@
:commands
[
["c1" [[:editor/input "{{c1 }}"] [:editor/move-cursor -2]]]
["ㅊ1" [[:editor/input "{{c1 }}"] [:editor/move-cursor -2]]]
["c2" [[:editor/input "{{c2 }}"] [:editor/move-cursor -2]]]
["ㅊ2" [[:editor/input "{{c2 }}"] [:editor/move-cursor -2]]]
["extra" [[:editor/input "extra::"]]]
["begin_end" [
[:editor/input "#+BEGIN_EXTRA\n\n#+END_EXTRA"]

View File

@ -50,3 +50,42 @@ deck:: Logseq/토익공부
- the + 최상급 뒤에 쓰이는 표현 : {{c1 ever}}, {{c1 yet}}, {{c1 possible}}
extra:: the company's most powerful **ever**
id:: 69cbb4e5-b5e4-4f52-9e52-e904a57abfa4
-
- ## ◎ 가정법과 도치
- if절의 동사가 **현재 시제**이면 주절은 {{c1 조동사의 원형(will/can/may) + 동사원형}} 혹은 {{c1 명령문}}을 쓴다.
id:: 69d0dd61-b621-4dac-a968-6073fc94f8f0
#+BEGIN_EXTRA
**예문**
If raw material costs **rise**, the retail prices **will increase** accordingly.
If you **are** unable to keep your appointment, **please call** us by Wednesday.
#+END_EXTRA
-
- if절의 동사가 **과거 시제**면 주절은 {{c1 조동사의 과거형(would/should/could/might) + 동사원형}}을 쓴다.
id:: 69d0df72-b84d-4687-b221-c5476481d38e
#+BEGIN_EXTRA
**예문**
Ms. Faria **would go** to the theme park if she **were** in the mood to do so.
#+END_EXTRA
-
- if절의 동사가 **과거완료시제**면 주절은 {{c1 조동사의 과거형(would/should/could/might) + have p.p}}을 쓴다.
id:: 69d0dff8-60f0-4044-90d6-21b965b36011
#+BEGIN_EXTRA
**예문**
If we **had taken** the earlier flight, we **would have gotten** to the convention site on time.
#+END_EXTRA
- ### 혼합가정법
- 주절에 {{c1 now}} 가 들어가면 if절이 과거완료시제여도 주절은 조동사 과거형 + 동사원형을 쓴다.
extra:: If the staff **had started** the project at the proper time, it **would be finished** **by now**
id:: 69d0e062-cd57-4010-bd60-88ee325eaf29
-
- if절의 형태가 **If 주어 should + 동사원형** 일 경우 주절은 {{c1 조동사의 원형(will/can/may) + 동사원형}} 혹은 {{c1 명령문}}을 쓴다.
id:: 69d0e0f0-97b1-4ed2-b952-810e488c6b77
#+BEGIN_EXTRA
**예문**
If we **should be** able to raise $40,000, we **will embark** on an additional renovation project.
#+END_EXTRA
-
- 가정법 문장에서 if가 생략되면? :-> 주어와 동사가 도치된다.
extra:: If we **had used** KFX delivery service, our customers might have received their orders in time. => **Had** we **used** the KFX delivery service, our customers might have received their orders in time.
id:: 69d0e1ba-6f18-4d73-aee3-ab19b758ac75
-