일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- nonhomogeneous linear system
- 코틀린 시작하기
- 이진 탐색
- trivial solution
- includepdf
- 빅오메가
- Big Omega
- 빅오 표기법
- itertools
- recursive algorithms
- Big-O 예제
- Big Theta
- 빅세타
- Big-Oh notation
- 재귀함수
- matrix trnasformations
- 랜덤 순서 배열
- python
- linear dependence
- matrix fo a linear transformation
- NumPy
- Big-Oh 예제
- one-to-one
- homogeneous linear system
- 알고리즘 분석의 실례
- nontrivial solution
- 페이지 겹칩
- 일차변환
- 코틀린 Hello World!
- 배열 섞기
- Today
- Total
목록2021/07/06 (3)
코딩 연습

첫 번째 방법 \documentclass{oblivoir} \usepackage{dhucs-enumerate} \usepackage[most]{tcolorbox} \begin{document} \begin{tcolorbox}[enhanced,boxrule=0.2mm, title=보기, colframe=black,colback=white,colbacktitle=white, coltitle=black,attach boxed title to top center= {yshift=-0.25mm-\tcboxedtitleheight/2,yshifttext=2mm-\tcboxedtitleheight/2}, boxed title style={boxrule=-0.2mm, frame code={ \path[tcb fill ..

일단 다음과 같이 설정하고, 패키지를 추가한다. \documentclass{oblivoir} \usepackage{dhucs-enumerate} 다음과 같은 형식으로 항목 머리의 첫 글자를 옵션으로 지정한다. \begin{enumerate}[(가)] \item 강아지 \item 송아지 \item 망아지 \end{enumerate} 결과는 다음과 같다. \begin{enumerate}[ㄱ.] \item 강아지 \item 송아지 \item 망아지 \end{enumerate} 결과는 다음과 같다. 옵션으로 가능한 것은 가, ㄱ, ㉠, ㉮, ㈀, ㈎, ①, ⑴, ⒜, ⓐ, ⅰ, Ⅰ 등이 있다.

일단 preamble 에 \usepackage{pifont} 추가하고 다음과 같이 사용하면 된다. \begin{dinglist}{43} \item The first item in the list \item The second item in the list \item The third item in the list \end{dinglist} \begin{dingautolist}{192} \item The first item \item The second item \item The third item \end{dingautolist} 사용할 수 있는 bullet 의 종류는 다음과 같다.