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
- Big Theta
- 알고리즘 분석의 실례
- 빅세타
- 재귀함수
- Big-Oh 예제
- 일차변환
- linear dependence
- 배열 섞기
- matrix-vector product
- matrix fo a linear transformation
- one-to-one
- 빅오 표기법
- python
- solutions of matrix equation
- 코틀린 시작하기
- NumPy
- homogeneous linear system
- itertools
- 랜덤 순서 배열
- 이진 탐색
- matrix trnasformations
- Big Omega
- nonhomogeneous linear system
- 코틀린 Hello World!
- Big-Oh notation
- trivial solution
- nontrivial solution
- recursive algorithms
- 빅오메가
- Big-O 예제
Archives
- Today
- Total
코딩 연습
취소선 (cancel) 본문
반응형
\documentclass{article}
\usepackage{cancel}
\begin{document}
$\dfrac{a \cancel{b}}{\cancel{b}}=a$
\end{document}
결과는 다음과 같다.
\cancel 대신 다음 것들도 사용이 가능하다.
\bcancel : 역슬래쉬로 지우기
\xcancel : X 로 지우기
반응형
'LaTeX' 카테고리의 다른 글
enumerate 의 시작 번호를 변경하는 방법 (0) | 2024.11.16 |
---|---|
부채꼴 "호" 를 나타내는 arc 를 제대로 표현하기 (2) | 2024.03.18 |
(LaTeX) 미주(endnote) 넣는 방법 (0) | 2023.03.10 |
(LaTex) 문서 전체적으로 자동 indentation 을 없애는 방법 (0) | 2023.02.08 |
(LaTex) 페이지 끝까지 다단 구분선 넣기 (0) | 2023.02.08 |
Comments