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 |
31 |
Tags
- recursive algorithms
- itertools
- trivial solution
- Big-O 예제
- 코틀린 시작하기
- 코틀린 Hello World!
- 페이지 겹칩
- 빅오 표기법
- nonhomogeneous linear system
- 재귀함수
- Big-Oh notation
- 랜덤 순서 배열
- python
- one-to-one
- linear dependence
- Big Omega
- includepdf
- 빅세타
- matrix fo a linear transformation
- matrix trnasformations
- 이진 탐색
- Big Theta
- nontrivial solution
- NumPy
- 빅오메가
- Big-Oh 예제
- 알고리즘 분석의 실례
- 일차변환
- 배열 섞기
- homogeneous linear system
Archives
- Today
- Total
코딩 연습
emacs 에서 .tex 파일 로딩시 LaTeX-mode 를 기본으로 설정하는 법 본문
반응형
emacs doom 을 사용할 때는 config.el 에 다음을 추가해주며 된다.
(add-to-list 'auto-mode-alist '("\\.tex\\'" . latex-mode))
반응형
Comments