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
- 빅오메가
- one-to-one
- 일차변환
- NumPy
- 코틀린 시작하기
- Big Theta
- 코틀린 Hello World!
- matrix fo a linear transformation
- 랜덤 순서 배열
- recursive algorithms
- 이진 탐색
- itertools
- Big Omega
- linear dependence
- 배열 섞기
- Big-Oh 예제
- 빅세타
- Big-Oh notation
- trivial solution
- nontrivial solution
- Big-O 예제
- 빅오 표기법
- 알고리즘 분석의 실례
- includepdf
- homogeneous linear system
- nonhomogeneous linear system
- 페이지 겹칩
- python
- 재귀함수
Archives
- Today
- Total
코딩 연습
includepdf 사용 시 페이지가 겹치는 문제
\includepdf 를 사용하여 pdf 를 삽입하는 경우, 다음 페이와 겹쳐 보이는 경우가 발생한다.이럴 때는 다음과 같이 해 주면 페이지를 겹치지 않게 나타낼 수 있다. \includepdf[pages={{}, -}]{파일이름.pdf}
LaTeX
2025. 3. 31. 16:25
emcas에서 yas-snippets 사용시 로딩이 안되는 문제
emacs doom 에서 yas-snippets을 잘 사용하고 있었는데, 어느날 갑자기 내가 만든 custom snippets 들이 로딩이 안되어 사용이 불가능한 상황이 발생했다.새롭게 만들어 넣으면 맨 마지막 snippet 만 로딩이 되고, 앞선 snippet 들은 모두 언로딩되는 현상이 반복되어,검색에 검색을 거듭해본 결과 snippet 파일에서 uuid 부분을 설정해주면 해결된다는 사실을 알아냈다. # -*- mode: snippet -*-# name: choice box# uuid: JK_choose_box# key: >cb# condition: t# --\begin{ChooseBox}{보기} \begin{enumerate}[ㄱ.] \end{enumerate}\end{ChooseBox} uuid:
카테고리 없음
2024. 12. 17. 15:33