zoukankan      html  css  js  c++  java
  • windows 下 latex graphviz 字体设置

    fc-list :lang=zh-cn > x:zn.txt

    英文

    Calibri,Calibri Light,Calibri Light Italic:
    Cambria:style=Bold Arial,Arial Narrow:
    Times New Roman:
    Arial,Arial Narrow:
    Segoe UI,Segoe UI Light:style=Light,Regular Segoe Print:style=Bold Microsoft Sans Serif:
    Arial:
    Times New Roman:
    Informal Roman:
    Cambria:style=Italic Cambria Math:style=Regular Segoe UI:Consolas:style=Italic

    中文

    STSong,华文宋体:style=Regular
    FZShuTi,方正舒体:style=Regular
    FangSong,仿宋:
    LiSu,隶书:style=Regular Microsoft YaHei UI:
    STCaiyun,华文彩云:style=Regular Microsoft YaHei,微软雅黑:
    Microsoft YaHei,微软雅黑:
    STXingkai,华文行楷:style=Regular STZhongsong,华文中宋:style=Regular FZLanTingHeiS-UL-GB,方正兰亭超细黑简体:style=Regular Arial Unicode MS:
    NSimSun,新宋体:style=Regular FZYaoTi,方正姚体:style=Regular STHupo,华文琥珀:style=Regular SimHei,黑体:
    STLiti,华文隶书:style=Regular SimSun,宋体:style=Regular YouYuan,幼圆:style=Regular STXinwei,华文新魏:style=Regular STKaiti,华文楷体:style=Regular STXihei,华文细黑:style=Regular KaiTi,楷体:
    Microsoft YaHei UI:
    Microsoft YaHei,微软雅黑:
    Microsoft YaHei,微软雅黑:
    STFangsong,华文仿宋:style=Regular
    进入latex下的
    exliveinwin32

    fc-list :lang=zh-cn >d:cnfont.txt
    fc-list :lang=en >d:enfont.txt
    fc-list :lang=zh-tw
    fc-list :lang=ja

    ewcommandfontnamehei{SimHei}%黑体
    ewcommandfontnamesong{SimSun}%宋体
    ewcommandfontnamekai{KaiTi_GB2312}%楷体
    ewcommandfontnameyahei{Yahei Mono}%雅黑

    usepackage{fontspec}
    ewfontfamilyBitstream{Bitstream Vera Sans Mono}

    ewfontfamilyMonaco{Monaco}


    %mac下设置中文
    %setCJKmainfont[BoldFont=FZCuSong-B09S]{FZNew ShuSong-Z10S}

    %windows下设置中文
    %setCJKmainfont[BoldFont=方正粗宋简体]{方正新书宋简体}


    ewfontfamilyBitstream{Bitstream Vera Sans Mono}
    ewfontfamilyDejaVu{DejaVu Sans Mono}



    ------------------------------------------------------------------------------------
    mac 下设置字体
    ------------------------------------------------------------------------------------
    使用命令获取所有字体
    system_profiler SPFontsDataType

    DejaVu Sans Mono
    FZCuSong-B09S
    FZNew ShuSong-Z10S
    Bitstream Vera Sans Mono

    usepackage{xeCJK}
    setCJKmainfont[BoldFont=FZCuSong-B09S]{FZNew ShuSong-Z10S}
  • 相关阅读:
    PAT A1017 Queueing at Bank [硬核模拟]
    PAT A1105 Spiral Matrix [硬核模拟]
    PAT A1153 Decode Registration Card of PAT [排序模拟]
    PAT A1139 First Contact [图]
    jquery的animate动画
    wordpress建站过程5——footer.php
    wordpress建站过程4——index.php
    wordpress建站过程3——header.php
    HTML中加载flash方法
    轮播图的原理
  • 原文地址:https://www.cnblogs.com/Searchor/p/6846912.html
Copyright © 2011-2022 走看看