Blog categories

Comments

[Latex] Figure 설정

[Latex] Figure 설정

Figure Spacing

  • \textfloatsep – For floats at the top or bottom of a page, this is the vertical space between floats. The default is 12pt plus 2pt minus 2pt.
  • \floatsep – For floats at the top or bottom of a page, this is the vertical spacing between floats. The default is 20pt plus 2pt minus 4pt.
  • \intextsep – For floats placed in the middle of a text page (i.e., with the h placement option), this is the vertical spacing above and below the float. The default is 12pt plut 2pt minus 2pt.

When typesetting in two column mode:

  • \dbltextfloatsep — distance between a float spanning both columns and the text.
  • \dblfloatsep — distance between two floats spanning both columns.
\setlength{\floatsep}{2pt plus 1pt minus 1pt}
\setlength{\textfloatsep}{5pt plus 1pt minus 1pt}
\setlength{\intextsep}{5pt plus 1pt minus 1pt}

Figure Spacing for Floatpages

  • \@fptop This is the vertical spacing above the top floatpage float. The default
    is 0pt plus 1.0fil.
  • \@fpsep This is the vertical spacing between floatpage floats. The default is 8pt
    plus 2.0fil.
  • \@fpbot This is the vertical spacing below the bottom floatpage float. The
    default is 0pt plus 1.0fil
\makeatletter
    \addtolength{\@fpsep}{4pt}
\makeatother

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

div#stuning-header .dfd-stuning-header-bg-container {background-color: #3f3f3f;background-size: cover;background-position: top center;background-attachment: initial;background-repeat: no-repeat;}#stuning-header div.page-title-inner {min-height: 350px;}#main-content .dfd-content-wrap {margin: 0px;} #main-content .dfd-content-wrap > article {padding: 0px;}@media only screen and (min-width: 1101px) {#layout.dfd-portfolio-loop > .row.full-width > .blog-section.no-sidebars,#layout.dfd-gallery-loop > .row.full-width > .blog-section.no-sidebars {padding: 0 0px;}#layout.dfd-portfolio-loop > .row.full-width > .blog-section.no-sidebars > #main-content > .dfd-content-wrap:first-child,#layout.dfd-gallery-loop > .row.full-width > .blog-section.no-sidebars > #main-content > .dfd-content-wrap:first-child {border-top: 0px solid transparent; border-bottom: 0px solid transparent;}#layout.dfd-portfolio-loop > .row.full-width #right-sidebar,#layout.dfd-gallery-loop > .row.full-width #right-sidebar {padding-top: 0px;padding-bottom: 0px;}#layout.dfd-portfolio-loop > .row.full-width > .blog-section.no-sidebars .sort-panel,#layout.dfd-gallery-loop > .row.full-width > .blog-section.no-sidebars .sort-panel {margin-left: -0px;margin-right: -0px;}}#layout .dfd-content-wrap.layout-side-image,#layout > .row.full-width .dfd-content-wrap.layout-side-image {margin-left: 0;margin-right: 0;}