LaTex Package

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Mar 23 14:21
Editor
Edited
Edited
2024 Mar 23 15:34
Refs
Refs

\usepackage

  • Here are descriptions for each of the LaTeX packages listed:
  • graphicx: Used for including graphics.
  • fullpage: Adjusts the margins for full page use.
  • enumitem: Controls layout of itemized, description, and enumerated lists.
  • amsmath: Provides miscellaneous enhancements for improving information structure and printed output of documents containing mathematical formulas.
  • amssymb: Provides an extended symbol collection.
  • url: Allows for inclusion of urls in a document.
  • hyperref: Used for creating hyperlinks within the document.
    • \hypersetup
  • sectsty: Allows for the manipulation of section headers.
  • tpgagella: Font package.
  • tcolorbox: Provides an environment for colored and framed text boxes with a heading line.
  • float: Improves the interface for defining floating objects such as figures and tables.
  • booktabs: Enhances the quality of tables in LaTeX, providing extra commands as well as behind-the-scenes optimization.
  • parskip
\usepackage[skip=10pt plus1pt, indent=0pt]{parskip}
단락 사이의 공간을 조정하고, 단락 시작 부분의 들여쓰기를 제거하는 데 사용됩니다. 여기서는 단락 사이의 기본 공간을 10pt로 설정하고, 필요에 따라 1pt까지 늘릴 수 있도록 설정합니다. 또한, 단락의 들여쓰기를 0pt로 설정해 들여쓰기를 제거합니다.
  • forest
\usepackage[edges]{forest}
주로 트리 구조를 시각적으로 나타내기 위해 사용됩니다. [edges] 옵션은 트리의 가지를 그리는 방법에 관한 설정을 포함할 수 있습니다.
 
 
 
 
 
 

Recommendations