-
Latex Matrix 하니깐 숫자끼리 너무 붙어서 사이 벌려주기 ㅎㅎ코딩Coding/LaTex_❤️Lang 2022. 10. 3. 22:46728x90
https://tex.stackexchange.com/questions/275725/adjusting-separation-between-matrix-entries
Adjusting separation between matrix entries
I have a very large matrix which overflows in the margin. I would like the matrix to fit inside the margins, but I would like to do this without rescaling it, and also without affecting other array...
tex.stackexchange.com
\documentclass[12pt]{article} \usepackage{amsmath,etoolbox} \AtBeginEnvironment{pmatrix}{\setlength{\arraycolsep}{20pt}} \begin{document} \begin{equation} \begin{pmatrix} A & B & \dots & C & D & E & \dots & F \cr A & B & \dots & C & D & E & \dots & F \cr A & B & \dots & C & D & E & \dots & F \cr A & B & \dots & C & D & E & \dots & F \cr \end{pmatrix} \end{equation} \end{document}
내가 공부하려고 정리
https://github.com/YoungHaKim7/Latex_LangGitHub - YoungHaKim7/Latex_Lang
Contribute to YoungHaKim7/Latex_Lang development by creating an account on GitHub.
github.com
반응형'코딩Coding > LaTex_❤️Lang' 카테고리의 다른 글
My favorite LaTeX❤️ packages for writing beautiful math documents (0) 2022.10.10 Why LaTeX? (0) 2022.10.08 real reason emacs is superior - org+latex+sagemath (0) 2022.10.07 How to use LaTeX and why all textbooks look the same (0) 2022.10.06 LaTeX 기본 문법 정리된 doc (0) 2022.10.03 LaTeX❤️표그리기 (0) 2022.10.03 LaTex❤️LaTeX FontSize and Styles (0) 2022.10.03 Vim❤️수학공식pdf로 만들기_그래프 다 가능LaTex문법❤️How I take notes as a Math major using Vim + LaTeX (0) 2022.10.02