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
- Big Theta
- solutions of matrix equation
- 랜덤 순서 배열
- matrix fo a linear transformation
- 빅오 표기법
- nonhomogeneous linear system
- Big-O 예제
- 코틀린 시작하기
- Big-Oh notation
- itertools
- matrix-vector product
- python
- nontrivial solution
- linear dependence
- 빅오메가
- 재귀함수
- 코틀린 Hello World!
- Big-Oh 예제
- matrix trnasformations
- 이진 탐색
- 일차변환
- one-to-one
- trivial solution
- NumPy
- homogeneous linear system
- Big Omega
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