zoukankan      html  css  js  c++  java
  • LaTeX表格字体大小设置

    Latex字体大小设置代码:

    egin{table}[h]

    small   %此处写字体大小控制命令

    egin{tabular}

    end{tabular}

    end{table}

     

    Latex 设置字体大小命令由小到大依次为:

    iny

    scriptsize

    footnotesize

    small

    ormalsize

    large

    Large

    LARGE

    huge

    Huge

    Latex下字体大小命令比较 :

    size                     10pt (default)   11pt option      12pt option
    iny                     5pt                    6pt                  6pt
    scriptsize            7pt                   8pt                   8pt
    footnotesize       8pt                    9pt                  10pt
    small                  9pt                   10pt                 11pt
    ormalsize         10pt                 11pt                 12pt
    large                  12pt                 12pt                 14pt
    Large                 14pt                 14pt                 17pt
    LARGE              17pt                 17pt                 20pt
    huge                   20pt                20pt                 25pt
    Huge                  25pt                 25pt                25pt
  • 相关阅读:
    leetcode 686. Repeated String Match
    leetcode 507. Perfect Number
    leetcode 681. Next Closest Time
    leetcode 682. Baseball Game
    leetcode 684. Redundant Connection
    leetcode 677. Map Sum Pairs
    leetcode 402. Remove K Digits
    python numpy
    leetcode 409. Longest Palindrome
    python垃圾回收机制
  • 原文地址:https://www.cnblogs.com/lzhu/p/14717053.html
Copyright © 2011-2022 走看看