From 83ce6d27fceaf0c2fa29f8b48a64009cc62cab3f Mon Sep 17 00:00:00 2001 From: songyc macbook Date: Sat, 4 Apr 2026 23:10:49 +0900 Subject: [PATCH] logseq 20260404 --- logseq/config.edn | 2 ++ pages/토익팁5.md | 41 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/logseq/config.edn b/logseq/config.edn index bc80261..fe8dcd6 100644 --- a/logseq/config.edn +++ b/logseq/config.edn @@ -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"] diff --git a/pages/토익팁5.md b/pages/토익팁5.md index 1d3b32d..797b608 100644 --- a/pages/토익팁5.md +++ b/pages/토익팁5.md @@ -49,4 +49,43 @@ deck:: Logseq/토익공부 id:: 69cbb4ae-1d45-4fee-8b66-3634f30f63dc - the + 최상급 뒤에 쓰이는 표현 : {{c1 ever}}, {{c1 yet}}, {{c1 possible}} extra:: the company's most powerful **ever** - id:: 69cbb4e5-b5e4-4f52-9e52-e904a57abfa4 \ No newline at end of file + 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 +- \ No newline at end of file