Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- 빅오메가
- matrix trnasformations
- Big-Oh 예제
- homogeneous linear system
- 빅세타
- includepdf
- 배열 섞기
- Big-Oh notation
- itertools
- NumPy
- 일차변환
- nontrivial solution
- one-to-one
- 페이지 겹칩
- python
- 재귀함수
- 이진 탐색
- 랜덤 순서 배열
- linear dependence
- Big Theta
- matrix fo a linear transformation
- 알고리즘 분석의 실례
- Big-O 예제
- nonhomogeneous linear system
- 코틀린 Hello World!
- 코틀린 시작하기
- 빅오 표기법
- recursive algorithms
- Big Omega
- trivial solution
Archives
- Today
- Total
코딩 연습
(LaTeX) 미주(endnote) 넣는 방법
일단 패키지 추가 \usepackage{endnotes} 미주 넣고자 하는 위치에 \endnote{내용} 미주가 들어갈 파일의 맨 마지막 \end{document} 전에 \newpage \theendnotes 미주의 번호가 윗첨자로 들어가는 것이 짜증날 때 \usepackage{xpatch} 를 추가한 후, \makeatletter \xpretocmd{\theendnotes}{% \xpatchcmd{\@makeenmark}{\hbox{\@textsuperscript{\normalfont\@theenmark}}}{% \hbox{\normalfont\theenmark.\space}% }{}{}% }{}{} \makeatother 미주 제목(?) "Note" 를 다른 것으로 바꾸고 싶을 때 \renewcomm..
LaTeX
2023. 3. 10. 01:47
manjaro gnome 에서 theme 가 리셋되는 현상
extensions 를 열고 "Legacy (GTK3) Theme Scheme Auto Switcher" 를 끄면 문제 해결!!!
Linux
2023. 2. 22. 04:08
(LaTex) 문서 전체적으로 자동 indentation 을 없애는 방법
\setlength{\parindent}{0pt}
LaTeX
2023. 2. 8. 06:50