usefull package in LaTeX

    LaTex / / 2023. 11. 11. 22:16
    반응형


    수학
    amsmath
    mathtools
    MnSymbol
    wasysym
    mathabx
    mathdesign

    패키지 로딩 순서
    \usepackage{mathtools}
    \usepackage{amssymb} %%, amsmath와 amssymb는 mathspec 이전
    \usepackage [MnSymbol] {mathspec} %% kotex 이전
    \usepackage{kotex}

    심볼
    amssymb
    bbm

    코드 꾸미기
    minted
    minted is a package that facilitates expressive syntax highlighting using the powerful Pygments library. The package also provides options to customize the highlighted source code output.



    array
    tabular
    tabularx
    tabularray
    tabu는 이제 잘 안쓴다고한다.

    그래픽
    graphicx
    subfig
    kswrapfig
    tlmgr install kswrapfig
    wallpaper
    tikz

    한글
    kotek
    \usepackage(dhucsfn)

    관리자모드에서
    C:₩₩indows#system32>tlmgr install 패키지이름


    xparse
    Expl3

    글을 박스로 둘러싸고 싶으면
    \usepackage{mdframed}

    매 문단마다 들여쓰기를 하려면 \usepackage{indentfirst}

    참고문헌
    \usepackage{natbib} 또는 \usepackage{apacite}

    \usepackage{fapapersize}
    \usefapapersize{*,*, 30mm, *,30mm, *}
    \usepackage{mathtools,amsthm,amssymb}
    \usepackage{graphicx, jiwonlipsum}
    \graphicspath{{figure/}}
    \usepackage{tabu}


    blindtext
    tcolorbox
    enumitem
    mbenotes, snotez, bigfoot

    TEX의 기본옵션에 가까운 것으로 '벡터'를 쓰고자 할 때 모앙이 이쁘게 안나오는 편이다.

    벡터의 모양
    \usepackage [옵션](esvect)
     
    Codehigh

    반응형
    • 네이버 블러그 공유하기
    • 네이버 밴드에 공유하기
    • 페이스북 공유하기
    • 카카오스토리 공유하기