zoukankan      html  css  js  c++  java
  • latex font

    The styles are categorized into family, series, and shape. The typestyle in the output is composed of these three characteristics.

    The table for the styles is given below:

    Stylecommand
    Roman extrm{roman}
    Typewriter exttt{typewriter}
    Sans serif extsf{sans serif}

    The table for the series is given below:

    Stylecommand
    boldface extbf{boldface}
    medium extmd{medium}

    The table for the shape is given below:

    Stylecommand
    italic extit{italic}
    slanted extsl{slanted}
    upright extup{upright}
    SMALL CAP extsc{small cap]

    The common font families are listed below:

    Font FamiliesFull Form
    cmm Computer Modern Italic
    cmsy Computer Modern Symbols
    cmex Computer Modern Extensions
    cmr Computer Modern Roman
    cmss Computer Modern Sans
    cmtt Computer Modern Typewriter
    ptm Adobe Times
    phv Adobe Helvetica
    pcr Adobe Courier

    The standard supported for the weights and width for the font series are listed in the table below:

    sb- Semi Bold

    ub- Ultra Bold

    b- Bold

    eb- Extra Bold

    ul- Ultra Light

    el- Extra Light

    l- Light

    sl- Semi Light

    m- Medium (normal)

    StandardFull-form% Percentage
    uc Ultra Condensed 50%
    ec Extra Condensed 62.5%
    c Condensed 75%
    sc Semi Condensed 87.5%
    x Expanded 125%
    ex Extra Expanded 150%
    ux Ultra Expanded 200%
    m Medium 100%
    sx Semi Expanded 112.5%

    Font sizes

    CommandOutput
    iny F-tiny.png
    scriptsize F-scriptsize.png
    footnotesize F-footnotesize.png
    small F-small.png
    ormalsize F-normalsize.png
    large F-large.png
    Large F-large2.png
    LARGE F-large3.png
    huge F-huge.png
    Huge F-huge2.png

    Default font families

    typeface = familycommandswitch commandoutput
    serif (roman) extrm{Sample Text 0123} mfamily F-textrm.png
    sans serif extsf{Sample Text 0123} sffamily F-textsf.png
    typewriter (monospace) exttt{Sample Text 0123} tfamily F-texttt.png

    Font styles

    stylecommandswitch commandoutput
    medium extmd{Sample Text 0123} mdseries F-textmd.png
    bold extbf{Sample Text 0123} fseries F-textbf.png
    upright extup{Sample Text 0123} upshape F-textrm.png
    italic extit{Sample Text 0123} itshape F-textit2.png
    slanted extsl{Sample Text 0123} slshape F-textsl.png
    small caps extsc{Sample Text 0123} scshape F-textsc.png
  • 相关阅读:
    Newtonsoft.Json 把对象转换成json字符串
    分页总页数计算方法 所有分页通用
    好用的Markdown编辑器一览 readme.md 编辑查看
    jquery bootgrid 一个很好的 数据控件,可用于任何语言
    史上最详细“截图”搭建Hexo博客——For Windows
    史上最详细“截图”搭建Hexo博客并部署到Github
    正则表达式30分钟入门教程
    [前端插件]为自己的博客增加打赏功能
    css浮动
    MetaWeblog API调用
  • 原文地址:https://www.cnblogs.com/Searchor/p/14196980.html
Copyright © 2011-2022 走看看