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
- nontrivial solution
- 코틀린 Hello World!
- 빅세타
- recursive algorithms
- Big Theta
- matrix fo a linear transformation
- matrix trnasformations
- 이진 탐색
- 랜덤 순서 배열
- python
- 알고리즘 분석의 실례
- Big-Oh 예제
- Big-Oh notation
- trivial solution
- 코틀린 시작하기
- 빅오메가
- itertools
- NumPy
- 배열 섞기
- homogeneous linear system
- linear dependence
- matrix-vector product
- 재귀함수
- 빅오 표기법
- Big-O 예제
- one-to-one
- Big Omega
- solutions of matrix equation
- nonhomogeneous linear system
- 일차변환
Archives
- Today
- Total
코딩 연습
(LaTeX) enumerate 에서 들여쓰기 본문
반응형
enumerate 에서 들여쓰기를 하고 싶으면 다음과 같이 \begin{enumerate} 다음에 \setlength{\itemindent}{1cm} 를 적어주면 된다.
두 함수 $f \; : \; X \to Y$, $g \; : \; U \to V$에서 정의역, 공역 그리고 함숫값이 같을 때, 즉
\begin{enumerate}[(1)]\setlength{\itemindent}{1cm}
\item $X=U$, $Y=V$ \item 정의역의 모든 원소에 대하여 $f(x)=g(x)$이다.
\end{enumerate}
를 만족할 때, 두 함수 $f$와 $g$는 서로 같다고 하며 $f=g$로 나타낸다.
결과는 다음과 같다.
반응형
'LaTeX' 카테고리의 다른 글
(LaTeX) underbrace & overbrace (0) | 2022.01.28 |
---|---|
(LaTeX) 원문자 이상하게 나올 때 (0) | 2022.01.21 |
(emacs) AUCTeX cannot find a working TeX distribution (0) | 2022.01.16 |
(LaTeX) 문서의 일부분만 줄간격을 변경하고 싶을 때 (0) | 2021.07.19 |
svg 파일을 pdf 로 변환하기 (0) | 2021.07.15 |
Comments