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 |
Tags
- homogeneous linear system
- solutions of matrix equation
- 랜덤 순서 배열
- 재귀함수
- trivial solution
- matrix-vector product
- itertools
- nontrivial solution
- 배열 섞기
- linear dependence
- matrix fo a linear transformation
- Big-Oh 예제
- Big-Oh notation
- Big Theta
- 일차변환
- 코틀린 Hello World!
- matrix trnasformations
- NumPy
- 빅오메가
- 빅오 표기법
- 코틀린 시작하기
- Big-O 예제
- 이진 탐색
- 알고리즘 분석의 실례
- python
- one-to-one
- 빅세타
- recursive algorithms
- Big Omega
- nonhomogeneous linear system
Archives
- Today
- Total
코딩 연습
LaTex 에서 list 의 bullet 바꾸기 본문
반응형
일단 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 의 종류는 다음과 같다.
반응형
'LaTeX' 카테고리의 다른 글
LaTeX 에서 오지선다형 보기 만들기 (0) | 2021.07.07 |
---|---|
LaTeX 수식 왼쪽 정렬하기 (0) | 2021.07.07 |
LaTeX 에서 수학문제 보기 상자 만들기 (1) | 2021.07.06 |
LaTeX 의 enumerate 에서 한글 카운터 붙이기 (0) | 2021.07.06 |
LaTeX 의 math mode 에서 글자 간격 조절하기 (0) | 2021.07.05 |
Comments