Skip to content

Commit 75e6fcc

Browse files
committed
config.yml test
1 parent 9d8783f commit 75e6fcc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,11 @@ author:
8888
avatar : "/assets/images/logo2.png"
8989
bio : "**수학**, **머신러닝**, **소설**을 좋아합니다."
9090
location : "Korea"
91-
91+
# email : "[email protected]"
9292
links:
9393
- label: "Email"
9494
icon: "fas fa-fw fa-envelope-square"
9595
url: "mailto:[email protected]"
96-
- label: #"Website"
97-
icon: #"fas fa-fw fa-link"
98-
url: #"https://govin08.github.io"
9996
- label: "GitHub"
10097
icon: "fab fa-fw fa-github"
10198
url: "https://github.com/govin08"

_posts/2024-11-13-rectangle_rotation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ $$S=\{x:(x,y)\in R\}\times\{y:(x,y)\in R\}$$
3939

4040
![alt text]({{site.url}}\images\2024-11-13-rectangle_rotation\rectangle_rotation.png){: .img-30-center}
4141

42+
<div class="notice--info" markdown="1">
4243
위 그림에서 직사각형 $R=\square ABCD$의 $x$축 기준으로의 최솟값이 $D$에서 최댓값이 $B$에서 발생하고, $y$축 기준으로의 최솟값이 $A$에서 최댓값이 $C$에서 발생하고 있으니, $B$와 $D$를 각각 지나는 수직선과 $A$와 $C$를 각각 지나는 수평선을 그어서 만들어지는 새로운 직사각형 $S=\square EFGH$를 생각했을 때, 이 $S$의 넓이는 언제 최대가 되며, 최댓값은 얼마인가?
44+
</div>
4345

4446
# 2. 풀이
4547

0 commit comments

Comments
 (0)